EMAN2
|
Go to the source code of this file.
Functions | |
void | insert_slice_cuda (const float *const matrix, const float *const slice_data, float *vol, float *tmp_data, const int inx, const int iny, const int nx, const int ny, const int nz, const float weight) |
float4 | determine_slice_agreement_cuda (const float *const matrix, const float *const slice_data, float *vol, float *tmp_data, const int inx, const int iny, const int nx, const int ny, const int nz, const float weight) |
float4 determine_slice_agreement_cuda | ( | const float *const | matrix, |
const float *const | slice_data, | ||
float * | vol, | ||
float * | tmp_data, | ||
const int | inx, | ||
const int | iny, | ||
const int | nx, | ||
const int | ny, | ||
const int | nz, | ||
const float | weight | ||
) |
Referenced by EMAN::FourierReconstructor::do_compare_slice_work().
void insert_slice_cuda | ( | const float *const | matrix, |
const float *const | slice_data, | ||
float * | vol, | ||
float * | tmp_data, | ||
const int | inx, | ||
const int | iny, | ||
const int | nx, | ||
const int | ny, | ||
const int | nz, | ||
const float | weight | ||
) |
Referenced by EMAN::FourierReconstructor::do_insert_slice_work().