#include "stdafx.h"#include "sh.h"Go to the source code of this file.
Defines | |
| #define | O(l, m) c_in[SHIndex(l, m)] |
Functions | |
| void | SHRotateXMinus (const Spectrum *c_in, Spectrum *c_out, int lmax) |
| void | SHRotateXPlus (const Spectrum *c_in, Spectrum *c_out, int lmax) |
| #define O | ( | l, | |||
| m | ) | c_in[SHIndex(l, m)] |
Referenced by SHRotateXPlus().
Definition at line 30 of file shrots.cpp.
References SHIndex(), and SHRotateXPlus().
Referenced by SHRotate().
Definition at line 48 of file shrots.cpp.
Referenced by SHRotate(), and SHRotateXMinus().
1.6.3