Package | Description |
---|---|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Method and Description |
---|---|
OrdinaryDifferentialEquationSystem |
DependentVariableDifferentialEquation.getSystemOfEquations()
Gets the system of equations which define the derivatives of a set of
dependent variables.
|
OrdinaryDifferentialEquationSystem |
OrdinaryDifferentialEquationSystem.toFirstOrderSystem()
Converts the system of ordinary differential equations to its equivalent first order system.
|
Modifier and Type | Method and Description |
---|---|
void |
DependentVariableDifferentialEquation.setSystemOfEquations(OrdinaryDifferentialEquationSystem value)
Sets the system of equations which define the derivatives of a set of
dependent variables.
|
Constructor and Description |
---|
DependentVariableDifferentialEquation(OrdinaryDifferentialEquationSystem system)
Initializes a new instance based on an
OrdinaryDifferentialEquationSystem . |