OdeGearBDF(Double, Vector, FuncDouble, Vector, Vector) Method |
Implementation of Gear's BDF method with dynamically changed step size and order. Order changes between 1 and 3.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<SolutionPoint> GearBDF(
double t0,
Vector x0,
Func<double, Vector, Vector> f
)
Parameters
- t0 Double
- Initial time point
- x0 Vector
- Initial phase vector
- f FuncDouble, Vector, Vector
- Right parts of the system
Return Value
IEnumerableSolutionPointSequence of infinite number of solution points.
See Also