Azzera filtri
Azzera filtri

What kind of matrix multiplication algorithm is used in MATLAB?

15 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Stephen23
Stephen23 il 15 Giu 2015
Modificato: Stephen23 il 15 Giu 2015

Più risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by