pub(crate) const fn matmatmul( ma: &[[f32; 3]; 3], mb: &[[f32; 3]; 3], ) -> [[f32; 3]; 3]
Multiplication ma * mb of two 3x3-matrices ma and mb.
ma * mb
ma
mb