|
Class Summary |
| DoubleExponential |
This transformation speeds up the convergence of the Trapezoidal Rule exponentially. |
| DoubleExponential4HalfRealLine |
This Double Exponential transformation is good for the region (0, ∞). |
| DoubleExponential4RealLine |
This Double Exponential transformation is good for the region (-∞, ∞). |
| Exponential |
This transformation is good for when the upper limit is infinity,
and the integrand falls off exponentially. |
| InvertingVariable |
This is the inverting-variable transformation. |
| MixedRule |
Mixed Rule is good for functions that fall off rapidly at infinity,
e.g., e^x or e^x2. |
| NoChangeOfVariable |
This is a dummy substitution rule that does not change any variable. |
| PowerLawSingularity |
This transformation is good for an integral which diverges at one of the end points. |
| StandardInterval |
This transformation is for mapping integral region from [a, b] to [-1, 1]. |
| Substitution |
This class specifies a substitution rule. |