LevelS SHT library  3.50
sharp_core.h
Go to the documentation of this file.
1 /*
2  * This file is part of libsharp.
3  *
4  * libsharp is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * libsharp is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with libsharp; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 /*
20  * libsharp is being developed at the Max-Planck-Institut fuer Astrophysik
21  * and financially supported by the Deutsches Zentrum fuer Luft- und Raumfahrt
22  * (DLR).
23  */
24 
25 /*! \file sharp_core.h
26  * Interface for the computational core
27  *
28  * Copyright (C) 2012-2013 Max-Planck-Society
29  * \author Martin Reinecke
30  */
31 
32 #ifndef PLANCK_SHARP_CORE_H
33 #define PLANCK_SHARP_CORE_H
34 
35 #include "sharp_internal.h"
36 #include "sharp_ylmgen_c.h"
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 void inner_loop (sharp_job *job, const int *ispair,const double *cth,
43  const double *sth, int llim, int ulim, sharp_Ylmgen_C *gen, int mi,
44  const int *mlim);
45 
46 int sharp_veclen(void);
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif

Generated on Mon Dec 10 2018 10:24:20 for LevelS SHT library