Evaluating the computational complexity of two algorithms
조회 수: 8 (최근 30일)
이전 댓글 표시
How can i compare the computational complexity of two algorithms in terms of matrix multiplications involved in it?
댓글 수: 0
답변 (1개)
Dinesh Yadav
2020년 6월 3일
Depends which algorithm you are using for matrix multiplication. For two
matrices
Normal Matrix Multiplication - O(
).
Strassen's Algorithm - O(
).
Coppersmith-Winograd algorithm - O(
).
Optimized CW algorithm - O(
).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Direct Search에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!