Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h167 …DynamicIntVectorType m_eivalToCluster; /**< \brief m_eivalToCluster[i] = j means i-th ei'val is in… variable
294 m_eivalToCluster.resize(rows); in computeClusterSize()
300 m_eivalToCluster[i] = clusterIndex; in computeClusterSize()
325 Index cluster = m_eivalToCluster[i]; in constructPermutation()