Open sam20908 opened 3 years ago
Note to self: this is the reason inverse is so slow!
We currently only have operator*
occurrence that uses matrix multiplication, but that doesn't implement the full matrix multiplication algorithm. When we do implement an actual algorithm, we need to keep note of this.
And use block matrix multiplication?