MtxIntDiff.WeightsChebyshevGauss Method

void WeightsChebyshevGauss(Int32 NumPoints, TVec Points, TVec Weights, TMtxFloatPrecision FloatPrecision)

Chebyshev-Gauss base points and weights.

#NameTypeDescription
1NumPointsInt32
2PointsTVecsource TVec
3WeightsTVecsource TVec
4FloatPrecisionTMtxFloatPrecision

Result: stored in self (calling object)

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