LauIntegrals.hh
Go to the documentation of this file.
68 void calcGaussLegendreWeights(const Int_t numPoints, std::vector<Double_t>& abscissas, std::vector<Double_t>& weights);
76 void calcGaussHermiteWeights(const Int_t numPoints, std::vector<Double_t>& abscissas, std::vector<Double_t>& weights);
void calcGaussHermiteWeights(const Int_t numPoints, std::vector< Double_t > &abscissas, std::vector< Double_t > &weights) Calculate the Gauss-Hermite weights. Definition: LauIntegrals.cc:115 void calcGaussLegendreWeights(const Int_t numPoints, std::vector< Double_t > &abscissas, std::vector< Double_t > &weights) Calculate the Gauss-Legendre weights. Definition: LauIntegrals.cc:64 Double_t weightsPrecision_ The precision to which the weights should be calculated. Definition: LauIntegrals.hh:80 LauIntegrals & operator=(const LauIntegrals &rhs) Copy assignment operator. Definition: LauIntegrals.cc:56 Generated by 1.8.5 |