|
Class Summary |
| ChangeOfVariable |
Change of variable can easy the computation of some integrals,
such as improper integrals. |
| EulerMaclaurin |
This class implements a specialized group of the Newton-Cotes integration methods using the Euler-Maclaurin formula. |
| Midpoint |
The Midpoint rule is an OPEN type Newton–Cotes formula. |
| Riemann |
This class uses an integrator together with Romberg's method. |
| Romberg |
Romberg's method computes an integral by generating a sequence of estimations of the integral values and then extrapolation. |
| Simpson |
Simpson's rule is often an accurate integration rule. |
| Trapezoidal |
The Trapezoidal rule is a closed type Newton–Cotes formula,
where the integral interval is evenly divided into N sub-intervals. |