What kind of matrix multiplication algorithm is used in MATLAB?

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.

Weitere Antworten (0)

Kategorien

Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 15 Jun. 2015

Bearbeitet:

am 15 Jun. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by