At Fri, 23 Nov 2007 16:06:40 +0100,
> gsl_odeiv_long_double_evolve_apply, ...). Of course, without them the  
> compiler complains ("cannot convert long double* to double*"). The  
> long double type does work for other parts, such as  
> gsl_matrix_long_double.h.
> So, is this simply not implemented (in this case - are there some  
> plans to do so?) or am I missing something?
> Also, is there a list of routines which can be used with the 'long'  
> types and which don't?

Hello,

All the algorithms are double only.

Matrices and vectors include other types (long double, char, etc) for
manipulating external data.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to