SHOGUN
v3.2.0
首页
模块
类
文件
文件列表
文件成员
src
shogun
evaluation
ica
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
*/
8
bool
is_permutation_matrix
(
shogun::SGMatrix<float64_t>
m);
9
10
#endif //HAVE_EIGEN3
SGMatrix.h
is_permutation_matrix
bool is_permutation_matrix(shogun::SGMatrix< float64_t > m)
Definition:
PermutationMatrix.cpp:11
shogun::SGMatrix< float64_t >
SHOGUN
Machine Learning Toolbox - Documentation