1 #ifndef _LEGENDRECOEFFICIENTSET_H_ 2 #define _LEGENDRECOEFFICIENTSET_H_ 6 class LegendreCoefficientSet {
25 const std::complex<double> &
operator () (
unsigned int l)
const;
28 std::complex<double> &
operator () (
unsigned int l);
44 #include "CLHEP/GenericFunctions/LegendreCoefficientSet.icc" unsigned int getLMax() const
~LegendreCoefficientSet()
const std::complex< double > & operator()(unsigned int l) const
LegendreCoefficientSet & operator=(const LegendreCoefficientSet &)
std::ostream & operator<<(std::ostream &os, const Argument &a)
LegendreCoefficientSet(unsigned int LMAX)