EMAN2
cuda_reconstructor.h
Go to the documentation of this file.
1#ifndef cuda_reconstruct_h__
2#define cuda_reconstruct_h__ 1
3
4void 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);
5
6float4 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);
7
8#endif // cuda_project_h__ 1
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)
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)