|
Macaulay2 Engine
|
| bool DMatLinAlg< RingType >::solveInvertible | ( | const Mat & | B, |
| Mat & | X ) |
Input: B, a matrix, the right hand side of AX=B A, a square matrix (presumed to be invertible) Output: X, a matrix, solution to the above, if A is invertible returns false iff A is not invertible
Definition at line 535 of file dmat-lu.hpp.
References mLUObject, DMat< ACoeffRing >::numColumns(), DMat< ACoeffRing >::numRows(), permuteRows(), rank(), DMat< ACoeffRing >::resize(), ring(), solve(), solveLowerTriangular(), and solveUpperTriangular().
Referenced by MatrixOps::solveInvertible().