Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > Class Template Reference
+ Inheritance diagram for Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >:

Public Types

typedef TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef internal::traits< TensorStridingSlicingOp >::Index Index
 
typedef internal::nested< TensorStridingSlicingOp >::type Nested
 
typedef internal::traits< TensorStridingSlicingOp >::Scalar Scalar
 
typedef internal::traits< TensorStridingSlicingOp >::StorageKind StorageKind
 

Public Member Functions

const internal::remove_all_t< typename XprType::Nested > & expression () const
 
const StartIndices & startIndices () const
 
const StartIndices & stopIndices () const
 
const StartIndices & strides () const
 
 TensorStridingSlicingOp (const XprType &expr, const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 

Protected Attributes

const StartIndices m_startIndices
 
const StopIndices m_stopIndices
 
const Strides m_strides
 
XprType::Nested m_xpr
 

Detailed Description

template<typename StartIndices, typename StopIndices, typename Strides, typename XprType>
class Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >

Definition at line 823 of file TensorMorphing.h.

Member Typedef Documentation

◆ Base

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef TensorBase<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> > Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Base

Definition at line 826 of file TensorMorphing.h.

◆ CoeffReturnType

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::CoeffReturnType

Definition at line 828 of file TensorMorphing.h.

◆ Index

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::traits<TensorStridingSlicingOp>::Index Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Index

Definition at line 831 of file TensorMorphing.h.

◆ Nested

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::nested<TensorStridingSlicingOp>::type Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Nested

Definition at line 829 of file TensorMorphing.h.

◆ Scalar

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::traits<TensorStridingSlicingOp>::Scalar Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Scalar

Definition at line 827 of file TensorMorphing.h.

◆ StorageKind

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
typedef internal::traits<TensorStridingSlicingOp>::StorageKind Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::StorageKind

Definition at line 830 of file TensorMorphing.h.

Constructor & Destructor Documentation

◆ TensorStridingSlicingOp()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::TensorStridingSlicingOp ( const XprType &  expr,
const StartIndices &  startIndices,
const StopIndices &  stopIndices,
const Strides &  strides 
)
inline

Definition at line 833 of file TensorMorphing.h.

837  m_strides(strides) {}
const StartIndices & stopIndices() const
const StartIndices & startIndices() const
const StartIndices & strides() const
const StartIndices m_startIndices

Member Function Documentation

◆ expression()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const internal::remove_all_t<typename XprType::Nested>& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::expression ( ) const
inline

Definition at line 848 of file TensorMorphing.h.

848 { return m_xpr; }

◆ startIndices()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const StartIndices& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::startIndices ( ) const
inline

Definition at line 840 of file TensorMorphing.h.

840 { return m_startIndices; }

◆ stopIndices()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const StartIndices& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::stopIndices ( ) const
inline

Definition at line 842 of file TensorMorphing.h.

842 { return m_stopIndices; }

◆ strides()

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const StartIndices& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::strides ( ) const
inline

Definition at line 844 of file TensorMorphing.h.

844 { return m_strides; }

Member Data Documentation

◆ m_startIndices

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const StartIndices Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_startIndices
protected

Definition at line 854 of file TensorMorphing.h.

◆ m_stopIndices

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const StopIndices Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_stopIndices
protected

Definition at line 855 of file TensorMorphing.h.

◆ m_strides

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
const Strides Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_strides
protected

Definition at line 856 of file TensorMorphing.h.

◆ m_xpr

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
XprType::Nested Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::m_xpr
protected

Definition at line 853 of file TensorMorphing.h.


The documentation for this class was generated from the following files: