필터 지우기
필터 지우기

What kind of matrix multiplication algorithm is used in MATLAB?

조회 수: 15 (최근 30일)
Dave
Dave 2015년 6월 15일
편집: Stephen23 2015년 6월 15일
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.

채택된 답변

Stephen23
Stephen23 2015년 6월 15일
편집: Stephen23 2015년 6월 15일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by