T - type of the field elementspublic interface FieldODEIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>
| Modifier and Type | Method and Description |
|---|---|
org.hipparchus.ode.AbstractFieldIntegrator<T> |
buildIntegrator(org.hipparchus.Field<T> field,
Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
org.hipparchus.ode.AbstractFieldIntegrator<T> |
buildIntegrator(FieldOrbit<T> orbit,
OrbitType orbitType)
Build a first order integrator.
|
org.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(org.hipparchus.Field<T> field, Orbit orbit, OrbitType orbitType)
field - field to which the elements belongorbit - reference orbitorbitType - orbit type to useorg.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(FieldOrbit<T> orbit, OrbitType orbitType)
orbit - reference orbitorbitType - orbit type to useCopyright © 2002-2023 CS GROUP. All rights reserved.