|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.ode.ExpandableStatefulODE.SecondaryComponent
private static class ExpandableStatefulODE.SecondaryComponent
Components of the compound stateful ODE.
Field Summary | |
---|---|
private SecondaryEquations |
equation
Secondary differential equation. |
private EquationsMapper |
mapper
Mapper between local and complete arrays. |
private double[] |
state
State. |
private double[] |
stateDot
State derivative. |
Constructor Summary | |
---|---|
ExpandableStatefulODE.SecondaryComponent(SecondaryEquations equation,
int firstIndex)
Simple constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final SecondaryEquations equation
private final EquationsMapper mapper
private final double[] state
private final double[] stateDot
Constructor Detail |
---|
public ExpandableStatefulODE.SecondaryComponent(SecondaryEquations equation, int firstIndex)
equation
- secondary differential equationfirstIndex
- index to use for the first element in the complete arrays
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |