void WeightsChebyshevGauss(int NumPoints, TVec *Points, TVec *Weights, const TMtxFloatPrecision FloatPrecision = TMtxFloatPrecision::mvDouble);
Chebyshev-Gauss base points and weights.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | NumPoints | int | |
| 2 | Points | TVec * | |
| 3 | Weights | TVec * | |
| 4 | FloatPrecision = TMtxFloatPrecision::mvDouble | const 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
Declared in Dew::Math::Units::MtxIntDiff · Dew.Math/Units.MtxIntDiff.h · Cross-compiler