Borrar filtros
Borrar filtros

What kind of matrix multiplication algorithm is used in MATLAB?

15 visualizaciones (últimos 30 días)
Dave
Dave el 15 de Jun. de 2015
Editada: Stephen23 el 15 de Jun. de 2015
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.

Respuesta aceptada

Stephen23
Stephen23 el 15 de Jun. de 2015
Editada: Stephen23 el 15 de Jun. de 2015

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by