macro_rules! impl_matrix_ops {
    (
        $other_type: ty
    ) => { ... };
}