Click or drag to resize

RiddersDifferentiator(Int32) Constructor

Constructs a RiddersDifferentiator instance that can be used to differentiate a function with the specified maximum order and default tolerance level.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RiddersDifferentiator(
	int maximumOrder
)

Parameters

maximumOrder  Int32
The maximum order.
See Also