CLHEP  2.4.7.2
C++ Class Library for High Energy Physics
Namespaces | Functions
Genfun Namespace Reference

Namespaces

 CubicSplinePolynomial
 
 EllipticIntegral
 
 FractionalOrder
 
 IntegralOrder
 
 LegendreCoefficientSet
 
 LegendreExpansion
 
 SphericalHarmonicCoefficientSet
 
 SphericalHarmonicExpansion
 
 SphericalHarmonicFit
 

Functions

double dfactorial (int n)
 
std::ostream & operator<< (std::ostream &o, const LegendreCoefficientSet &c)
 
double factorial (int n)
 
std::ostream & operator<< (std::ostream &o, const SphericalHarmonicCoefficientSet &c)
 
std::complex< double > dot (const SphericalHarmonicCoefficientSet &a, const SphericalHarmonicCoefficientSet &b)
 
SphericalHarmonicCoefficientSet squareExpansionCoefficients (const SphericalHarmonicCoefficientSet &coefficientsA)
 

Function Documentation

◆ dfactorial()

double Genfun::dfactorial ( int  n)
inline

Definition at line 16 of file AssociatedLegendre.icc.

◆ dot()

std::complex<double> Genfun::dot ( const SphericalHarmonicCoefficientSet &  a,
const SphericalHarmonicCoefficientSet &  b 
)
inline

Definition at line 116 of file SphericalHarmonicCoefficientSet.icc.

◆ factorial()

double Genfun::factorial ( int  n)
inline

Definition at line 19 of file Psi2Hydrogen.icc.

◆ operator<<() [1/2]

std::ostream& Genfun::operator<< ( std::ostream &  o,
const LegendreCoefficientSet &  c 
)
inline

Definition at line 46 of file LegendreCoefficientSet.icc.

◆ operator<<() [2/2]

std::ostream& Genfun::operator<< ( std::ostream &  o,
const SphericalHarmonicCoefficientSet &  c 
)
inline

Definition at line 52 of file SphericalHarmonicCoefficientSet.icc.

◆ squareExpansionCoefficients()

SphericalHarmonicCoefficientSet Genfun::squareExpansionCoefficients ( const SphericalHarmonicCoefficientSet &  coefficientsA)
inline

Definition at line 130 of file SphericalHarmonicCoefficientSet.icc.