SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
PermutationMatrix.h
Go to the documentation of this file.
00001 #include <shogun/lib/SGMatrix.h>
00002 
00003 #ifdef HAVE_EIGEN3
00004 
00005 /*
00006 Function that tests if a SGMatrix is a permutation matrix
00007 */
00008 bool is_permutation_matrix(shogun::SGMatrix<float64_t> m);
00009 
00010 #endif //HAVE_EIGEN3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation