Public Types | |
typedef Matrix< typename ArgType::Scalar, RowIndexType::SizeAtCompileTime, ColIndexType::SizeAtCompileTime, ArgType::Flags &RowMajorBit?RowMajor:ColMajor, RowIndexType::MaxSizeAtCompileTime, ColIndexType::MaxSizeAtCompileTime > | MatrixType |
Public Member Functions | |
indexing_functor (const ArgType &arg, const RowIndexType &row_indices, const ColIndexType &col_indices) | |
const ArgType::Scalar & | operator() (Index row, Index col) const |
Private Attributes | |
const ArgType & | m_arg |
const ColIndexType & | m_colIndices |
const RowIndexType & | m_rowIndices |
Definition at line 8 of file nullary_indexing.cpp.
typedef Matrix<typename ArgType::Scalar, RowIndexType::SizeAtCompileTime, ColIndexType::SizeAtCompileTime, ArgType::Flags&RowMajorBit?RowMajor:ColMajor, RowIndexType::MaxSizeAtCompileTime, ColIndexType::MaxSizeAtCompileTime> indexing_functor< ArgType, RowIndexType, ColIndexType >::MatrixType |
Definition at line 18 of file nullary_indexing.cpp.
|
inline |
Definition at line 20 of file nullary_indexing.cpp.
|
inline |
Definition at line 24 of file nullary_indexing.cpp.
|
private |
Definition at line 9 of file nullary_indexing.cpp.
|
private |
Definition at line 11 of file nullary_indexing.cpp.
|
private |
Definition at line 10 of file nullary_indexing.cpp.