T
- type of the field elementsprotected class AbstractGaussianContribution.FieldIntegrableFunction<T extends org.hipparchus.CalculusFieldElement<T>> extends Object implements org.hipparchus.analysis.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,
org.hipparchus.Field<T> field)
Build a new instance with a new field.
|
public FieldIntegrableFunction(FieldSpacecraftState<T> state, boolean meanMode, int j, T[] parameters, org.hipparchus.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 parameters (only 1 values
for each parameters corresponding to state date) obtained by
calling the extract parameter method DSSTForceModel.extractParameters(double[], AbsoluteDate)
to selected the right value for state date or by getting the parameters for a specific datefield
- field utilized by defaultCopyright © 2002-2023 CS GROUP. All rights reserved.