Changeset 1683 in Sophya for trunk/SophyaLib/Samba/alm.h


Ignore:
Timestamp:
Oct 11, 2001, 5:22:03 PM (24 years ago)
Author:
lemeur
Message:

methode iterative pour analyse harmonique

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/alm.h

    r1371 r1683  
    3030TVector<T> powerSpectrum() const;
    3131
     32inline  Alm<T>& SetComplexT(complex<T> a)
     33   {
     34     this->SetT(a);
     35     return *this;
     36   }
     37 inline Alm<T>& operator = (complex<T> a)
     38 {
     39   return SetComplexT(a);
     40 }
    3241
    3342};
Note: See TracChangeset for help on using the changeset viewer.