Complex Schur decomposition in C++
3 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I want to use unitary matrix of Schur decomposition in my program in C++. I find some codes for the real one (orthogonal matrix), but I can't find for the complex... Can I use matlab-function schur in c++? Or maybe more good decision exist?
0 件のコメント
回答 (1 件)
Sachin Ganjare
2012 年 10 月 23 日
You can use matlab function in your C++ program. Refer link below for guidance:
Hope it helps!!!
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!