davidstutz / php-matrix-decompositions

PHP Library including several common matrix decompositions: LU, QR and Cholesky.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Matrix Decompositions

Matrix Decompositions is a PHP library providing several common matrix decompositions and their applications: LU decomposition, QR decomposition using Givens rotations or Householder transformations and Choleksy decomposition.

License

Copyright 2013 - 2014 David Stutz

The library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

PHP Library including several common matrix decompositions: LU, QR and Cholesky.

License:Other


Languages

Language:PHP 100.0%