8 std::vector<std::complex<double> >
data;
14 for (
unsigned int l=0;l<=LMAX;l++) {
32 return c->
data.size()-1;
48 for (
unsigned int l=0;l<=c.
getLMax();l++) {
49 o << l <<
" mag: " << c(l) << std::endl;
std::vector< std::complex< double > > data
~LegendreCoefficientSet()
LegendreCoefficientSet & operator=(const LegendreCoefficientSet &)
const std::complex< double > & operator()(unsigned int l) const
LegendreCoefficientSet(unsigned int LMAX)
unsigned int getLMax() const
std::ostream & operator<<(std::ostream &os, const Argument &a)