Expand description
Defines a very general way of comparing anything that can be interpreted as a
matrix in matrix_compare::MatrixCompare
. Used solely in crate::assert_matrix_eq
,
with tests being the primary use case.
Traits§
- Matrix
Compare - Used by
crate::assert_matrix_eq
to compare objects that are matrices in a very general sense.
Functions§
- is_
matrix_ eq - Checks whether two matrices are equal.