Home
last modified time | relevance | path

Searched refs:clusterIndex (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h169 Index clusterIndex = 0; in matrix_function_compute_cluster_size() local
171 clusterSize[clusterIndex] = cluster->size(); in matrix_function_compute_cluster_size()
172 ++clusterIndex; in matrix_function_compute_cluster_size()
193 Index clusterIndex = 0; in matrix_function_compute_map() local
197 eivalToCluster[i] = clusterIndex; in matrix_function_compute_map()
200 ++clusterIndex; in matrix_function_compute_map()