Changeset 2885 in Sophya for trunk/SophyaLib/Samba/alm.h
- Timestamp:
- Jan 4, 2006, 2:36:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.h
r2715 r2885 26 26 Alm(const TVector<T>& clin, const r_8 fwhm) ; 27 27 /*! resize with a new lmax */ 28 inline void ReSizeToLmax(int_4 nlmax) { ReSizeRow(nlmax+1);}29 inline int_4 Lmax() const {return rowNumber()-1;}28 inline void ReSizeToLmax(int_4 nlmax) {this->ReSizeRow(nlmax+1);} 29 inline int_4 Lmax() const {return this->rowNumber()-1;} 30 30 TVector<T> powerSpectrum() const; 31 31
Note:
See TracChangeset
for help on using the changeset viewer.