File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ support.
1313
1414| ![ 2D Modfied Akima spline interpolation] ( docs/images/makima_2D.png ) | ![ 2D Natural spline interpolation] ( docs/images/natural_spline_2D.png ) |
1515| :--:| :--:|
16- | * 2D Akima spline interpolation* | * 2D Natural spline interpolation* |
16+ | * 2D Modified Akima spline interpolation* | * 2D Natural spline interpolation* |
1717
1818
1919## Introduction
@@ -24,7 +24,7 @@ interpolation in `N` dimensions.
2424For cubic piecewise interpolation, the library features three types:
2525
2626- Monotone cubic interpolation
27- - Mdofied Akima spline interpolation
27+ - Modified Akima spline interpolation
2828- Natural cubic spline interpolation
2929
3030All classes are templatized and support the STL's vector types.
You can’t perform that action at this time.
0 commit comments