GaussKronrodPatterson Class |
Namespace: FinMath.Integration
public class GaussKronrodPatterson
The GaussKronrodPatterson type exposes the following members.
| Name | Description | |
|---|---|---|
| GaussKronrodPatterson | Initializes a new instance of the GaussKronrodPatterson class |
| Name | Description | |
|---|---|---|
| AbsoluteError |
The integral approximation absolute error estimation.
| |
| EvaluationsNumber |
Number of function evaluations.
| |
| 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) |
Calculates integral.
| |
| Integrate(FuncDouble, Double, Double, Double, Double, Double) |
Calculates integral.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |