Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > Class Template Reference

#include <TensorForwardDeclarations.h>

Public Types

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 EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & expression () const
 
template<typename OtherDerived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOpoperator= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOpoperator= (const TensorStridingSlicingOp &other)
 
const EIGEN_DEVICE_FUNC StartIndices & startIndices () const
 
const EIGEN_DEVICE_FUNC StartIndices & stopIndices () const
 
const EIGEN_DEVICE_FUNC StartIndices & strides () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 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 56 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ CoeffReturnType

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

Definition at line 641 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 644 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 642 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 640 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 643 of file TensorMorphing.h.

Constructor & Destructor Documentation

◆ TensorStridingSlicingOp()

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

Definition at line 646 of file TensorMorphing.h.

Member Function Documentation

◆ expression()

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

Definition at line 661 of file TensorMorphing.h.

◆ operator=() [1/2]

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
template<typename OtherDerived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::operator= ( const OtherDerived &  other)
inline

Definition at line 675 of file TensorMorphing.h.

◆ operator=() [2/2]

template<typename StartIndices , typename StopIndices , typename Strides , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp& Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::operator= ( const TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > &  other)
inline

Definition at line 664 of file TensorMorphing.h.

◆ startIndices()

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

Definition at line 653 of file TensorMorphing.h.

◆ stopIndices()

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

Definition at line 655 of file TensorMorphing.h.

◆ strides()

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

Definition at line 657 of file TensorMorphing.h.

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 686 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 687 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 688 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 685 of file TensorMorphing.h.


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


control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:07:46