VectorSpline(Double, Double, Int32, FuncDouble, Double) Constructor
Creates a spline approximating a function in a given interval.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public VectorSpline(
double x0,
double x1,
int segments,
Func<double, double> f
)
Parameters
- x0 Double
- Lower interval bound.
- x1 Double
- Upper interval bound.
- segments Int32
- Number of segments in the interval.
- f FuncDouble, Double
- The function to be approximated.