This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

float functions problem


Hi, I'm the student who work on Math::GSL for google summer of code.
The goal of Math::GSL is to port the GSL library to Perl. While
working on this project, I realized some function from the BLAS
subsystem like gsl_blas_sdsdot require a gsl_vector_float datatype.
The problem is that the functions related to this datatype like
gsl_vector_float_alloc seem to be deprecated. Is it normal? Shouldn't
the concerning BLAS function be taken out of the documentation if they
are based on deprecated datatypes?

Thanks

Thierry Moisan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]