Overload List
| Name | Description | |
|---|---|---|
| RiddersDifferentiator()()() |
Default constructor. Constructs a RiddersDifferentiator instance that can be used to
differentiate a function.
| |
| RiddersDifferentiator(Double) |
Constructs a RiddersDifferentiator instance that can be used to differentiate a
function with the specified tolerance level and the default maximum order.
| |
| RiddersDifferentiator(Int32) |
Constructs a RiddersDifferentiator instance that can be used to differentiate a
function with the specified maximum order and default tolerance level.
| |
| RiddersDifferentiator(Double, Int32) |
Constructs a RiddersDifferentiator instance that can be used to differentiate a
function with the specified tolerance level and maximum order.
|