computational complexity of eig and pinv

조회 수: 4 (최근 30일)
Ina
Ina 2011년 6월 27일
댓글: Walter Roberson 2016년 10월 30일
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

답변 (1개)

Luca  Fenzi
Luca Fenzi 2016년 10월 30일
The computational cost of eig should be O(N^3) with N dimension of the matrix
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 10월 30일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by