Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h136 typedef Matrix<Index, Dynamic, 1> DynamicIntVectorType; typedef
167DynamicIntVectorType m_eivalToCluster; /**< \brief m_eivalToCluster[i] = j means i-th ei'val is in…
168 DynamicIntVectorType m_clusterSize; /**< \brief Number of eigenvalues in each clusters */
169DynamicIntVectorType m_blockStart; /**< \brief Row index at which block corresponding to i-th clus…
322 DynamicIntVectorType indexNextEntry = m_blockStart; in constructPermutation()