pierre-vigier/Perl6-Math-Matrix

No matrix multiplication?

colomon opened this issue · 1 comments

Hi,

I'm unable to find a method here for basic matrix multiplication? There are two multiply methods, but one is scalar times matrix multiplication, and the other is a weird element-by-element pairwise multiplication. I couldn't find proper matrix multiplication [1] anywhere in there. It is a very puzzling thing to be missing? Am I just misunderstanding something?

[1] https://en.wikipedia.org/wiki/Matrix_multiplication