OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_nnz
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/SparseCore/
MappedSparseMatrix.h
42
Index
m_nnz
;
member in class:Eigen::MappedSparseMatrix
104
inline Index nonZeros() const { return
m_nnz
; }
107
: m_outerSize(IsRowMajor?rows:cols), m_innerSize(IsRowMajor?cols:rows),
m_nnz
(nnz), m_outerIndex(outerIndexPtr),
Completed in 976 milliseconds