EMAN2
cuda_projector.h
Go to the documentation of this file.
1#ifndef cuda_project_h__
2#define cuda_project_h__ 1
3
4void standard_project(const float* const matrix, float* data, const int nx, const int ny);
5
6#endif // cuda_project_h__ 1
void standard_project(const float *const matrix, float *data, const int nx, const int ny)