|
Macaulay2 Engine
|
| bool MatrixOps::solveInvertible | ( | const Mat & | A, |
| const Mat & | B, | ||
| Mat & | X ) |
solve AX=B, where A is a square (invertible) matrix.
return true if A is invertible, and in this case, sets X. If false is returned, X's value is undefined.
Definition at line 245 of file mat-linalg.hpp.
Referenced by MutableMat< Mat >::solveInvertible().