NFFT Logo 3.2.3
legendre.h
1 /*
2  * Copyright (c) 2002, 2012 Jens Keiner, Stefan Kunis, Daniel Potts
3  *
4  * This program is free software; you can redistribute it and/or modify it under
5  * the terms of the GNU General Public License as published by the Free Software
6  * Foundation; either version 2 of the License, or (at your option) any later
7  * version.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12  * details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc., 51
16  * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17  */
18 
19 /* $Id: legendre.h 3775 2012-06-02 16:39:48Z keiner $ */
20 
29 #ifndef LEGENDRE_H
30 #define LEGENDRE_H
31 
32 #include "infft.h"
33 
38 void alpha_al_row(R *alpha, const int N, const int n);
39 void beta_al_row(R *beta, const int N, const int n);
40 void gamma_al_row(R *gamma, const int N, const int n);
41 
51 void alpha_al_all(R *alpha, const int N);
52 
62 void beta_al_all(R *beta, const int N);
63 
73 void gamma_al_all(R *gamma, const int N);
74 
90 void eval_al(R *x, R *y, const int size, const int k, R *alpha,
91  R *beta, R *gamma);
92 
109 int eval_al_thresh(R *x, R *y, const int size, const int k, R *alpha,
110  R *beta, R *gamma, R threshold);
111 /* \} */
112 #endif

Generated on Tue Apr 30 2013 by Doxygen 1.8.1