Info
| Version: | 2.3.2 |
| Author(s): | masariello |
| Last Update: | Thursday, January 7, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/CD3/libInterpolate |
| NuGet Url: | https://www.nuget.org/packages/libInterpolate |
Install
Install-Package libInterpolate
dotnet add package libInterpolate
paket add libInterpolate
libInterpolate Download (Unzip the "nupkg" after downloading)
Dependencies
- Eigen3(>= 3.0.0)
Tags
This library provides classes to perform various types of function interpolation (linear, spline, etc).
Currently implemented methods are:
1D Interpolation: linear, cubic spline, monotonic spline interpolation
2D Interpolation: bilinear, bicubic, thin plate spline.