All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractFieldIntegrator<T extends CalculusFieldElement<T>> |
Base class managing common boilerplate for all integrators.
|
AbstractFieldODEDetector<T extends AbstractFieldODEDetector<T,E>,E extends CalculusFieldElement<E>> |
|
AbstractFieldODEStateInterpolator<T extends CalculusFieldElement<T>> |
This abstract class represents an interpolator over the last step
during an ODE integration.
|
AbstractIntegrator |
Base class managing common boilerplate for all integrators.
|
AbstractODEDetector<T extends AbstractODEDetector<T>> |
|
AbstractODEStateInterpolator |
This abstract class represents an interpolator over the last step
during an ODE integration.
|
AbstractParameterizable |
This abstract class provides boilerplate parameters list.
|
Action |
Enumerate for actions to be performed when an event occurs during ODE integration.
|
AdamsBashforthFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements explicit Adams-Bashforth integrators for Ordinary
Differential Equations.
|
AdamsBashforthIntegrator |
This class implements explicit Adams-Bashforth integrators for Ordinary
Differential Equations.
|
AdamsFieldIntegrator<T extends CalculusFieldElement<T>> |
|
AdamsIntegrator |
|
AdamsMoultonFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements implicit Adams-Moulton integrators for Ordinary
Differential Equations.
|
AdamsMoultonIntegrator |
This class implements implicit Adams-Moulton integrators for Ordinary
Differential Equations.
|
AdamsNordsieckFieldTransformer<T extends CalculusFieldElement<T>> |
Transformer to Nordsieck vectors for Adams integrators.
|
AdamsNordsieckTransformer |
Transformer to Nordsieck vectors for Adams integrators.
|
AdaptableInterval |
This interface represents an event checking interval that depends on state.
|
AdaptiveStepsizeFieldIntegrator<T extends CalculusFieldElement<T>> |
This abstract class holds the common part of all adaptive
stepsize integrators for Ordinary Differential Equations.
|
AdaptiveStepsizeIntegrator |
This abstract class holds the common part of all adaptive
stepsize integrators for Ordinary Differential Equations.
|
ButcherArrayProvider |
This interface represents an integrator based on Butcher arrays.
|
ClassicalRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the classical fourth order Runge-Kutta
integrator for Ordinary Differential Equations (it is the most
often used Runge-Kutta method).
|
ClassicalRungeKuttaIntegrator |
This class implements the classical fourth order Runge-Kutta
integrator for Ordinary Differential Equations (it is the most
often used Runge-Kutta method).
|
ComplexODEConverter |
|
ComplexODEState |
Container for time, main and secondary state vectors.
|
ComplexODEStateAndDerivative |
Container for time, main and secondary state vectors as well as their derivatives.
|
ComplexOrdinaryDifferentialEquation |
This interface represents a first order differential equations set for complex state .
|
ComplexSecondaryODE |
This interface allows users to add secondary differential equations to a primary
set of differential equations.
|
DenseOutputModel |
This class stores all information provided by an ODE integrator
during the integration process and build a continuous model of the
solution from this.
|
DetectorBasedEventState |
This class handles the state for one event handler during integration steps.
|
DormandPrince54FieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the 5(4) Dormand-Prince integrator for Ordinary
Differential Equations.
|
DormandPrince54Integrator |
This class implements the 5(4) Dormand-Prince integrator for Ordinary
Differential Equations.
|
DormandPrince853FieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the 8(5,3) Dormand-Prince integrator for Ordinary
Differential Equations.
|
DormandPrince853Integrator |
This class implements the 8(5,3) Dormand-Prince integrator for Ordinary
Differential Equations.
|
EmbeddedRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the common part of all embedded Runge-Kutta
integrators for Ordinary Differential Equations.
|
EmbeddedRungeKuttaIntegrator |
This class implements the common part of all embedded Runge-Kutta
integrators for Ordinary Differential Equations.
|
EquationsMapper |
Class mapping the part of a complete state or derivative that pertains
to a specific differential equation.
|
EulerFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements a simple Euler integrator for Ordinary
Differential Equations.
|
EulerIntegrator |
This class implements a simple Euler integrator for Ordinary
Differential Equations.
|
EventOccurrence |
Class to hold the data related to an event occurrence that is needed to decide how
to modify integration.
|
EventSlopeFilter<T extends ODEEventDetector> |
Wrapper used to detect only increasing or decreasing events.
|
EventState |
|
ExpandableODE |
This class represents a combined set of first order differential equations,
with at least a primary set of equations expandable by some sets of secondary
equations.
|
FieldAdaptableInterval<T extends CalculusFieldElement<T>> |
This interface represents an event checking interval that depends on state.
|
FieldButcherArrayProvider<T extends CalculusFieldElement<T>> |
This interface represents an integrator based on Butcher arrays.
|
FieldDenseOutputModel<T extends CalculusFieldElement<T>> |
This class stores all information provided by an ODE integrator
during the integration process and build a continuous model of the
solution from this.
|
FieldDetectorBasedEventState<T extends CalculusFieldElement<T>> |
This class handles the state for one event handler during integration steps.
|
FieldEquationsMapper<T extends CalculusFieldElement<T>> |
Class mapping the part of a complete state or derivative that pertains
to a set of differential equations.
|
FieldEventOccurrence<T extends CalculusFieldElement<T>> |
Class to hold the data related to an event occurrence that is needed to decide how
to modify integration.
|
FieldEventSlopeFilter<T extends FieldODEEventDetector<E>,E extends CalculusFieldElement<E>> |
Wrapper used to detect only increasing or decreasing events.
|
FieldEventState<T extends CalculusFieldElement<T>> |
|
FieldExpandableODE<T extends CalculusFieldElement<T>> |
This class represents a combined set of first order differential equations,
with at least a primary set of equations expandable by some sets of secondary
equations.
|
FieldODEEventDetector<T extends CalculusFieldElement<T>> |
This interface represents a handler for discrete events triggered
during ODE integration.
|
FieldODEEventHandler<T extends CalculusFieldElement<T>> |
This interface represents a handler for discrete events triggered
during ODE integration.
|
FieldODEFixedStepHandler<T extends CalculusFieldElement<T>> |
This interface represents a handler that should be called after
each successful fixed step.
|
FieldODEIntegrator<T extends CalculusFieldElement<T>> |
This interface represents a first order integrator for
differential equations.
|
FieldODEState<T extends CalculusFieldElement<T>> |
Container for time, main and secondary state vectors.
|
FieldODEStateAndDerivative<T extends CalculusFieldElement<T>> |
Container for time, main and secondary state vectors as well as their derivatives.
|
FieldODEStateInterpolator<T extends CalculusFieldElement<T>> |
This interface represents an interpolator over the last step
during an ODE integration.
|
FieldODEStepEndHandler<T extends CalculusFieldElement<T>> |
This interface represents a handler for discrete events triggered
during ODE integration at each step end.
|
FieldODEStepHandler<T extends CalculusFieldElement<T>> |
This interface represents a handler that should be called after
each successful step.
|
FieldOrdinaryDifferentialEquation<T extends CalculusFieldElement<T>> |
This interface represents a first order differential equations set.
|
FieldSecondaryODE<T extends CalculusFieldElement<T>> |
This interface allows users to add secondary differential equations to a primary
set of differential equations.
|
FieldStepEndEventState<T extends CalculusFieldElement<T>> |
This class handles the state for one event handler that triggers at step end.
|
FieldStepNormalizer<T extends CalculusFieldElement<T>> |
|
FilterType |
|
FirstOrderConverter |
This class converts second order differential equations to first
order ones.
|
GillFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the Gill fourth order Runge-Kutta
integrator for Ordinary Differential Equations .
|
GillIntegrator |
This class implements the Gill fourth order Runge-Kutta
integrator for Ordinary Differential Equations .
|
GraggBulirschStoerIntegrator |
This class implements a Gragg-Bulirsch-Stoer integrator for
Ordinary Differential Equations.
|
HighamHall54FieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the 5(4) Higham and Hall integrator for
Ordinary Differential Equations.
|
HighamHall54Integrator |
This class implements the 5(4) Higham and Hall integrator for
Ordinary Differential Equations.
|
LocalizedODEFormats |
Enumeration for localized messages formats used in exceptions messages.
|
LutherFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the Luther sixth order Runge-Kutta
integrator for Ordinary Differential Equations.
|
LutherIntegrator |
This class implements the Luther sixth order Runge-Kutta
integrator for Ordinary Differential Equations.
|
MidpointFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements a second order Runge-Kutta integrator for
Ordinary Differential Equations.
|
MidpointIntegrator |
This class implements a second order Runge-Kutta integrator for
Ordinary Differential Equations.
|
MultistepFieldIntegrator<T extends CalculusFieldElement<T>> |
This class is the base class for multistep integrators for Ordinary
Differential Equations.
|
MultistepIntegrator |
This class is the base class for multistep integrators for Ordinary
Differential Equations.
|
NamedParameterJacobianProvider |
|
ODEEventDetector |
This interface represents a detector for discrete events triggered
during ODE integration.
|
ODEEventHandler |
This interface represents a handler for discrete events triggered
during ODE integration.
|
ODEFixedStepHandler |
This interface represents a handler that should be called after
each successful fixed step.
|
ODEIntegrator |
This interface represents a first order integrator for
differential equations.
|
ODEJacobiansProvider |
|
ODEState |
Container for time, main and secondary state vectors.
|
ODEStateAndDerivative |
Container for time, main and secondary state vectors as well as their derivatives.
|
ODEStateInterpolator |
This interface represents an interpolator over the last step
during an ODE integration.
|
ODEStepEndHandler |
This interface represents a handler for discrete events triggered
during ODE integration at each step end.
|
ODEStepHandler |
This interface represents a handler that should be called after
each successful step.
|
OrdinaryDifferentialEquation |
This interface represents a first order differential equations set.
|
ParameterConfiguration |
Simple container pairing a parameter name with a step in order to compute
the associated Jacobian matrix by finite difference.
|
Parameterizable |
This interface enables to process any parameterizable object.
|
ParametersController |
|
RungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the common part of all fixed step Runge-Kutta
integrators for Ordinary Differential Equations.
|
RungeKuttaIntegrator |
This class implements the common part of all fixed step Runge-Kutta
integrators for Ordinary Differential Equations.
|
SecondaryODE |
This interface allows users to add secondary differential equations to a primary
set of differential equations.
|
SecondOrderODE |
This interface represents a second order differential equations set.
|
StepEndEventState |
This class handles the state for one event handler that triggers at step end.
|
StepNormalizer |
|
StepNormalizerBounds |
|
StepNormalizerMode |
|
StepsizeHelper |
Helper for adaptive stepsize control.
|
ThreeEighthesFieldIntegrator<T extends CalculusFieldElement<T>> |
This class implements the 3/8 fourth order Runge-Kutta
integrator for Ordinary Differential Equations.
|
ThreeEighthesIntegrator |
This class implements the 3/8 fourth order Runge-Kutta
integrator for Ordinary Differential Equations.
|
VariationalEquation |
This class defines a set of secondary equations to
compute the global Jacobian matrices with respect to the initial state
vector and, if any, to some parameters of the primary ODE set.
|
VariationalEquation.MismatchedEquations |
Special exception for equations mismatch.
|