source: Sophya/trunk/SophyaLib/Samba/anagen.h@ 508

Last change on this file since 508 was 508, checked in by ansari, 26 years ago

Vector/Matrix OVector/OMatrix cmv 25/10/99

File size: 413 bytes
Line 
1#ifndef ANAGEN_H_SEEN
2#define ANAGEN_H_SEEN
3
4#include <complex>
5#include <vector>
6#include "cvector.h"
7#include "sphericalmap.h"
8
9void map2almgen(int nsmax,int nlmax,int nmmax,const SphericalMap& map,
10 vector< vector< complex<double> > >& alm, double cos_theta_cut);
11
12void comp_phas2gen(int nsmax,int nlmax,int nmmax, OVector datain,
13 int nph,vector< complex<double> >& dataout,double phi0);
14
15#endif
Note: See TracBrowser for help on using the repository browser.