macro_rules! assert_matrix_is_su_3 {
    ($m:expr, $epsilon:expr) => { ... };
}
Expand description

assert if the matrix is SU(3) (special unitary)