Home
last modified time | relevance | path

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

/external/eigen/doc/examples/
Dnullary_indexing.cpp11 const ColIndexType &m_colIndices; member in indexing_functor
21 : m_arg(arg), m_rowIndices(row_indices), m_colIndices(col_indices) in indexing_functor()
25 return m_arg(m_rowIndices[row], m_colIndices[col]); in operator ()()