Click or drag to resize

RiddersDifferentiator Properties

The RiddersDifferentiator type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultMaxOrder Gets and sets the default maximum order for instances of RiddersDifferentiator.
Public propertyStatic memberDefaultTolerance Gets and dets the default error tolerance for instances of RiddersDifferentiator.
Public propertyErrorEstimate Gets an estimate of the error of the differentiation just computed.
Public propertyMaximumOrder Gets and sets the maximum order used in computing differentiations.
Public propertyOrder Gets the order of the final polynomial extrapolation.
Public propertyTableau Gets a matrix of successive approximations computed while computing the differentiation.
Public propertyTolerance Gets and sets the error tolerance used in computing differentiations.
Public propertyToleranceMet Returns true if the Ridders differentiation just computed stopped because the error tolerance was reached; otherwise, false.
Top
See Also