Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Is the reference point (x, y) above or below the non-linear equation?

$
0
0
In v2, you can get a cubic spline interpolation by using the class directly from the MathNet.Numerics.Interpolation.Algorithms namespace:
var spline = new CubicSplineInterpolation(new[] {0.0, 4.0, 9.0, 16.0}, new[] {10.0, 7.0, 12.0, 10.0});

Viewing all articles
Browse latest Browse all 971

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>