Hello I am a new user of gsl. Sorry if this question is stupid, but I couldn't find the answer.
I would like to use linear algebra functions, for instance gsl_linalg_cholesky_decomp The problem is that I am using float numbers (gsl_matrix_float etc). It seems that these functions only accept double (gsl_matrix). Are there some linear algebra functions specific for float? If not, which is the best way to manage this situation? Just copy to a double matrix and then copy back the result? Thanks Carlos Medrano _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
