S2kit  1.1
Toolkit for working with functions defined on the sphere
weights.h
Go to the documentation of this file.
1 #ifndef _WEIGHTS_H
2 #define _WEIGHTS_H
3 
4 void GenerateWeightsForDLT(const int, double*);
5 
6 #endif // _WEIGHTS_H
GenerateWeightsForDLT
void GenerateWeightsForDLT(const int, double *)
Generates weights for both even and odd order Legendre transforms for a given bandwidth.
Definition: weights.c:32