TQuadMethod Enumeration

Header: Dew.Math/MtxIntDiff.h · Cross-compiler

enum class TQuadMethod : unsigned int;

Defines weight type for Gauss quadrature integration algorithm.

Values

NameDescription
qmChebyshevGaussUse the Chebyshew-Gauss formula to calculate base points and weight.
qmGaussUse the Gauss quadrature formula for calculating weights and base points.
qmNewtonCotesUse thd Newron-Cotes formula to calculate base points and weights.