[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Re: Question: gsl in C++ ??
From: |
Jigal Aharonovich |
Subject: |
[Help-gsl] Re: Question: gsl in C++ ?? |
Date: |
Thu, 15 Mar 2007 23:36:06 +0200 |
User-agent: |
Thunderbird 1.5.0.10 (Windows/20070221) |
So what's your thoughts?
Did anybody apply to Google Summer of Code? (Jordi?).
Some functions have to be written to a specific precision, e.g.
tables of chebyshev coefficients in special functions, quadrature
points and weights, so not everything can be templatised.
Clearly this is an issue.
Can you elaborate on the schemes used to derive the existing values?
Could they be simply implemented as part of the template?
(say, in the construction of a quadrature integration instance).
Evidently, templatizing GSL entirely is a big task.
I thought about automating this - to some extent.
Namely, automation would produce a draft GSL templates, as a preliminary
stage.
Say, using Bison to extract functions, and according to GSL's naming
convention, create
relevant template classes with the same naming (e.g., ode...)
Any thoughts of how this can be accomplished?
(or perhaps it is no longer in the scope of GSL or GSL mailing list
anymore?).
Enjoy,
Jigal.
- [Help-gsl] Re: Question: gsl in C++ ??,
Jigal Aharonovich <=