Evaluating the computational complexity of two algorithms

5 views (last 30 days)
How can i compare the computational complexity of two algorithms in terms of matrix multiplications involved in it?

Answers (1)

Dinesh Yadav
Dinesh Yadav on 3 Jun 2020
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().

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!