if true, the corresponding elemetary matrix E and the inverse, Einv, thereof
are returned. Default is true. For row operation on a matrix A, the resulting
matrix is equal to EA. For column operation on a matrix A, the resulting
matrix is equal to AE.
if true, the original matrix is left unchanged, and
a new copy of the reduced matrix is returned. Default is
true.
Offset of the matrix used. Default is 0. One can make use of
it to speed up the operations substantially.
Generated using TypeDoc
Interface for optional parameters for the elementary operations.