SHOGUN
v3.2.0
Main Page
Modules
Classes
Files
File List
File Members
src
shogun
evaluation
ica
PermutationMatrix.h
Go to the documentation of this file.
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