macro_rules! assert_length_eq_n_rows { ($a:expr, $x:expr) => { ... }; }
asserts the length of a VecRef/VecMut buffer equals the number of rows in a MatRef/MatMut
a.assert_length_eq_n_rows(x);