You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: