bdschur algorithm in Matlab
조회 수: 9 (최근 30일)
이전 댓글 표시
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,
댓글 수: 0
채택된 답변
Christine Tobler
2017년 6월 6일
편집: Christine Tobler
2017년 6월 6일
According to the file bdschur.m, this uses LAPACK's DTRSYL and SLICOT's MB03RD functions. See
>> edit bdschur
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Computations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!