S2kit
1.1
Toolkit for working with functions defined on the sphere
|
Go to the source code of this file.
Functions | |
void | Pmm_L2 (const int, double *, const int, double *) |
Generates L2-normed Pmm. More... | |
void Pmm_L2 | ( | const int | m, |
double * | eval_points, | ||
const int | n, | ||
double * | result | ||
) |
Generates L2-normed Pmm.
The norming constant can be found in Sean's PhD thesis. // TODO find out the thesis
m | order |
eval_points | array of the angular arguments of evaluation points |
n | length of eval_points and of result |
result | array of generated L2-normed Pmm |