S2kit  1.1
Toolkit for working with functions defined on the sphere
naive.h
Go to the documentation of this file.
1 #ifndef _NAIVE_H
2 #define _NAIVE_H
3 
4 void InvDLTNaive(double*, const int, const int, double*, double*);
5 
6 void DLTNaive(double*, const int, const int, double*, double*, double*, double*);
7 
8 #endif // _NAIVE_H
InvDLTNaive
void InvDLTNaive(double *, const int, const int, double *, double *)
The inverse discrete Legendre transform.
Definition: naive.c:78
DLTNaive
void DLTNaive(double *, const int, const int, double *, double *, double *, double *)
The naive forward discrete Legendre transform.
Definition: naive.c:34