Libraries | |
| lu | |
| returns the lu object this class refers to | |
| object | |
| returns the matrix object this class refers to | |
This class provides a LU decomposition for nonsingular matrices. At construction, it factorizes the given matrix and stores L and U matrices.
1.5.6