MtxIntDiff::WeightsChebyshevGauss Function

void WeightsChebyshevGauss(int NumPoints, TVec *Points, TVec *Weights, const TMtxFloatPrecision FloatPrecision = TMtxFloatPrecision::mvDouble);

Chebyshev-Gauss base points and weights.

#NameTypeDescription
1NumPointsint
2PointsTVec *
3WeightsTVec *
4FloatPrecision = TMtxFloatPrecision::mvDoubleconst TMtxFloatPrecision
Remarks:

Calculates base points and weights for numerical integration by using the Chebyshev-Gauss scheme. Check the following link to learn more about this algorithm

See Also: MtxIntDiff::WeightsNewtonCotes, MtxIntDiff::WeightsGauss
Declared in Dew::Math::Units::MtxIntDiff · Dew.Math/Units.MtxIntDiff.h · Cross-compiler