Hello, I have to find the eigen values of a real non-hermitian matrix. In fact, it's possible to find complex values for some real matrix but in the function gsl_linalg_SV_decomp_mod of the linear algebra for singular value decomposition, I don't think we can operate with complex matrix because it just support gsl_matrix parameter (not gslçcomplex_matrix) and the function gsl_linalg_complex_SV_decomp_mod does'nt exists.
So, is it possible to find complex singular values for real matrix, like it's possible with ZGEEV of CLAPACK library or in matlab? Thanks a lot. Régis ---------------------------------------------------------------- Groupe esiea www.esiea.fr _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
