SHOGUN
6.0.0
src
shogun
evaluation
ica
PermutationMatrix.h
Go to the documentation of this file.
1
#include <
shogun/lib/SGMatrix.h
>
2
3
4
#include <shogun/lib/config.h>
5
6
/*
7
Function that tests if a SGMatrix is a permutation matrix
8
*/
9
bool
is_permutation_matrix
(
shogun::SGMatrix<float64_t>
m);
10
SGMatrix.h
is_permutation_matrix
bool is_permutation_matrix(shogun::SGMatrix< float64_t > m)
Definition:
PermutationMatrix.cpp:10
shogun::SGMatrix< float64_t >
SHOGUN
Machine Learning Toolbox - Documentation