◆ MatrixType
template<class ArgType , class RowIndexType , class ColIndexType >
◆ indexing_functor()
template<class ArgType , class RowIndexType , class ColIndexType >
indexing_functor< ArgType, RowIndexType, ColIndexType >::indexing_functor |
( |
const ArgType & |
arg, |
|
|
const RowIndexType & |
row_indices, |
|
|
const ColIndexType & |
col_indices |
|
) |
| |
|
inline |
const ColIndexType & m_colIndices
Definition: nullary_indexing.cpp:9
const ArgType & m_arg
Definition: nullary_indexing.cpp:7
const RowIndexType & m_rowIndices
Definition: nullary_indexing.cpp:8
◆ operator()()
template<class ArgType , class RowIndexType , class ColIndexType >
References col(), indexing_functor< ArgType, RowIndexType, ColIndexType >::m_arg, indexing_functor< ArgType, RowIndexType, ColIndexType >::m_colIndices, indexing_functor< ArgType, RowIndexType, ColIndexType >::m_rowIndices, and row().
◆ m_arg
template<class ArgType , class RowIndexType , class ColIndexType >
◆ m_colIndices
template<class ArgType , class RowIndexType , class ColIndexType >
const ColIndexType& indexing_functor< ArgType, RowIndexType, ColIndexType >::m_colIndices |
|
private |
◆ m_rowIndices
template<class ArgType , class RowIndexType , class ColIndexType >
const RowIndexType& indexing_functor< ArgType, RowIndexType, ColIndexType >::m_rowIndices |
|
private |
The documentation for this class was generated from the following file: