Documentation

HexRowReduce.Loop

def Hex.Matrix.rowReduce {R : Type u} {n m : Nat} [Lean.Grind.Field R] [DecidableEq R] (M : Matrix R n m) :

Reduced row echelon form data computed by Gauss-Jordan elimination.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Wrapper-level projection of the rank row bound from rowReduce_isRowReduced M.

    Wrapper-level projection of the rank column bound from rowReduce_isRowReduced M.

    Wrapper-level projection of pivot-column sortedness from rowReduce_isRowReduced M.

    The transform returned by Hex.Matrix.rowReduce maps the input matrix to its echelon form.

    The data computed by Hex.Matrix.rowReduce satisfies the Hex.Matrix.IsRowReduced contract.