Click or drag to resize

RiddersDifferentiator Constructor

Overload List
 NameDescription
Public methodRiddersDifferentiator Default constructor. Constructs a RiddersDifferentiator instance that can be used to differentiate a function.
Public methodRiddersDifferentiator(Double) Constructs a RiddersDifferentiator instance that can be used to differentiate a function with the specified tolerance level and the default maximum order.
Public methodRiddersDifferentiator(Int32) Constructs a RiddersDifferentiator instance that can be used to differentiate a function with the specified maximum order and default tolerance level.
Public methodRiddersDifferentiator(Double, Int32) Constructs a RiddersDifferentiator instance that can be used to differentiate a function with the specified tolerance level and maximum order.
Top
See Also