Package | Description |
---|---|
org.hipparchus.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
org.hipparchus.analysis.polynomials |
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
|
Modifier and Type | Method and Description |
---|---|
<T extends CalculusFieldElement<T>> |
AkimaSplineInterpolator.interpolate(T[] xvals,
T[] yvals)
Computes an interpolating function for the data set.
|
<T extends CalculusFieldElement<T>> |
LinearInterpolator.interpolate(T[] x,
T[] y)
Computes a linear interpolating function for the data set.
|
<T extends CalculusFieldElement<T>> |
SplineInterpolator.interpolate(T[] x,
T[] y)
Computes an interpolating function for the data set.
|
Modifier and Type | Method and Description |
---|---|
FieldPolynomialSplineFunction<T> |
FieldPolynomialSplineFunction.polynomialSplineDerivative()
Get the derivative of the polynomial spline function.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.