computational complexity of eig and pinv

4 Ansichten (letzte 30 Tage)
Ina
Ina am 27 Jun. 2011
Kommentiert: Walter Roberson am 30 Okt. 2016
Hi,
I was wondering if anyone knew where to look up expressions for the computational complexity of these 2 matlab functions: eig and pinv.
Thank you in advance, Ina

Antworten (1)

Luca  Fenzi
Luca Fenzi am 30 Okt. 2016
The computational cost of eig should be O(N^3) with N dimension of the matrix
  1 Kommentar
Walter Roberson
Walter Roberson am 30 Okt. 2016
If I recall, in theory it could be a little better, closer to N^e -- but I have no idea which of the optimizations are implemented.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Descriptive Statistics 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!

Translated by