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.
- Host: GitHub
- URL: https://github.com/davidstutz/php-matrix-decompositions
- Owner: davidstutz
- License: other
- Created: 2014-10-29T22:30:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T21:06:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-07T08:13:21.771Z (over 1 year ago)
- Topics: matrix-decompositions, numerical-analysis, php
- Language: PHP
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.