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]

Re: Orthogonal polynomials in gsl/poly


At Sat, 9 Sep 2006 18:02:58 +0200,
Richard Mathar wrote:
> It would be useful, given the general importance of orthogonal polynomials
> in applications, to have some shortcuts to evaluate the most important
> ones in "by name" in  the subdirectory poly, instead of defining them by
> a list of values that are interpolated.
> A proposal/implementation for the Hermite, Laguerre and Chebyshev polynomials
> is attached. I can implement more of these if this finds support.

Thanks for the email.  I agree it would be useful to access the
different polynomials by name, there are a few in specfunc (based on
explicit representations for small n and recurrences for general n I
think) but more would be useful.  A first question would be regarding
the relative merits of different ways of computing them, e.g stability
& speed, as I haven't looked at this problem so I have no idea what
the best way is.

-- 
Brian Gough


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