Java org.apache.commons.math3.analysis.interpolation HermiteInterpolator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.analysis.interpolation HermiteInterpolator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.analysis.interpolation HermiteInterpolator.

The text is from its open source code.

Constructor

HermiteInterpolator()
Create an empty interpolator.

Method

voidaddSamplePoint(final double x, final double[]... value)
Add a sample point.
PolynomialFunction[]getPolynomials()
Compute the interpolation polynomials.
double[]value(double x)
Interpolate value at a specified abscissa.
DerivativeStructure[]value(final DerivativeStructure x)
Interpolate value at a specified abscissa.