Expand description
Contains algorithms related to Gaussian elimination. Note that standard functionality
relating to solving linear systems is provided by LinSolveRing
instead.
Functionsยง
- largest_
nonzero_ minor unstable-enable
- Computes the largest square submatrix of
A
that has nonzero determinant. In particular, if the ring is a field, this computes the rank ofA
.