[EMAIL PROTECTED] writes:
 > 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?

Sorry complex SVD is not implemented/supported.

-- 
Brian Gough

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/


_______________________________________________
Help-gsl mailing list
Help-gsl@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to