More efficient dot product function.
이전 댓글 표시
Hello,
I am just wondering if anyone knows a more efficient function than the dot from MATLAB. I am running a very robust simulator that needs to compute over 3 million dot products (and possibly even more for different cases) throughout the course of the simulation. This leads to the dot products taking up the second most amount of time out of the many functions called by the simulator. I suspect that a lot of the time spent in the dot function is being wasted checking to make sure the vectors are properly sized.
Thanks for your help!
댓글 수: 1
James Tursa
2013년 7월 1일
How big are your vectors?
채택된 답변
추가 답변 (1개)
Shashank Prasanna
2013년 7월 1일
0 개 추천
BSXFUN is the most efficient way to do element wise dot operations:
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!