LauIntegrals.cc
Go to the documentation of this file.
50 void LauIntegrals::calcGaussLegendreWeights(const Int_t numPoints, std::vector<Double_t>& abscissas, std::vector<Double_t>& weights)
101 void LauIntegrals::calcGaussHermiteWeights(const Int_t numPoints, std::vector<Double_t>& abscissas, std::vector<Double_t>& weights)
ClassImp(LauAbsCoeffSet) void calcGaussHermiteWeights(const Int_t numPoints, std::vector< Double_t > &abscissas, std::vector< Double_t > &weights) Calculate the Gauss-Hermite weights. Definition: LauIntegrals.cc:101 void calcGaussLegendreWeights(const Int_t numPoints, std::vector< Double_t > &abscissas, std::vector< Double_t > &weights) Calculate the Gauss-Legendre weights. Definition: LauIntegrals.cc:50 static double p3(double t, double a, double b, double c, double d) Definition: LauChebychevPdf.cc:75 Double_t weightsPrecision_ The precision to which the weights should be calculated. Definition: LauIntegrals.hh:66 LauIntegrals & operator=(const LauIntegrals &rhs) Copy assignment operator. Definition: LauIntegrals.cc:42 File containing LauConstants namespace. File containing declaration of LauIntegrals class. Generated by 1.8.5 |