This is the mail archive of the
gsl-discuss@sourceware.org
mailing list for the GSL project.
Re: extension of specfunc/debye.c
- From: Brian Gough <bjg at gnu dot org>
- To: Richard Mathar <mathar at strw dot leidenuniv dot nl>
- Cc: gsl-discuss at sources dot redhat dot com
- Date: Mon, 19 Dec 2005 17:57:50 +0000
- Subject: Re: extension of specfunc/debye.c
- References: <200511081818.jA8IIpHb022340@amer.strw.leidenuniv.nl>
Richard Mathar writes:
> a) The description in the HTML manual on the Chebyshev Approximations
> in http://www.gnu.org/software/gsl/manual/gsl-ref_28.html#SEC413
> is slightly out of date, because in the typedef struct {...} gsl_cheb_struct
> the last component of the structure, int order_sp, is missing. Also,
> it seems that this is know called gsl_series_struct, not gsl_cheb_struct (?).
>
> b) Since the standard application of the Debye function with black body
> radiation "starts" a power of n=3, and the current implementation in
> specfunc/debye.c and specfunc/gsl_sf_debye.h reaches only to n=4, this
> is somewhat too short if one wants to compile moments over black body functions.
> Therefore I propose to extend the implementation to n=5 and n=6,
> as in the implementation attached.
Thanks for the bug report and extra functions! I will add those in
the next release. Sorry for the delay in replying.
--
Brian Gough