Searched refs:m_colIndices (Results 1 – 1 of 1) sorted by relevance
11 const ColIndexType &m_colIndices; member in indexing_functor21 : 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 ()()