|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FirstOrderDifferentialEquations | |
---|---|
org.apache.commons.math.ode | This package provides classes to solve Ordinary Differential Equations problems. |
org.apache.commons.math.ode.jacobians | This package was intended to solve Ordinary Differential Equations problems and also compute derivatives of the solution. |
org.apache.commons.math.ode.nonstiff | This package provides classes to solve non-stiff Ordinary Differential Equations problems. |
Uses of FirstOrderDifferentialEquations in org.apache.commons.math.ode |
---|
Subinterfaces of FirstOrderDifferentialEquations in org.apache.commons.math.ode | |
---|---|
interface |
ExtendedFirstOrderDifferentialEquations
This interface represents a first order differential equations set with a main set of equations and an extension set. |
Classes in org.apache.commons.math.ode that implement FirstOrderDifferentialEquations | |
---|---|
class |
FirstOrderConverter
This class converts second order differential equations to first order ones. |
Methods in org.apache.commons.math.ode with parameters of type FirstOrderDifferentialEquations | |
---|---|
double |
FirstOrderIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
protected void |
AbstractIntegrator.sanityChecks(FirstOrderDifferentialEquations ode,
double t0,
double[] y0,
double t,
double[] y)
Perform some sanity checks on the integration parameters. |
protected void |
AbstractIntegrator.setEquations(FirstOrderDifferentialEquations equations)
Set the differential equations. |
Uses of FirstOrderDifferentialEquations in org.apache.commons.math.ode.jacobians |
---|
Subinterfaces of FirstOrderDifferentialEquations in org.apache.commons.math.ode.jacobians | |
---|---|
interface |
ODEWithJacobians
Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation |
interface |
ParameterizedODE
Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation |
Uses of FirstOrderDifferentialEquations in org.apache.commons.math.ode.nonstiff |
---|
Methods in org.apache.commons.math.ode.nonstiff with parameters of type FirstOrderDifferentialEquations | |
---|---|
double |
AdaptiveStepsizeIntegrator.initializeStep(FirstOrderDifferentialEquations equations,
boolean forward,
int order,
double[] scale,
double t0,
double[] y0,
double[] yDot0,
double[] y1,
double[] yDot1)
Initialize the integration step. |
double |
RungeKuttaIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
AdamsBashforthIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
abstract double |
AdamsIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
EmbeddedRungeKuttaIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
abstract double |
AdaptiveStepsizeIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
AdamsMoultonIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
GraggBulirschStoerIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
protected void |
AdaptiveStepsizeIntegrator.sanityChecks(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Perform some sanity checks on the integration parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |