Package | Description |
---|---|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Method and Description |
---|---|
protected RungeKuttaAlgorithm |
RungeKuttaFixedStepIntegrator.getTableau()
Gets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
|
protected RungeKuttaAlgorithm |
RungeKuttaAdaptiveStepIntegrator.getTableau()
Gets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RungeKuttaFixedStepIntegrator.setTableau(RungeKuttaAlgorithm value)
Sets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
|
protected void |
RungeKuttaAdaptiveStepIntegrator.setTableau(RungeKuttaAlgorithm value)
Sets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
|
Constructor and Description |
---|
RungeKuttaAdaptiveStepIntegrator(RungeKuttaAlgorithm tableau)
Initializes a new instance based on the given tableau.
|
RungeKuttaAlgorithm(RungeKuttaAlgorithm existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
RungeKuttaFixedStepIntegrator(RungeKuttaAlgorithm tableau)
Initializes a new instance based on the given tableau.
|
RungeKuttaFixedStepIntegrator(RungeKuttaAlgorithm tableau,
DependentVariableDerivatives system)
Initializes a new instance based on the given tableau and on the given differential system for the derivatives
of the dependent variables.
|