Classes | Macros | Typedefs | Functions
IndexedViewMethods.h File Reference
#include "IndexedViewMethods.h"
Include dependency graph for IndexedViewMethods.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >
 
struct  IvcColType< Indices >
 
struct  IvcRowType< Indices >
 
struct  IvcType< Indices >
 

Macros

#define EIGEN_INDEXED_VIEW_METHOD_2ND_PASS
 
#define EIGEN_INDEXED_VIEW_METHOD_2ND_PASS
 
#define EIGEN_INDEXED_VIEW_METHOD_CONST   const
 
#define EIGEN_INDEXED_VIEW_METHOD_CONST   const
 
#define EIGEN_INDEXED_VIEW_METHOD_CONST
 
#define EIGEN_INDEXED_VIEW_METHOD_TYPE   ConstIndexedViewType
 
#define EIGEN_INDEXED_VIEW_METHOD_TYPE   ConstIndexedViewType
 
#define EIGEN_INDEXED_VIEW_METHOD_TYPE   IndexedViewType
 

Typedefs

typedef internal::IndexedViewCompatibleType< Index, 1 >::type IvcIndex
 

Functions

template<typename Indices >
IvcColType< Indices >::type ivcCol (const Indices &indices) const
 
template<typename Indices >
IvcRowType< Indices >::type ivcRow (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
 

Macro Definition Documentation

◆ EIGEN_INDEXED_VIEW_METHOD_2ND_PASS [1/2]

#define EIGEN_INDEXED_VIEW_METHOD_2ND_PASS

◆ EIGEN_INDEXED_VIEW_METHOD_2ND_PASS [2/2]

#define EIGEN_INDEXED_VIEW_METHOD_2ND_PASS

Definition at line 209 of file IndexedViewMethods.h.

◆ EIGEN_INDEXED_VIEW_METHOD_CONST [1/3]

#define EIGEN_INDEXED_VIEW_METHOD_CONST   const

◆ EIGEN_INDEXED_VIEW_METHOD_CONST [2/3]

#define EIGEN_INDEXED_VIEW_METHOD_CONST   const

Definition at line 15 of file IndexedViewMethods.h.

◆ EIGEN_INDEXED_VIEW_METHOD_CONST [3/3]

#define EIGEN_INDEXED_VIEW_METHOD_CONST

◆ EIGEN_INDEXED_VIEW_METHOD_TYPE [1/3]

#define EIGEN_INDEXED_VIEW_METHOD_TYPE   ConstIndexedViewType

◆ EIGEN_INDEXED_VIEW_METHOD_TYPE [2/3]

#define EIGEN_INDEXED_VIEW_METHOD_TYPE   ConstIndexedViewType

Definition at line 16 of file IndexedViewMethods.h.

◆ EIGEN_INDEXED_VIEW_METHOD_TYPE [3/3]

#define EIGEN_INDEXED_VIEW_METHOD_TYPE   IndexedViewType

Typedef Documentation

◆ IvcIndex

typedef internal::IndexedViewCompatibleType<Index,1>::type IvcIndex
protected

Definition at line 36 of file IndexedViewMethods.h.

Function Documentation

◆ ivcCol()

template<typename Indices >
IvcColType<Indices>::type ivcCol ( const Indices indices) const
protected

Definition at line 46 of file IndexedViewMethods.h.

◆ ivcRow()

template<typename Indices >
IvcRowType<Indices>::type ivcRow ( const Indices indices) const
protected

Definition at line 40 of file IndexedViewMethods.h.

◆ ivcSize()

template<typename Indices >
IvcColType<Indices>::type ivcSize ( const Indices indices) const
protected

Definition at line 52 of file IndexedViewMethods.h.

◆ operator()() [1/7]

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 
)

Definition at line 73 of file IndexedViewMethods.h.

◆ operator()() [2/7]

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 
)

Definition at line 85 of file IndexedViewMethods.h.

◆ operator()() [3/7]

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 
)

Definition at line 103 of file IndexedViewMethods.h.

◆ operator()() [4/7]

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)

Definition at line 144 of file IndexedViewMethods.h.

◆ operator()() [5/7]

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)

Definition at line 155 of file IndexedViewMethods.h.

◆ operator()() [6/7]

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)

Definition at line 166 of file IndexedViewMethods.h.

◆ operator()() [7/7]

template<typename IndexType >
internal::enable_if<symbolic::is_symbolic<IndexType>::value, CoeffReturnType >::type operator() ( const IndexType &  id)

Definition at line 176 of file IndexedViewMethods.h.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:49