GaussKronrodSingular Class |
Namespace: FinMath.Integration
public class GaussKronrodSingular
The GaussKronrodSingular type exposes the following members.
| Name | Description | |
|---|---|---|
| GaussKronrodSingular | Initializes a new instance of the GaussKronrodSingular class |
| Name | Description | |
|---|---|---|
| AbsoluteError |
The integral approximation absolute error estimation.
| |
| FalseReason |
The reason why last integration failed.
| |
| Result |
The numerical integral approximation.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (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, Int32) |
Gauss-Kronrod adaptive 21-point integration with singularities.
| |
| Integrate(FuncDouble, Double, Double, Double, Int32, Int32) |
Gauss-Kronrod adaptive integration with singularities.
| |
| Integrate(FuncDouble, Double, Double, Double, Int32, Double, Double) |
Gauss-Kronrod adaptive 21-point integration with singularities.
| |
| Integrate(FuncDouble, Double, Double, Double, Int32, Double, Double, Int32) |
Gauss-Kronrod adaptive integration with singularities.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |