Top Level :: Math
:: lapack
lapack
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
Wrapper for the LAPACK linear algebra library. |
Maintainers |
Ian Barber (lead)
[details]
|
License |
PHP |
Description |
LAPACK (http://www.netlib.org/lapack) is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. This PHP extension makes use of the LAPACKE C bindings to LAPACK, and provides access to some of the 'driver' methods, allowing straightforward solving of linear algebra problems from PHP. |
Homepage |
https://github.com/ianbarber/php-lapack
|
|
Dependencies |
Release 0.1.0: |
PHP Version: PHP 5.3.0 or newer PEAR Package: PEAR 1.4.0 or newer
|
|
|