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: 10.0.0
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 10.0.0
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. |