FirstIndexNext

[help-gsl] linear algebra for float (2008-08-11)

From: Carlos Medrano <ctmedra@.........>
Subject: linear algebra for float
Date: Mon, 11 Aug 2008 18:55:04 +0200
To: help-gsl@gnu.org

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