IMSL C# Numerical Library

Quadrature Members

Quadrature overview

Public Instance Constructors

Quadrature Constructor Constructs a Quadrature object.

Public Instance Properties

AbsoluteError The absolute error tolerance.
ErrorEstimate Returns an estimate of the relative error in the computed result.
ErrorStatus Returns the non-fatal error status.
Extrapolation If true, the epsilon-algorithm for extrapolation is enabled.
MaxSubintervals The maximum number of subintervals allowed.
RelativeError The relative error tolerance.
Rule The Gauss-Kronrod rule.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Eval Returns the value of the integral from a to b.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Quadrature Class | Imsl.Math Namespace | Example 1: Integral of exp(2x) | Example 2: Integral of exp(-x) from 0 to infinity | Example 3: Integral from -infinity to +infinity | Example 4: Integral of an oscillatory function