T - type of the field elementspublic abstract class AbstractFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends Object implements FieldODEIntegratorBuilder<T>
FieldODEIntegratorBuilder.| Constructor and Description |
|---|
AbstractFieldIntegratorBuilder()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract 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.
|
public AbstractFieldIntegratorBuilder()
This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
public abstract org.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(org.hipparchus.Field<T> field, Orbit orbit, OrbitType orbitType)
buildIntegrator in interface FieldODEIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>field - field to which the elements belongorbit - reference orbitorbitType - orbit type to usepublic org.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(FieldOrbit<T> orbit, OrbitType orbitType)
buildIntegrator in interface FieldODEIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>orbit - reference orbitorbitType - orbit type to useCopyright © 2002-2023 CS GROUP. All rights reserved.