Click or drag to resize

RombergIntegrator Properties

The RombergIntegrator type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultMaxOrder Gets and sets the default maximum order for instances of RombergIntegrator.
Public propertyStatic memberDefaultTolerance Gets and dets the default error tolerance for instances of RombergIntegrator.
Public propertyMaximumOrder Gets and sets the maximum order used in computing Romberg estimates.
Public propertyOrder Gets the order of the Romberg approximation.
Public propertyRombergErrorEstimate Gets an estimate of the error in the Romberg estimate of the integral just computed.
Public propertyRombergEstimate Gets the Romberg estimate for the integral.
Public propertySimpsonEstimate Gets the estimate for the integral yielded by the compound Simpson's rule where the number of panels, or subintervals, is equal to the order of the Romberg estimate.
Public propertyTableau Gets a matrix of successive approximations computed while computing a Romberg estimate.
Public propertyTolerance Gets and sets the error tolerance used in computing Romberg estimates.
Public propertyToleranceMet Returns true if the Romberg estimate just computed stopped because the error tolerance was reached; otherwise, false.
Public propertyTrapezoidEstimate Gets the estimate for the integral yielded by the compound trapezoid rule where the number of panels, or subintervals, is equal to the order of the Romberg estimate.
Top
See Also