![]() |
Constructs a Quadrature object. |
![]() | The absolute error tolerance. |
![]() | Returns an estimate of the relative error in the computed result. |
![]() | Returns the non-fatal error status. |
![]() | If true , the epsilon-algorithm for extrapolation is enabled. |
![]() | The maximum number of subintervals allowed. |
![]() | The relative error tolerance. |
![]() | The Gauss-Kronrod rule. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns the value of the integral from a to b. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
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