We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354871e commit c52ca43Copy full SHA for c52ca43
README.md
@@ -25,7 +25,11 @@ For cubic piecewise interpolation, the library features three types:
25
26
- Monotone cubic interpolation
27
- Modified Akima spline interpolation
28
-- Natural cubic spline interpolation
+- Natural cubic spline interpolation, with the following boundary conditions:
29
+ - Not-A-Knot (first and second cell at ends share same polynomial)
30
+ - Natural (vanishing second derivative at ends)
31
+ - Clamped (vanishing first derivative at ends)
32
+ - Periodic (value, first and second derivative match for ends)
33
34
All classes are templatized and support the STL's vector types.
35
0 commit comments