Romberg Integrator.Order Property
Gets the order of the numerical integrator.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An integer greater than 0.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override int Order { get; }
Property Value
Int32An integer greater than 0.
Remarks
The extrapolation scheme used in Romberg integration results in an effective order of twice the number of iterations.