EMAN2
|
Interp defines the interpolation function used to generate a e^-x^4 function in real space. More...
#include <interp.h>
Static Public Member Functions | |
static float | get_hyperg (int i) |
static float | hyperg (float v) |
static float * | get_gimx () |
Static Private Member Functions | |
static void | init_gimx () |
Static Private Attributes | |
static float | HYPERGEOM [] |
static float * | gimx = 0 |
Interp defines the interpolation function used to generate a e^-x^4 function in real space.
Used for Fourier interpolation
|
inlinestatic |
Definition at line 62 of file interp.h.
References gimx, and init_gimx().
Referenced by EMAN::GaussFFTProjector::interp_ft_3d().
|
inlinestatic |
|
inlinestatic |
Definition at line 51 of file interp.h.
References HYPERGEOM.
Referenced by EMAN::GaussFFTProjector::interp_ft_3d().
|
staticprivate |
Definition at line 1711 of file interp.cpp.
References gimx, and EMAN::Util::hypot3().
Referenced by get_gimx().
|
staticprivate |
Definition at line 75 of file interp.h.
Referenced by get_gimx(), and init_gimx().
|
staticprivate |
Definition at line 74 of file interp.h.
Referenced by get_hyperg(), and hyperg().