EMAN2
Typedefs | Functions
emdata_transform.cpp File Reference
#include "emdata.h"
#include "emfft.h"
#include <cstring>
#include <cstdio>
#include "gsl/gsl_sf_result.h"
#include "gsl/gsl_sf_bessel.h"
#include <iostream>
#include <algorithm>
#include <vector>
#include <utility>
#include <cmath>
#include "util.h"
Include dependency graph for emdata_transform.cpp:

Go to the source code of this file.

Typedefs

typedef vector< pair< float, int > > vp
 

Functions

float calc_bessel (const int n, const float &x)
 

Typedef Documentation

◆ vp

typedef vector< pair<float,int> > vp

Definition at line 53 of file emdata_transform.cpp.

Function Documentation

◆ calc_bessel()

float calc_bessel ( const int  n,
const float &  x 
)

Definition at line 1027 of file emdata_transform.cpp.

1027 {
1028 gsl_sf_result result;
1029// int success =
1030 gsl_sf_bessel_Jn_e(n,(double)x, &result);
1031 return (float)result.val;
1032}
#define x(i)
Definition: projector.cpp:1517

References x.

Referenced by bispecRotTransInvN().