SHOGUN  v3.2.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
PermutationMatrix.h
浏览该文件的文档.
1 #include <shogun/lib/SGMatrix.h>
2 
3 #ifdef HAVE_EIGEN3
4 
5 /*
6 Function that tests if a SGMatrix is a permutation matrix
7 */
9 
10 #endif //HAVE_EIGEN3
bool is_permutation_matrix(shogun::SGMatrix< float64_t > m)

SHOGUN Machine Learning Toolbox - Documentation