Click or drag to resize

AdamsBashforth Class

Provides Adams-Bashforth explicit multistep ODE solvers of various orders.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.OdeSolversAdamsBashforth

Namespace: Altaxo.Calc.OdeSolvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class AdamsBashforth

The AdamsBashforth type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFirstOrder First-order Adams-Bashforth method, equivalent to forward Euler.
Public methodStatic memberFourthOrder Fourth-order Adams-Bashforth method.
Public methodStatic memberSecondOrder Second-order Adams-Bashforth method.
Public methodStatic memberThirdOrder Third-order Adams-Bashforth method.
Top
See Also