HomeSort by relevance Sort by last modified time
    Searched defs:m_clusters (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 166 ListOfClusters m_clusters; /**< \brief Partition of eigenvalues into clusters of ei'vals "close" to each other */ member in class:Eigen::MatrixFunction
226 * This function computes #m_clusters. This is a partition of the
244 if (qi == m_clusters.end()) {
247 m_clusters.push_back(l);
248 qi = m_clusters.end();
256 if (qj == m_clusters.end()) {
260 m_clusters.erase(qj);
267 /** \brief Find cluster in #m_clusters containing some value
270 * \c m_clusters.end() if no cluster in m_clusters contains \c key
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 863 Cluster** m_clusters; member in class:mkvparser::Segment

Completed in 91 milliseconds