void WeightsChebyshevGauss(Int32 NumPoints, TVec Points, TVec Weights, TMtxFloatPrecision FloatPrecision)
Chebyshev-Gauss base points and weights.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | NumPoints | Int32 | |
| 2 | Points | TVec | source TVec |
| 3 | Weights | TVec | source TVec |
| 4 | FloatPrecision | TMtxFloatPrecision |
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