Hi all,
My problem is the computation of eigenvalues and eigenvectors using schur decomposition. Actually, the algorithm uses the bdschur() function. I know that Matlab uses the library of LAPACK in some functions. I wonder if Matlab also uses LAPACK functions for bdschur(). If yes, could you {explain how you use LAPACK for bdschur} / {tell which algorithm you are using for bdschur}
Best regards,

 채택된 답변

Christine Tobler
Christine Tobler 2017년 6월 6일
편집: Christine Tobler 2017년 6월 6일

0 개 추천

According to the file bdschur.m, this uses LAPACK's DTRSYL and SLICOT's MB03RD functions. See
>> edit bdschur

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Matrix Computations에 대해 자세히 알아보기

질문:

2017년 5월 10일

편집:

2017년 6월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by