S2kit
1.1
Toolkit for working with functions defined on the sphere
|
Go to the source code of this file.
Functions | |
void | AcosOfChebyshevNodes (const int, double *) |
Generates an array of the angular arguments of n Chebyshev nodes. More... | |
void | ChebyshevNodes (const int, double *) |
Generates an array of n Chebyshev nodes. More... | |
void AcosOfChebyshevNodes | ( | const int | n, |
double * | eval_points | ||
) |
Generates an array of the angular arguments of n
Chebyshev nodes.
n | length of eval_points |
eval_points | array of result arguments |
Definition at line 16 of file chebyshev_nodes.c.
void ChebyshevNodes | ( | const int | n, |
double * | eval_points | ||
) |
Generates an array of n
Chebyshev nodes.
n | length of eval_points |
eval_points | array of result nodes |
Definition at line 29 of file chebyshev_nodes.c.