00001 #ifndef cuda_project_h__ 00002 #define cuda_project_h__ 1 00003 00004 void standard_project(const float* const matrix, float* data, const int nx, const int ny); 00005 00006 #endif // cuda_project_h__ 1