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

Example usage for Java org.apache.commons.math3.analysis.interpolation FieldHermiteInterpolator 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 FieldHermiteInterpolator.

The text is from its open source code.

Constructor

FieldHermiteInterpolator()
Create an empty interpolator.

Method

voidaddSamplePoint(final T x, final T[]... value)
Add a sample point.
T[][]derivatives(T x, int order)
Interpolate value and first derivatives at a specified abscissa.