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