SHOGUN
v3.2.0
|
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