I am trying to implement this:
http://rsta.royalsocietypublishing.org/content/roypta/366/1865/519.full.pdf
I 'like' how it crushes the "textbook" shooting methods so unilaterally, and I want to try the spline version of the algo it is recommending.
If I am not going to homebrew the spline creation, which I would like not to do seeing as how there are built-ins to work with, then I'm going to need to access derivatives of the spline at points of interest without approximating them. They should be analytic.
So how does one do access the "background" terms of something like poly_pwhermite using MathScript RT?