What are the different types of algorithms for Matrix-Matrix multiplication/ Matrix-Vector multiplication

StackOverflow https://stackoverflow.com/questions/4652268

Question

What are the different types of algorithms for matrix-matrix multiplication and matrix-vector mutliplication.

Cannon's algorithm is one such algorithm for matrix-matrix multiplication. Is there any other algorithms..

Which algorithm do you think is better???

Was it helpful?

Solution

There is also Fox's algorithm like Cannon's.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top