Changeset 1683 in Sophya for trunk/SophyaLib/Samba/lambdaBuilder.h
- Timestamp:
- Oct 11, 2001, 5:22:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/lambdaBuilder.h
r1218 r1683 41 41 LambdaLMBuilder() {} 42 42 LambdaLMBuilder(r_8 theta,int_4 lmax, int_4 mmax); 43 LambdaLMBuilder(r_8 ct, r_8 st,int_4 lmax, int_4 mmax); 43 44 virtual ~LambdaLMBuilder() {}; 44 45 45 46 /*! return the value of the coefficient \f$ \lambda_l^m \f$ */ 46 47 inline double lamlm(int l, int m) const { return lambda_(l,m); } 48 49 inline double lamlm(int index) const { return lambda_(index); } 50 51 52 //Return pointer to first element address of the alm's 53 //inline r_8* Data() {return lambda_.Data();} 54 47 55 48 56 private:
Note:
See TracChangeset
for help on using the changeset viewer.