Expand description
Contains the algorithm to compute the “pre-smith” form of a matrix, which is sufficient for solving linear systems. Works over all principal ideal rings.
Functions§
- determinant_
using_ pre_ smith unstable-enable
- Availability
- pre_
smith unstable-enable
- Transforms
A
intoA'
via transformationsL, R
such thatL A R = A'
andA'
is diagonal. - solve_
right_ using_ pre_ smith unstable-enable
- Availability