Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h138 typedef std::list<Cluster> ListOfClusters; typedef
150 typename ListOfClusters::iterator findCluster(Scalar key);
166ListOfClusters m_clusters; /**< \brief Partition of eigenvalues into clusters of ei'vals "close" t…
244 typename ListOfClusters::iterator qi = findCluster(diag(i)); in partitionEigenvalues()
256 typename ListOfClusters::iterator qj = findCluster(diag(j)); in partitionEigenvalues()
274 typename MatrixFunction<MatrixType,AtomicType,1>::ListOfClusters::iterator MatrixFunction<MatrixTyp… in findCluster()
277 for (typename ListOfClusters::iterator i = m_clusters.begin(); i != m_clusters.end(); ++i) { in findCluster()
296 …for (typename ListOfClusters::const_iterator cluster = m_clusters.begin(); cluster != m_clusters.e… in computeClusterSize()