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 ExchangeMatrix 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