Changeset 746 in Sophya for trunk/SophyaLib/Samba/sphericaltransformserver.h
- Timestamp:
- Mar 1, 2000, 5:46:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/sphericaltransformserver.h
r729 r746 10 10 11 11 12 namespace SOPHYA { 12 13 13 14 // … … 98 99 \f$\sum_{k=0}^{nphi}datain(\theta,\varphi_k)e^{im\varphi_k}\f$ for (mmax+1) values of \f$m\f$ from 0 to mmax. 99 100 */ 100 TVector< complex<T> > CFromFourierAnalysis(int_4 nlmax,int_4mmax,101 TVector< complex<T> > CFromFourierAnalysis(int_4 mmax, 101 102 const TVector<complex<T> > datain, 102 103 r_8 phi0) const; 103 104 /* same as previous one, but with a "datain" which is real (not complex) */ 104 TVector< complex<T> > CFromFourierAnalysis(int_4 nlmax,int_4mmax,105 TVector< complex<T> > CFromFourierAnalysis(int_4 mmax, 105 106 const TVector<T> datain, 106 107 r_8 phi0) const; … … 122 123 123 124 */ 124 void almFromWX(int_4 n ph, int_4 nlmax, int_4 nmmax, r_8 phi0,125 void almFromWX(int_4 nlmax, int_4 nmmax, r_8 phi0, 125 126 r_8 domega, r_8 theta, 126 127 const TVector<T>& dataq, const TVector<T>& datau, … … 200 201 FFTServerInterface* fftIntfPtr_; 201 202 }; 203 } // Fin du namespace 202 204 203 205
Note:
See TracChangeset
for help on using the changeset viewer.