eigen vectors and values algorithm
2 次查看(过去 30 天)
显示 更早的评论
i need to know the algorithm by which matlab (or generally how can i) calculate the eigen values and vectors of a Non Symmetric matrix , i need the numeric algorithm to try to implement it in C
0 个评论
回答(1 个)
José-Luis
2014-9-17
编辑:José-Luis
2014-9-17
Matlab uses BLAS and LAPACK.
If you want to know the actual implementation, then you should ask the Mathworks. They might not be so forthcoming in exposing the guts of Matlab though...
Note that both BLAS and LAPACK can be linked in a C program, so you'd just be reinventing the wheel.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!