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.