# Generated by roxygen2: do not edit by hand

export(assert_is_diagonal_matrix)
export(assert_is_identity_matrix)
export(assert_is_lower_triangular_matrix)
export(assert_is_square_matrix)
export(assert_is_symmetric_matrix)
export(assert_is_upper_triangular_matrix)
export(assert_is_zero_matrix)
export(is_diagonal_matrix)
export(is_identity_matrix)
export(is_lower_triangular_matrix)
export(is_square_matrix)
export(is_symmetric_matrix)
export(is_upper_triangular_matrix)
export(is_zero_matrix)
importFrom(assertive.base,"cause<-")
importFrom(assertive.base,assert_engine)
importFrom(assertive.base,cause)
importFrom(assertive.base,coerce_to)
importFrom(assertive.base,false)
importFrom(assertive.base,get_name_in_parent)
importFrom(assertive.base,is_identical_to_true)
importFrom(assertive.base,print_and_capture)
