|
Macaulay2 Engine
|
| void MatrixOps::determinant | ( | const Mat & | A, |
| typename Mat::ElementType & | result_det ) |
the determinant of a square matrix
result_det should be a previously initialized ElementType. throws an engine_error for ring/matrix types where the function is not implemented.
Definition at line 133 of file mat-linalg.hpp.
Referenced by MutableMat< Mat >::determinant().