What kind of matrix multiplication algorithm is used in MATLAB?

31 views (last 30 days)
I am making some benchmarking with several languages and trying to understand why MATLAB's matrix multiplication is so fast. In other words, what kind of matrix multiplication algorithm is used in MATLAB. By comparing C=A*B, or C=mtimes(A,B) with the iterative algorithm shown below, one can find out that the iterative algorithm is much slower for large matrices.

Accepted Answer

Stephen23
Stephen23 on 15 Jun 2015
Edited: Stephen23 on 15 Jun 2015

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!