OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clusters
(Results
1 - 3
of
3
) 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.cpp
695
m_clusters
(NULL),
707
Cluster** i =
m_clusters
;
708
Cluster** j =
m_clusters
+ count;
718
delete[]
m_clusters
;
1265
Cluster* const pCluster =
m_clusters
[idx];
1332
assert(
m_clusters
);
1334
assert(
m_clusters
[idx] == pCluster);
[
all
...]
mkvparser.hpp
863
Cluster**
m_clusters
;
member in class:mkvparser::Segment
Completed in 131 milliseconds