|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FirstOrderDifferentialEquations | |
---|---|
fr.cnes.sirius.patrius.stela.propagation | |
org.apache.commons.math3.ode | This package provides classes to solve Ordinary Differential Equations problems. |
Uses of FirstOrderDifferentialEquations in fr.cnes.sirius.patrius.stela.propagation |
---|
Classes in fr.cnes.sirius.patrius.stela.propagation that implement FirstOrderDifferentialEquations | |
---|---|
class |
StelaDifferentialEquations
Class representing the differential system of a STELA GTO propagation. |
Uses of FirstOrderDifferentialEquations in org.apache.commons.math3.ode |
---|
Subinterfaces of FirstOrderDifferentialEquations in org.apache.commons.math3.ode | |
---|---|
interface |
MainStateJacobianProvider
Interface expanding first order
differential equations in order to compute exactly the main state jacobian
matrix for partial derivatives equations . |
Classes in org.apache.commons.math3.ode that implement FirstOrderDifferentialEquations | |
---|---|
class |
FirstOrderConverter
This class converts second order differential equations to first order ones. |
Methods in org.apache.commons.math3.ode that return FirstOrderDifferentialEquations | |
---|---|
FirstOrderDifferentialEquations |
ExpandableStatefulODE.getPrimary()
Get the primary set of differential equations. |
Methods in org.apache.commons.math3.ode with parameters of type FirstOrderDifferentialEquations | |
---|---|
double |
AbstractIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
FirstOrderIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
Constructors in org.apache.commons.math3.ode with parameters of type FirstOrderDifferentialEquations | |
---|---|
ExpandableStatefulODE(FirstOrderDifferentialEquations primary)
Build an expandable set from its primary ODE set. |
|
JacobianMatrices(FirstOrderDifferentialEquations fode,
double[] hY,
String... parameters)
Simple constructor for a secondary equations set computing Jacobian matrices. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |