41   planck_assert(m<=l,
"mmax must not be larger than lmax");
    42   return ((m+1)*(m+2))/2 + (m+1)*(l-m);
    47   std::swap(lmax, other.lmax);
    48   std::swap(mmax, other.mmax);
    49   std::swap(tval, other.tval);
 
static tsize Num_Alms(int l, int m)
void swap(Alm_Base &other)