[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Single precision float version of linalg functions
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] Single precision float version of linalg functions |
Date: |
Wed, 05 Dec 2007 21:35:42 +0000 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) |
At Sat, 1 Dec 2007 16:05:15 +0000,
Stefano Zanobi wrote:
> Hello, I'm using the GSL library in which I use single precision
> float vector and matrices. I want to solve a linear system using,
> for instance, the gsl_linalg_HH_solve function but it seems that
> there's not a float version of it (i.e. one that accepts
> gsl_matrix_float * ... )
>
> I'd prefer to keep using float in my program, because I need maximum
> performance (even at cost of less precision)... Is there a
> workaround?
>
Sorry, we only provide double precision for linalg functions.
--
Brian Gough