emsr / tr29124_test

C++ special math functions
GNU General Public License v3.0
17 stars 3 forks source link

The special function states should offer deriv2() for 2nd derivative #152

Open emsr opened 7 years ago

emsr commented 7 years ago

All the classical diffeq states, cyl_bessel, sph_bessel, airy, etc could offer (say for cyl_bessel) _Tp J_deriv2() const; _Tp N_deriv2() const; using the state variables.

Do this for orthogonal polynomials too. I added deriv() to those already (mostly).