Changeset 2958 in Sophya for trunk/SophyaLib/Samba/lambdaBuilder.h
- Timestamp:
- Jun 1, 2006, 1:34:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/lambdaBuilder.h
r2291 r2958 46 46 LambdaLMBuilder(r_8 theta,int_4 lmax, int_4 mmax); 47 47 LambdaLMBuilder(r_8 ct, r_8 st,int_4 lmax, int_4 mmax); 48 48 49 virtual ~LambdaLMBuilder() {}; 50 51 52 //--- Optimisation Reza mai 2006 Serie de fonctions statiques 53 // specialisees/optimisees pour SphericalTransform 54 static void ComputeBmFrAlm(r_8 theta,int_4 lmax, int_4 mmax, 55 const Alm<r_8>& alm, Bm< complex<r_8> >& bm); 56 static void ComputeBmFrAlm(r_8 theta,int_4 lmax, int_4 mmax, 57 const Alm<r_4>& alm, Bm< complex<r_4> >& bm); 58 static void ComputeAlmFrPhase(r_8 theta,int_4 lmax, int_4 mmax, 59 TVector< complex<r_8> >& phase, Alm<r_8> & alm); 60 static void ComputeAlmFrPhase(r_8 theta,int_4 lmax, int_4 mmax, 61 TVector< complex<r_4> >& phase, Alm<r_4> & alm); 62 //---- Fin foctions specialisees 49 63 50 64 /*! return the value of the coefficient \f$ \lambda_l^m \f$ */ … … 65 79 66 80 private: 67 void updateArrayRecurrence(int_4 lmax);81 static void updateArrayRecurrence(int_4 lmax); 68 82 69 83 void array_init(int lmax, int mmax);
Note:
See TracChangeset
for help on using the changeset viewer.