[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] linear algebra for float
From: |
Carlos Medrano |
Subject: |
[Help-gsl] linear algebra for float |
Date: |
Mon, 11 Aug 2008 18:55:04 +0200 |
User-agent: |
KMail/1.9.1 |
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] linear algebra for float,
Carlos Medrano <=