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

assert if the matrix is U(3) (unitary 3 x 3)