Evaluating the computational complexity of two algorithms
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can i compare the computational complexity of two algorithms in terms of matrix multiplications involved in it?
0 Commenti
Risposte (1)
Dinesh Yadav
il 3 Giu 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(
).
0 Commenti
Vedere anche
Categorie
Scopri di più su Direct Search in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!