MtxIntDiff.WeightsChebyshevGauss Method

procedure WeightsChebyshevGauss(NumPoints: Integer; const Points: TVec; const Weights: TVec; const FloatPrecision: TMtxFloatPrecision);

Chebyshev-Gauss base points and weights.

#NameTypeDescription
1NumPointsInteger
2PointsTVec
3WeightsTVec
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