Uses of Package
org.apache.commons.math.analysis.interpolation
Packages that use org.apache.commons.math.analysis.interpolation
Package
Description
Univariate real functions interpolation algorithms.
-
Classes in org.apache.commons.math.analysis.interpolation used by org.apache.commons.math.analysis.interpolationClassDescriptionFunction that implements the bicubic spline interpolation.Generates a bicubic interpolating function.Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.Interface representing a univariate real interpolating function.Function that implements the tricubic spline interpolation, as proposed in
Tricubic interpolation in three dimensions
F.Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.Interface representing a univariate real interpolating function.