Namespace Chippyash\Math\Matrix
| ComplexMatrix | Construct a matrix whose entries are complex numbers |
| FunctionMatrix | Matrix construction using a function |
| IdentityMatrix | Construct an identity matrix |
| MatrixFactory | Static factory to create the various standard numerical matrices |
| NumericMatrix | Construct a matrix whose entries are numeric, i.e int, float, IntType, FloatType or RationalType |
| RationalMatrix | Construct a matrix whose entries are Rational numbers |
| ShiftMatrix | Class ShiftMatrix |
| SpecialMatrix | Create and return 'special' matrices. Inspired by Octave/Matlab |
| ZeroMatrix | Construct a matrix with all entries set to 0/1 |