void WeightsGauss(int NumPoints, TVec *Points, TVec *Weights, const TMtxFloatPrecision FloatPrecision = TMtxFloatPrecision::mvDouble);
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 weight factors by using the so called Gauss algorithm given by Davis and Rabinowitz in 'Methods of Numerical Integration', page 365, Academic Press, 1975.
Declared in Dew::Math::Units::MtxIntDiff · Dew.Math/Units.MtxIntDiff.h · Cross-compiler