Defines | |
#define | NFSFT_NORMALIZED_OLD 1<<0 |
If set, all computations are carried out with spherical harmonics normalized with respect to the ![]()
| |
#define | NFSFT_FAST_ONLY_OLD 1<<1 |
If set, only the fast transformations work. | |
#define | NFSFT_BW_WINDOW_OLD 1<<2 |
If set, only fast transformations for bandwidth in a certain bandwidth window will work. | |
#define | NFSFT_USE_NDFT_OLD 1<<3 |
If set, the direct NDFT algorithm will be used. | |
Typedefs | |
typedef nfsft_plan_s_old * | nfsft_plan_old |
Typedef for transform plans. | |
typedef int | nfsft_precompute_flags_old |
Typedef for precomputation flags. | |
typedef int | nfsft_flags_old |
Typedef for transform flags. | |
typedef infsft_plan_s_old * | infsft_plan_old |
Typedef for inverse transform plans. | |
typedef int | infsft_flags_old |
Typedef for inverse transform flags. | |
Functions | |
nfsft_plan_old | nfsft_init_old (int M, int D, complex **f_hat, double *x, complex *f, nfsft_flags_old flags) |
Creates a transform plan. | |
void | nfsft_forget_old () |
Forget all wisdom. | |
void | ndsft_trafo_old (nfsft_plan_old plan) |
Executes a direct NDSFT, i.e. | |
void | ndsft_adjoint_old (nfsft_plan_old plan) |
Executes a direct adjoint NDSFT, i.e. | |
void | nfsft_trafo_old (nfsft_plan_old plan) |
Executes a NFSFT, i.e. | |
void | nfsft_adjoint_old (nfsft_plan_old plan) |
Executes an adjoint NFSFT, i.e. | |
void | nfsft_finalize_old (nfsft_plan_old plan) |
Destroys a plan. |
|
If set, only fast transformations for bandwidth in a certain bandwidth window will work.
If
|
|
If set, only the fast transformations work.
|
|
If set, all computations are carried out with spherical harmonics normalized with respect to the
.
|
|
If set, the direct NDFT algorithm will be used.
|
|
Typedef for inverse transform flags.
|
|
Typedef for inverse transform plans.
|
|
Typedef for transform flags.
|
|
Typedef for transform plans.
|
|
Typedef for precomputation flags.
|
|
Executes a direct adjoint NDSFT, i.e. Check for normalization. |
|
Executes a direct NDSFT, i.e. Check for normalization. |
|
Executes an adjoint NFSFT, i.e. Counter for loops Check for normalization. |
|
Destroys a plan.
|
|
Forget all wisdom.
|
|
Creates a transform plan.
|
|
Executes a NFSFT, i.e. Counter for loops Check for normalization. |