S2kit  1.1
Toolkit for working with functions defined on the sphere
chebyshev_nodes.h
Go to the documentation of this file.
1 #ifndef _CHEBYSHEV_NODES_H
2 #define _CHEBYSHEV_NODES_H
3 
4 void AcosOfChebyshevNodes(const int, double*);
5 
6 void ChebyshevNodes(const int, double*);
7 
8 #endif // _CHEBYSHEV_NODES_H
AcosOfChebyshevNodes
void AcosOfChebyshevNodes(const int, double *)
Generates an array of the angular arguments of n Chebyshev nodes.
Definition: chebyshev_nodes.c:16
ChebyshevNodes
void ChebyshevNodes(const int, double *)
Generates an array of n Chebyshev nodes.
Definition: chebyshev_nodes.c:29