Module matrix_compare

Module matrix_compare 

Source
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§

MatrixCompare
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.