macro_rules! assert_eq_matrix {
    ($e:expr, $e2:expr, $epsilon:expr) => { ... };
    ($e:expr, $e2:expr, $epsilon:expr, $($arg:tt)+) => { ... };
}
Expand description

assert if two matrices are approximately the same