Module AffineEqualityDomain.AffineEqualityMatrix
Parameters
Signature
include sig ... end
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 swap_rows : t -> int -> int -> tval rref_matrix : t -> t -> t Batteries.Option.tval linear_disjunct : t -> t -> tval dim_add : Apron.Dim.change -> t -> tval dim_remove : Apron.Dim.change -> t -> t