macro_rules! assert_matrix_eq { ($a:expr, $b:expr) => { ... }; ($a:expr, $b:expr, $epsilon:expr) => { ... }; }