Changeset 1756 in Sophya for trunk/SophyaLib/Samba/sphericaltransformserver.h
- Timestamp:
- Nov 13, 2001, 4:29:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/sphericaltransformserver.h
r1683 r1756 46 46 47 47 48 void DecomposeToAlm(SphericalMap<T>& map, Alm<T>& alm, int_4 nlmax, r_8 cos_theta_cut, int iterationOrder = 0) const; 48 void DecomposeToAlm(SphericalMap<T>& map, Alm<T>& alm, int_4 nlmax, r_8 cos_theta_cut, int iterationOrder) const; 49 void DecomposeToAlm(const SphericalMap<T>& map, Alm<T>& alm, int_4 nlmax, r_8 cos_theta_cut) const; 49 50 50 51 void DecomposeToAlm(SphericalMap<T>& mapq, … … 54 55 int_4 nlmax, 55 56 r_8 cos_theta_cut, 56 int iterationOrder = 0) const; 57 int iterationOrder) const; 58 void DecomposeToAlm(const SphericalMap<T>& mapq, 59 const SphericalMap<T>& mapu, 60 Alm<T>& alme, 61 Alm<T>& almb, 62 int_4 nlmax, 63 r_8 cos_theta_cut) const; 57 64 58 65 TVector<T> DecomposeToCl(SphericalMap<T>& sph, 59 int_4 nlmax, r_8 cos_theta_cut, int iterationOrder = 0) const; 66 int_4 nlmax, r_8 cos_theta_cut, int iterationOrder) const; 67 68 TVector<T> DecomposeToCl(const SphericalMap<T>& sph, 69 int_4 nlmax, r_8 cos_theta_cut) const; 60 70 61 71
Note:
See TracChangeset
for help on using the changeset viewer.