Geant4-11
|
#include <G4GaussLaguerreQ.hh>
Public Member Functions | |
G4GaussLaguerreQ (const G4GaussLaguerreQ &)=delete | |
G4GaussLaguerreQ (function pFunction, G4double alpha, G4int nLaguerre) | |
G4double | GetAbscissa (G4int index) const |
G4int | GetNumber () const |
G4double | GetWeight (G4int index) const |
G4double | Integral () const |
G4GaussLaguerreQ & | operator= (const G4GaussLaguerreQ &)=delete |
Protected Member Functions | |
G4double | GammaLogarithm (G4double xx) |
Protected Attributes | |
G4double * | fAbscissa = nullptr |
function | fFunction |
G4int | fNumber = 0 |
G4double * | fWeight = nullptr |
Definition at line 44 of file G4GaussLaguerreQ.hh.
Definition at line 42 of file G4GaussLaguerreQ.cc.
References alpha, G4VGaussianQuadrature::fAbscissa, FatalException, G4VGaussianQuadrature::fNumber, G4VGaussianQuadrature::fWeight, G4Exception(), and G4VGaussianQuadrature::GammaLogarithm().
|
delete |
Definition at line 70 of file G4VGaussianQuadrature.cc.
Referenced by G4GaussJacobiQ::G4GaussJacobiQ(), and G4GaussLaguerreQ().
Definition at line 53 of file G4VGaussianQuadrature.cc.
References G4VGaussianQuadrature::fAbscissa.
|
inherited |
Definition at line 58 of file G4VGaussianQuadrature.cc.
References G4VGaussianQuadrature::fWeight.
G4double G4GaussLaguerreQ::Integral | ( | ) | const |
Definition at line 115 of file G4GaussLaguerreQ.cc.
References G4VGaussianQuadrature::fAbscissa, G4VGaussianQuadrature::fFunction, G4VGaussianQuadrature::fNumber, and G4VGaussianQuadrature::fWeight.
|
delete |
|
protectedinherited |
Definition at line 71 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussChebyshevQ::G4GaussChebyshevQ(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussJacobiQ::G4GaussJacobiQ(), G4GaussLaguerreQ(), G4GaussLegendreQ::G4GaussLegendreQ(), G4VGaussianQuadrature::GetAbscissa(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), Integral(), G4GaussChebyshevQ::Integral(), G4GaussLegendreQ::Integral(), and G4VGaussianQuadrature::~G4VGaussianQuadrature().
|
protectedinherited |
Definition at line 70 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussLegendreQ::AccurateIntegral(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), Integral(), G4GaussChebyshevQ::Integral(), G4GaussLegendreQ::Integral(), and G4GaussLegendreQ::QuickIntegral().
|
protectedinherited |
Definition at line 73 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussChebyshevQ::G4GaussChebyshevQ(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussJacobiQ::G4GaussJacobiQ(), G4GaussLaguerreQ(), G4GaussLegendreQ::G4GaussLegendreQ(), G4VGaussianQuadrature::GetNumber(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), Integral(), G4GaussChebyshevQ::Integral(), and G4GaussLegendreQ::Integral().
|
protectedinherited |
Definition at line 72 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussChebyshevQ::G4GaussChebyshevQ(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussJacobiQ::G4GaussJacobiQ(), G4GaussLaguerreQ(), G4GaussLegendreQ::G4GaussLegendreQ(), G4VGaussianQuadrature::GetWeight(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), Integral(), G4GaussChebyshevQ::Integral(), G4GaussLegendreQ::Integral(), and G4VGaussianQuadrature::~G4VGaussianQuadrature().