Complex Schur decomposition in C++
Mostrar comentarios más antiguos
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?
Respuestas (1)
Sachin Ganjare
el 23 de Oct. de 2012
0 votos
You can use matlab function in your C++ program. Refer link below for guidance:
Hope it helps!!!
Categorías
Más información sobre Matrix Computations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!