Uses of Package
org.apache.commons.math3.ode

Packages that use org.apache.commons.math3.ode
fr.cnes.sirius.patrius.propagation.numerical.multi   
fr.cnes.sirius.patrius.propagation.precomputed.multi   
fr.cnes.sirius.patrius.stela.propagation   
org.apache.commons.math3.ode This package provides classes to solve Ordinary Differential Equations problems. 
org.apache.commons.math3.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems. 
org.apache.commons.math3.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. 
org.orekit.propagation.numerical   
org.orekit.propagation.precomputed   
 

Classes in org.apache.commons.math3.ode used by fr.cnes.sirius.patrius.propagation.numerical.multi
FirstOrderIntegrator
          This interface represents a first order integrator for differential equations.
 

Classes in org.apache.commons.math3.ode used by fr.cnes.sirius.patrius.propagation.precomputed.multi
ContinuousOutputModel
          This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.
 

Classes in org.apache.commons.math3.ode used by fr.cnes.sirius.patrius.stela.propagation
FirstOrderDifferentialEquations
          This interface represents a first order differential equations set.
FirstOrderIntegrator
          This interface represents a first order integrator for differential equations.
 

Classes in org.apache.commons.math3.ode used by org.apache.commons.math3.ode
AbstractIntegrator
          Base class managing common boilerplate for all integrators.
ContinuousOutputModel
          This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.
EquationsMapper
          Class mapping the part of a complete state or derivative that pertains to a specific differential equation.
ExpandableStatefulODE
          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.
FirstOrderDifferentialEquations
          This interface represents a first order differential equations set.
FirstOrderIntegrator
          This interface represents a first order integrator for differential equations.
JacobianMatrices.MismatchedEquations
          Special exception for equations mismatch.
MainStateJacobianProvider
          Interface expanding first order differential equations in order to compute exactly the main state jacobian matrix for partial derivatives equations.
ODEIntegrator
          This interface defines the common parts shared by integrators for first and second order differential equations.
Parameterizable
          This interface enables to process any parameterizable object.
ParameterizedODE
          Interface to compute by finite difference Jacobian matrix for some parameter when computing partial derivatives equations.
ParameterJacobianProvider
          Interface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations.
SecondaryEquations
          This interface allows users to add secondary differential equations to a primary set of differential equations.
SecondOrderDifferentialEquations
          This interface represents a second order differential equations set.
UnknownParameterException
          Exception to be thrown when a parameter is unknown.
 

Classes in org.apache.commons.math3.ode used by org.apache.commons.math3.ode.nonstiff
AbstractIntegrator
          Base class managing common boilerplate for all integrators.
ExpandableStatefulODE
          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.
FirstOrderIntegrator
          This interface represents a first order integrator for differential equations.
MultistepIntegrator
          This class is the base class for multistep integrators for Ordinary Differential Equations.
ODEIntegrator
          This interface defines the common parts shared by integrators for first and second order differential equations.
 

Classes in org.apache.commons.math3.ode used by org.apache.commons.math3.ode.sampling
EquationsMapper
          Class mapping the part of a complete state or derivative that pertains to a specific differential equation.
 

Classes in org.apache.commons.math3.ode used by org.orekit.propagation.numerical
FirstOrderIntegrator
          This interface represents a first order integrator for differential equations.
 

Classes in org.apache.commons.math3.ode used by org.orekit.propagation.precomputed
ContinuousOutputModel
          This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.
 



Copyright © 2017 CNES. All Rights Reserved.