|
Macaulay2 Engine
|
| MutableMatrix * rawLinAlgSolveInvertible | ( | const MutableMatrix * | A, |
| const MutableMatrix * | B, | ||
| int * | success ) |
Returns X s.t. AX = B. Assumptions: A is a square matrix, with the same number of rows as B. If a usage error occurs, NULL is returned and 'success' is set to 0. In all other cases, 'success' is set to 1. If A turns out to be not invertible, NULL is returned, otherwise the unique matrix X solving AX=B is returned.
Definition at line 922 of file mutable-matrix.cpp.
References ERROR, internMutableMatrix(), result(), and MutableMatrix::solveInvertible().