Parameters
Signature
include ArrayMatrix with type vec := V(A).t and type num := A.t
include Matrix.Matrix with type vec := V(A).t with type num := A.t
val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval compare_num_rows : t -> t -> intval remove_row : t -> int -> tval remove_zero_rows : t -> tval add_empty_columns : t -> int array -> tval del_cols : t -> int array -> tval reduce_col : t -> int -> tval normalize : t -> t Stdlib.Option.tval is_covered_by : t -> t -> boolval set_col_with : t -> V(A).t -> int -> tval del_col : t -> int -> tval reduce_col_with : t -> int -> unitval normalize_with : t -> boolval rref_vec_with : t -> V(A).t -> t Batteries.Option.tval rref_matrix_with : t -> t -> t Batteries.Option.tval append_matrices : t -> t -> t