public enum TQuadMethod
Defines weight type for Gauss quadrature integration algorithm.
Values
| Name | Description |
|---|---|
| qmChebyshevGauss | Use the Chebyshew-Gauss formula to calculate base points and weight. |
| qmGauss | Use the Gauss quadrature formula for calculating weights and base points. |
| qmNewtonCotes | Use thd Newron-Cotes formula to calculate base points and weights. |