FastTransforms
|
Data structure to store ft_rotation_plans, arrays to represent 1D orthogonal polynomial transforms and their inverses, and Greek parameters. More...
#include <fasttransforms.h>
Data Fields | |
ft_rotation_plan ** | RP |
ft_modified_plan ** | MP |
double * | B |
double ** | P |
double ** | Pinv |
double | alpha |
double | beta |
double | gamma |
double | delta |
double | rho |
int | NRP |
int | NMP |
int | NP |
Data structure to store ft_rotation_plans, arrays to represent 1D orthogonal polynomial transforms and their inverses, and Greek parameters.