lapack

This package is not maintained, if you would like to take over please go to this page.
No replacement provided. Contact us if you know a replacement.

Wrapper for the LAPACK linear algebra library.

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.

Maintainer

  • Ian Barber (lead )

Details

Stars: 13
Issue openned: 3
Downloads: 10264
0.1.0
12 years ago
Version 0.1.0 change log


- Added linear least square, eigenvalues, and singular values functions
- Added eigenvalues function
- Added linear equation functions
- Added inverse and identity functions
- Added eigenvector retrieval on eigenvalue functions

requires:

  • php >=5.3.0
  • pearinstaller >=1.4.0