Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
Math_Matrix
Installed
- no -
Latest
0.8.7
License
PHP
Summary
Class to represent matrices and matrix operations
Description
Matrices are represented as 2 dimensional arrays of numbers.
This class defines methods for matrix objects, as well as static methods
to read, write and manipulate matrices, including methods to solve systems
of linear equations (with and without iterative error correction).
Requires the Math_Vector package.
For running the unit tests you will need PHPUnit version 0.6.2 or older.