You are here: Symbol Reference > MtxIntDiff Namespace > Structs, Records, Enums > MtxIntDiff.TQuadMethod Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxIntDiff.TQuadMethod Enumeration

Defines weight type for Gauss quadrature integration algorithm.

Pascal
TQuadMethod = ( qmGauss, qmChebyshevGauss, qmNewtonCotes );
Members 
Description 
qmGauss 
Use the Gauss quadrature formula for calculating weights and base points. 
qmChebyshevGauss 
Use the Chebyshew-Gauss formula to calculate base points and weight. 
qmNewtonCotes 
Use thd Newron-Cotes formula to calculate base points and weights. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!