Cubic Spline Question #83
Unanswered
gideonsimpson
asked this question in
Q&A
Replies: 1 comment
-
It implements basis splines (b-splines). I believe it implements "not-a-knot" boundary conditions. It doesn't do "natural" (2nd derivative = 0) conditions. I'm not entirely sure about this though and would have to comb through the Fortran source code to really be sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do the cubic splines interpolants that this package produces compare to classical textbook cubic splines? That is to say, is the package implementing "natural" boundary conditions? "not-a-knot" boundary conditions? Something else?
Beta Was this translation helpful? Give feedback.
All reactions