ArrayMatrix.ArrayMatrix
Array-based matrix implementation. It provides a normalization function to reduce a matrix into reduced row echelon form. Operations exploit that the input matrix/matrices are in reduced row echelon form already.
module A : RatOps.RatOps
module V : ArrayVector.ArrayVectorFunctor
include ArrayMatrix with type vec := V(A).t and type num := A.t
val reduce_col_with : t -> int -> unit
val normalize_with : t -> bool