Up – Index » goblint » Goblint_lib » ArrayMatrix » ArrayMatrix Parameters Signatureinclude 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 pretty : unit -> t -> GoblintCil .Pretty.docval compare_num_rows : t -> t -> intval remove_row : t -> int -> t val remove_zero_rows : t -> t val add_empty_columns : t -> int array -> t val del_cols : t -> int array -> t val reduce_col : t -> int -> t val normalize : t -> t Stdlib .Option.tval is_covered_by : t -> t -> boolval set_col_with : t -> V(A).t -> int -> t val del_col : t -> int -> t val 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