Documentation

HexRowReduce.Pivot

structure Hex.Matrix.RowReduceState (R : Type u) (n m : Nat) :
Instances For
    def Hex.Matrix.rowReduceLoop {R : Type u} {n m : Nat} [Lean.Grind.Field R] [DecidableEq R] (col fuel : Nat) (state : RowReduceState R n m) :

    Process columns left-to-right, performing Gauss-Jordan elimination.

    Equations
    Instances For