bdschur algorithm in Matlab
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Vinh
le 10 Mai 2017
Modifié(e) : Christine Tobler
le 6 Juin 2017
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 commentaires
Réponse acceptée
Christine Tobler
le 6 Juin 2017
Modifié(e) : Christine Tobler
le 6 Juin 2017
According to the file bdschur.m, this uses LAPACK's DTRSYL and SLICOT's MB03RD functions. See
>> edit bdschur
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Computations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!