macro_rules! impl_set_fxn {
($struct_name:ident, $matrix_shape:ident, $source_matrix_shape:ty, $op:ident, $ix:ty) => { ... };
}
macro_rules! impl_set_fxn {
($struct_name:ident, $matrix_shape:ident, $source_matrix_shape:ty, $op:ident, $ix:ty) => { ... };
}