GaussKronrodRule<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.0
C#
public GaussKronrodRule(
	int order
)

Parameters

order  Int32
The order of the rule. Must be an odd, positive integer.

Exceptions

ArgumentOutOfRangeException

order is even or negative.

See Also