[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gsl] [bug #43260] Hermite polynomial contribution
From: |
Patrick Alken |
Subject: |
[Bug-gsl] [bug #43260] Hermite polynomial contribution |
Date: |
Fri, 12 Dec 2014 19:26:40 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 |
Follow-up Comment #1, bug #43260 (project gsl):
Updated files available at:
http://lists.gnu.org/archive/html/bug-gsl/2014-04/msg00004.html
since finishing the Hermite polynomials and functions, I got around to
including their zeros. Building on that, I also wrote two small
Gauss-Hermite quadrature routines, which similarly to the existing
Gauss-Legendre routines do not accept errors bounds.
Please find attached the code (gsl_sf_hermite.c,
gsl_integration_hermite.c), header (gsl_sf_hermite.h,
gsl_integration_hermite.h), test (test_hermite.c, test_hermite_quad.c)
and documentation (specfunc-hermite.texi, integration-hermite.texi) files.
In gsl_integration_hermite.c, the correct header file has to be called
once the other routines are included in the GSL.
Cheers,
Konrad
P.S.: As always, please notify me if any bugs are found etc.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43260>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-gsl] [bug #43260] Hermite polynomial contribution,
Patrick Alken <=