Changeset 1371 in Sophya for trunk/SophyaLib/Samba/alm.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.h
r758 r1371 1 // Class for representing spherical harmonic coefficients 2 // G. Le Meur 2000 3 // DAPNIA/SPP (Saclay) / CEA LAL - IN2P3/CNRS (Orsay) 4 1 5 #ifndef ALM_SEEN 2 6 #define ALM_SEEN … … 7 11 #include "tvector.h" 8 12 13 namespace SOPHYA { 9 14 10 15 /*! class for the coefficients \f$a_{lm}\f$ of the development of a function defined on a sphere, in spherical harmonics */ … … 74 79 }; 75 80 81 } // namespace SOPHYA 76 82 77 83 #endif
Note:
See TracChangeset
for help on using the changeset viewer.