assert_matrix_relative_eq

Macro assert_matrix_relative_eq 

Source
macro_rules! assert_matrix_relative_eq {
    ($expected_matrix:expr, $actual_matrix:expr, $epsilon:expr) => { ... };
}
Expand description

Assert that the relative difference of two matrices is small enough