|
Macaulay2 Engine
|
| MutableMatrix * rawLinAlgRREF | ( | MutableMatrix * | A | ) |
compute the row reduced echelon form of the matrix A. This is a matrix of the same shape as A. NULL, and an error, is returned if the ring is not equipped to compute this, or if it has not been implemented for that ring type yet
Definition at line 862 of file mutable-matrix.cpp.
References ERROR, internMutableMatrix(), and MutableMatrix::rowReducedEchelonForm().