|
template<typename Indices > |
IvcRowType< Indices >::type | ivcRow (const Indices &indices) const |
|
template<typename Indices > |
IvcColType< Indices >::type | ivcCol (const Indices &indices) const |
|
template<typename Indices > |
IvcColType< Indices >::type | ivcSize (const Indices &indices) const |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsIndexedView, typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsBlock, typename internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::BlockType >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename RowIndices , typename ColIndices > |
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsScalar, CoeffReturnType >::type | operator() (const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if< IsRowMajor &&(!(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1||internal::is_valid_index_type< Indices >::value)), IndexedView< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, IvcIndex, typename IvcType< Indices >::type > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if<(!IsRowMajor) &&(!(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1||internal::is_valid_index_type< Indices >::value)), IndexedView< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, typename IvcType< Indices >::type, IvcIndex > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename Indices > |
internal::enable_if<(internal::get_compile_time_incr< typename IvcType< Indices >::type >::value==1) &&(!internal::is_valid_index_type< Indices >::value) &&(!symbolic::is_symbolic< Indices >::value), VectorBlock< EIGEN_INDEXED_VIEW_METHOD_CONST Derived, internal::array_size< Indices >::value > >::type | operator() (const Indices &indices) EIGEN_INDEXED_VIEW_METHOD_CONST |
|
template<typename IndexType > |
internal::enable_if< symbolic::is_symbolic< IndexType >::value, CoeffReturnType >::type | operator() (const IndexType &id) EIGEN_INDEXED_VIEW_METHOD_CONST |
|