15 for(
int t = 0; t < mat.cols(); t++)
16 mat.col(t) /= mat.col(t).cwiseAbs().maxCoeff();
19 for (
int i = 0; i < mat.rows(); i++)
21 for (
int j = 0; j < mat.cols(); j++)
31 for (
int i = 0; i < mat.rows(); i++)
34 for (
int j = 0; j < mat.cols(); j++)
45 for (
int j = 0; j < mat.cols(); j++)
48 for (
int i = 0; i < mat.rows(); i++)
bool is_permutation_matrix(SGMatrix< float64_t > m)
all of classes and functions are contained in the shogun namespace
static float64_t round(float64_t d)