Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

cuda_kmeans.h

Go to the documentation of this file.
00001 #ifndef sparx_cuda_kmeans_h__
00002 #define sparx_cuda_kmeans_h__ 1
00003 
00004 int cuda_kmeans(float* h_IM, float* h_AVE, unsigned short int* h_ASG, float* h_INFO, int N, int m, int K, int maxite, float F, float T0, int rnd);
00005 
00006 #endif // sparx_cuda_kmeans_h__ 1
00007 

Generated on Tue Jun 11 13:46:13 2013 for EMAN2 by  doxygen 1.3.9.1