Changeset 1756 in Sophya for trunk/SophyaLib/Samba/alm.h
- Timestamp:
- Nov 13, 2001, 4:29:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.h
r1683 r1756 19 19 public : 20 20 21 Alm() : TriangularMatrix<complex<T> >() { };21 Alm() : TriangularMatrix<complex<T> >() {;}; 22 22 /* instanciate the class from the maximum value of the index \f$l\f$ in the sequence of the \f$a_{lm}\f$'s */ 23 23 Alm(int nlmax) : TriangularMatrix<complex<T> >(nlmax+1) {;}
Note:
See TracChangeset
for help on using the changeset viewer.