#include <IndexedView.h>
◆ Base
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ MatrixTypeNested
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ NestedExpression
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ Scalar
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ IndexedViewImpl()
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
template<typename T0 , typename T1 >
const RowIndices & rowIndices() const
Definition: IndexedView.h:167
MatrixTypeNested m_xpr
Definition: IndexedView.h:181
RowIndices m_rowIndices
Definition: IndexedView.h:182
const ColIndices & colIndices() const
Definition: IndexedView.h:170
ColIndices m_colIndices
Definition: IndexedView.h:183
◆ coeffRef() [1/2]
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
const internal::remove_all_t< XprType > & nestedExpression() const
Definition: IndexedView.h:161
◆ coeffRef() [2/2]
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ colIndices()
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
- Returns
- a const reference to the object storing/generating the column indices
◆ cols()
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ nestedExpression() [1/2]
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
- Returns
- the nested expression
◆ nestedExpression() [2/2]
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
- Returns
- the nested expression
◆ rowIndices()
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
- Returns
- a const reference to the object storing/generating the row indices
◆ rows()
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ m_colIndices
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ m_rowIndices
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
◆ m_xpr
template<typename XprType , typename RowIndices , typename ColIndices , typename StorageKind , bool DirectAccess>
The documentation for this class was generated from the following file: