Skip to content

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

License

Notifications You must be signed in to change notification settings

davidstutz/php-matrix-decompositions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages