Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
emsr opened this issue Aug 17, 2017 · 0 comments
Open

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

emsr opened this issue Aug 17, 2017 · 0 comments

Comments

@emsr
Copy link
Owner

emsr commented Aug 17, 2017

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant