impl_matrix_matrix_ops

Macro impl_matrix_matrix_ops 

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