Constant Field Values
Contents
org.hipparchus.*
-
org.hipparchus.ode.events.AbstractFieldODEDetector<T extends AbstractFieldODEDetector<T,E>,E extends CalculusFieldElement<E>> Modifier and Type Constant Field Value public static final double
DEFAULT_MAX_CHECK
600.0
public static final int
DEFAULT_MAX_ITER
100
public static final double
DEFAULT_THRESHOLD
1.0E-6
-
org.hipparchus.ode.events.AbstractODEDetector<T extends AbstractODEDetector<T>> Modifier and Type Constant Field Value public static final double
DEFAULT_MAX_CHECK
600.0
public static final int
DEFAULT_MAX_ITER
100
public static final double
DEFAULT_THRESHOLD
1.0E-6
-
org.hipparchus.ode.nonstiff.AdamsBashforthFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Adams-Bashforth"
-
org.hipparchus.ode.nonstiff.AdamsBashforthIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Adams-Bashforth"
-
org.hipparchus.ode.nonstiff.AdamsMoultonFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Adams-Moulton"
-
org.hipparchus.ode.nonstiff.AdamsMoultonIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Adams-Moulton"
-
org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"classical Runge-Kutta"
-
org.hipparchus.ode.nonstiff.ClassicalRungeKuttaIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"classical Runge-Kutta"
-
org.hipparchus.ode.nonstiff.DormandPrince54FieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Dormand-Prince 5 (4)"
-
org.hipparchus.ode.nonstiff.DormandPrince54Integrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Dormand-Prince 5 (4)"
-
org.hipparchus.ode.nonstiff.DormandPrince853FieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Dormand-Prince 8 (5, 3)"
-
org.hipparchus.ode.nonstiff.DormandPrince853Integrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Dormand-Prince 8 (5, 3)"
-
org.hipparchus.ode.nonstiff.EulerFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Euler"
-
org.hipparchus.ode.nonstiff.EulerIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Euler"
-
org.hipparchus.ode.nonstiff.GillFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Gill"
-
org.hipparchus.ode.nonstiff.GillIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Gill"
-
org.hipparchus.ode.nonstiff.GraggBulirschStoerIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Gragg-Bulirsch-Stoer"
-
org.hipparchus.ode.nonstiff.HighamHall54FieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Higham-Hall 5(4)"
-
org.hipparchus.ode.nonstiff.HighamHall54Integrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Higham-Hall 5(4)"
-
org.hipparchus.ode.nonstiff.LutherFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Luther"
-
org.hipparchus.ode.nonstiff.LutherIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"Luther"
-
org.hipparchus.ode.nonstiff.MidpointFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"midpoint"
-
org.hipparchus.ode.nonstiff.MidpointIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"midpoint"
-
org.hipparchus.ode.nonstiff.ThreeEighthesFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final String
METHOD_NAME
"3/8"
-
org.hipparchus.ode.nonstiff.ThreeEighthesIntegrator Modifier and Type Constant Field Value public static final String
METHOD_NAME
"3/8"