Matrix norm computing complexity
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everyone,
I would like to get some info on how the function NORM computes the spectral norm of a matrix. More precisely, in my graduation thesis I need to estimate computational complexity of my algorithm. I guess there is the singular decomposition (svd function?) so we have 75 iterations of QR decomposition and we can deduce the computational complexity in function of the matrix size. But for the estimation in my thesis I need to refer to an official source.
Thanks in advance!
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!