CubicSplineInterpolator |
class CubicSplineInterpolator : Interpolator Interpolates values between the given data points using a SplineFunction. |
Interpolator |
interface Interpolator |
InterpolatorFactory |
interface InterpolatorFactory |
LinearInterpolator |
class LinearInterpolator : Interpolator Interpolates values between the given data points using straight lines. |
Polynomial |
class Polynomial Represents a polynomial function of arbitrary degree. |
SplineFunction |
class SplineFunction A |