SAF
|
Internal data structure for sphESPRIT. More...
#include <saf_sh_internal.h>
Data Fields | |
int | N |
int | NN |
int | maxK |
double * | rWVnimu [6] |
double_complex * | WVnimu [6] |
int * | idx_from_Ynm2Ynimu [12] |
int | nIdx [12] |
void * | hZpinv |
void * | hZeigmp |
void * | hZglslv |
double_complex * | Us_1m1 |
double_complex * | Us_m1m1 |
double_complex * | Us_11 |
double_complex * | Us_m11 |
double_complex * | Us_m10 |
double_complex * | Us_10 |
double_complex * | Us_00 |
double_complex * | WVnimu0_Us1m1 |
double_complex * | WVnimu1_Usm1m1 |
double_complex * | WVnimu2_Us11 |
double_complex * | WVnimu3_Usm11 |
double_complex * | WVnimu4_Usm10 |
double_complex * | WVnimu5_Us10 |
double_complex * | LambdaXYp |
double_complex * | LambdaXYm |
double_complex * | LambdaZ |
double_complex * | pinvUs |
double_complex * | PsiXYp |
double_complex * | PsiXYm |
double_complex * | PsiZ |
double_complex * | tmp_KK |
double_complex * | V |
double_complex * | PhiXYp |
double_complex * | PhiXYm |
double_complex * | PhiZ |
Internal data structure for sphESPRIT.
Definition at line 78 of file saf_sh_internal.h.
void * sphESPRIT_data::hZeigmp |
Definition at line 88 of file saf_sh_internal.h.
void * sphESPRIT_data::hZglslv |
Definition at line 88 of file saf_sh_internal.h.
void* sphESPRIT_data::hZpinv |
Definition at line 88 of file saf_sh_internal.h.
int* sphESPRIT_data::idx_from_Ynm2Ynimu[12] |
Definition at line 84 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::LambdaXYm |
Definition at line 92 of file saf_sh_internal.h.
double_complex* sphESPRIT_data::LambdaXYp |
Definition at line 92 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::LambdaZ |
Definition at line 92 of file saf_sh_internal.h.
int sphESPRIT_data::maxK |
Definition at line 79 of file saf_sh_internal.h.
int sphESPRIT_data::N |
Definition at line 79 of file saf_sh_internal.h.
int sphESPRIT_data::nIdx[12] |
Definition at line 85 of file saf_sh_internal.h.
int sphESPRIT_data::NN |
Definition at line 79 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::PhiXYm |
Definition at line 94 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::PhiXYp |
Definition at line 94 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::PhiZ |
Definition at line 94 of file saf_sh_internal.h.
double_complex* sphESPRIT_data::pinvUs |
Definition at line 93 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::PsiXYm |
Definition at line 93 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::PsiXYp |
Definition at line 93 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::PsiZ |
Definition at line 93 of file saf_sh_internal.h.
double* sphESPRIT_data::rWVnimu[6] |
Definition at line 82 of file saf_sh_internal.h.
double_complex* sphESPRIT_data::tmp_KK |
Definition at line 94 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::Us_00 |
Definition at line 89 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::Us_10 |
Definition at line 89 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::Us_11 |
Definition at line 89 of file saf_sh_internal.h.
double_complex* sphESPRIT_data::Us_1m1 |
Definition at line 89 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::Us_m10 |
Definition at line 89 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::Us_m11 |
Definition at line 89 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::Us_m1m1 |
Definition at line 89 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::V |
Definition at line 94 of file saf_sh_internal.h.
double_complex* sphESPRIT_data::WVnimu[6] |
Definition at line 83 of file saf_sh_internal.h.
double_complex* sphESPRIT_data::WVnimu0_Us1m1 |
Definition at line 90 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::WVnimu1_Usm1m1 |
Definition at line 90 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::WVnimu2_Us11 |
Definition at line 90 of file saf_sh_internal.h.
double_complex* sphESPRIT_data::WVnimu3_Usm11 |
Definition at line 91 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::WVnimu4_Usm10 |
Definition at line 91 of file saf_sh_internal.h.
double_complex * sphESPRIT_data::WVnimu5_Us10 |
Definition at line 91 of file saf_sh_internal.h.