Package | Description |
---|---|
fr.cnes.sirius.patrius.math.analysis.interpolation |
Modifier and Type | Class and Description |
---|---|
class |
TricubicSplineInterpolatingFunction
Function that implements the
tricubic spline interpolation, as proposed in
Tricubic interpolation in three dimensions |
class |
TriLinearIntervalsFunction
Implements the representation of a linear function in dimension 2.
|
Modifier and Type | Method and Description |
---|---|
TrivariateFunction |
TrivariateGridInterpolator.interpolate(double[] xval,
double[] yval,
double[] zval,
double[][][] fval)
Compute an interpolating function for the dataset.
|
Copyright © 2018 CNES. All Rights Reserved.