Complex Schur decomposition in C++
显示 更早的评论
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?
回答(1 个)
Sachin Ganjare
2012-10-23
0 个投票
You can use matlab function in your C++ program. Refer link below for guidance:
Hope it helps!!!
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Computations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!