What is strassen's matrix multiplication?
Answers
Answered by
1
In linear algebra, the Strassenalgorithm, named after VolkerStrassen, is an algorithm formatrix multiplication. It is faster than the standard matrix multiplication algorithm and is useful in practice for largematrices, but would be slower than the fastest known algorithms for extremely largematrices.
Similar questions