T
- type of the field elements
public 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)
构建一个一阶积分器。
|
org.hipparchus.ode.AbstractFieldIntegrator<T> |
buildIntegrator(FieldOrbit<T> orbit, OrbitType orbitType)
构建一个一阶积分器。
|
org.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(org.hipparchus.Field<T> field, Orbit orbit, OrbitType orbitType)
field
- 元素所属的域
orbit
- 参考轨道
orbitType
- 要使用的轨道类型
org.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(FieldOrbit<T> orbit, OrbitType orbitType)
orbit
- 参考轨道
orbitType
- 要使用的轨道类型
Copyright © 2002-2023 CS GROUP. All rights reserved.