Gauss Kronrod Rule<T> Constructor
Constructs a new Gauss-Kronrod rule of the specified order.
Definition
Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public GaussKronrodRule(
int order
)
Parameters
- order Int32
- The order of the rule. Must be an odd, positive integer.
Exceptions
Argument | order is even or negative. |