libocas_common.h

Go to the documentation of this file.
00001 #include "lib/Mathematics.h"
00002 #include "lib/io.h"
00003 
00004 namespace shogun
00005 {
00006 #define OCAS_PLUS_INF CMath::INFTY
00007 #define OCAS_CALLOC(...) calloc(__VA_ARGS__)
00008 #define OCAS_FREE(...) free(__VA_ARGS__)
00009 
00010 #define INDEX2(ROW,COL,NUM_ROWS) ((COL)*(NUM_ROWS)+(ROW))
00011 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation