#Matrix multiplication

1 messages · Page 1 of 1 (latest)

storm ferry
solar quarry
high obsidian
#

there are loads of multiplication algorithms, for example https://en.wikipedia.org/wiki/Strassen_algorithm
check them out, but also consider simd and so on

In linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm for matrix multiplication. It is faster than the standard matrix multiplication algorithm for large matrices, with a better asymptotic complexity, although the naive algorithm is often better for smaller matrices. The Strassen algorithm is slower than the fas...

solar quarry
#

Never mind, vector multiplication works great