protected class AbstractGaussianContribution.FieldIntegrableFunction<T extends CalculusFieldElement<T>> extends Object implements CalculusFieldUnivariateVectorFunction<T>
This class is a rewrite of AbstractGaussianContribution.IntegrableFunction
for field elements
Constructor and Description |
---|
FieldIntegrableFunction(FieldSpacecraftState<T> state,
boolean meanMode,
int j,
T[] parameters,
Field<T> field)
Build a new instance with a new field.
|
public FieldIntegrableFunction(FieldSpacecraftState<T> state, boolean meanMode, int j, T[] parameters, Field<T> field)
state
- current state information: date, kinematics, attitudemeanMode
- if true return the value associated to the mean elements
variation, if false return the values associated to the
short periodic elements variationj
- the j index. used only for short periodic variation.
Ignored for mean elements variation.parameters
- values of the force model parametersfield
- field utilized by defaultpublic T[] value(T x)
value
in interface CalculusFieldUnivariateVectorFunction<T extends CalculusFieldElement<T>>
Copyright © 2002-2022 CS GROUP. All rights reserved.