Ignore:
Timestamp:
Oct 11, 2001, 5:22:03 PM (24 years ago)
Author:
lemeur
Message:

methode iterative pour analyse harmonique

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/lambdaBuilder.h

    r1218 r1683  
    4141LambdaLMBuilder() {}
    4242LambdaLMBuilder(r_8 theta,int_4 lmax, int_4 mmax);
     43LambdaLMBuilder(r_8 ct, r_8 st,int_4 lmax, int_4 mmax);
    4344virtual ~LambdaLMBuilder() {};
    4445
    4546 /*! return the value of the coefficient \f$  \lambda_l^m \f$ */
    4647inline double lamlm(int l, int m) const { return lambda_(l,m); }
     48
     49inline 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
    4755
    4856 private:
Note: See TracChangeset for help on using the changeset viewer.