An open API service indexing awesome lists of open source software.

https://github.com/davidstutz/php-matrix-decompositions

PHP Library including several common matrix decompositions: LU, QR and Cholesky.
https://github.com/davidstutz/php-matrix-decompositions

matrix-decompositions numerical-analysis php

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.