Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Class and Description |
---|---|
class |
RungeKutta4Integrator
A fourth-order fixed step Runge-Kutta integrator.
|
Constructor and Description |
---|
RungeKuttaFixedStepIntegrator(RungeKuttaFixedStepIntegrator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|