We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cee25 commit d3d1e78Copy full SHA for d3d1e78
1 file changed
README.md
@@ -3,13 +3,13 @@ A Interpolation crate for usage with the rust [ndarray](https://crates.io/crates
3
4
# Features
5
- Interpolation of _n_-dimensional data along the first axis
6
+ - Add your own Interpolation algorithms
7
- Interpolation of owned arrays and array views
8
- Interpolation at multiple points at once
9
10
## Interpolation strategies
11
- Linear interpolation with, and without extrapolation
12
- Cubic spline interpolation
- - support for custom strategies
13
14
## Planned Features
15
- More interpolation strategies
0 commit comments