Package | Description |
---|---|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Method and Description |
---|---|
Interpolator |
InterpolationAlgorithm.getInterpolator()
Gets an evaluator which can compute the interpolated value of a function.
|
Interpolator |
LinearApproximation.getInterpolator(EvaluatorGroup group)
Gets an evaluator which can compute the interpolated value of a function.
|
Interpolator |
LagrangePolynomialApproximation.getInterpolator(EvaluatorGroup group)
Gets an evaluator which can compute the interpolated value of a function.
|
Interpolator |
LagrangeOrbitVariationOfParameters.getInterpolator(EvaluatorGroup group)
Gets an evaluator which can compute the interpolated value of a function.
|
abstract Interpolator |
InterpolationAlgorithm.getInterpolator(EvaluatorGroup group)
Gets an evaluator which can compute the interpolated value of a function.
|
Interpolator |
HermitePolynomialApproximation.getInterpolator(EvaluatorGroup group)
Gets an evaluator which can compute the interpolated value of a function.
|
Constructor and Description |
---|
Interpolator(Interpolator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|