Qawc |
The QawcIntegration type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Integrate(FuncDouble, Double, Double, Double, Double, Double, Double, Int32, Double, Double) | Compute the Cauchy principal value of the integral of f over the interval (a, b) with a singularity at c using the instance's debug setting. | |
| Integrate(FuncDouble, Double, Double, Double, Double, Double, Double, Int32, Boolean, Double, Double) | Compute the Cauchy principal value of the integral of f over the interval (a, b) with a singularity at c. This overload allows specifying the debug flag for the call. | |
| Integration(FuncDouble, Double, Double, Double, Double, Double, Double, Int32, Double, Double) | Static convenience overload that computes the Cauchy principal value using a temporary storage created internally. This overload uses the instance default debug setting. | |
| Integration(FuncDouble, Double, Double, Double, Double, Double, Double, Int32, Boolean, Double, Double) | Static convenience overload that computes the Cauchy principal value using a temporary storage created internally. | |
| Integration(FuncDouble, Double, Double, Double, Double, Double, Double, Int32, Double, Double, Object) | Static helper that computes the Cauchy principal value of the integral of f over (a, b) with a singularity at c, using a supplied temporary storage object to reuse the algorithm instance. This overload uses the instance default debug setting. | |
| Integration(FuncDouble, Double, Double, Double, Double, Double, Double, Int32, Boolean, Double, Double, Object) | Static helper that computes the Cauchy principal value of the integral of f over (a, b) with a singularity at c, using a supplied temporary storage object to reuse the algorithm instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |