Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType > Class Template Reference

Tensor concatenation class. More...

#include <TensorConcatenation.h>

Inheritance diagram for Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >:
Inheritance graph
[legend]

Public Types

typedef TensorBase< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, WriteAccessorsBase
 
typedef internal::promote_storage_type< typename LhsXprType::CoeffReturnType, typename RhsXprType::CoeffReturnType >::ret CoeffReturnType
 
typedef internal::traits< TensorConcatenationOp >::Index Index
 
typedef internal::nested< TensorConcatenationOp >::type Nested
 
typedef NumTraits< Scalar >::Real RealScalar
 
typedef internal::traits< TensorConcatenationOp >::Scalar Scalar
 
typedef internal::traits< TensorConcatenationOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, WriteAccessors >
typedef TensorBase< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, ReadOnlyAccessors > Base
 
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

const EIGEN_DEVICE_FUNC Axis & axis () const
 
const EIGEN_DEVICE_FUNC internal::remove_all< typename LhsXprType::Nested >::typelhsExpression () const
 
const EIGEN_DEVICE_FUNC internal::remove_all< typename RhsXprType::Nested >::typerhsExpression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp (const LhsXprType &lhs, const RhsXprType &rhs, Axis axis)
 
- Public Member Functions inherited from Eigen::TensorBase< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, WriteAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< DimId, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
TensorDevice< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorStridingOp< const Strides, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > swap_layout ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorLayoutSwapOp< const TensorConcatenationOp< Axis, LhsXprType, RhsXprType > > swap_layout () const
 

Protected Attributes

const Axis m_axis
 
LhsXprType::Nested m_lhs_xpr
 
RhsXprType::Nested m_rhs_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, WriteAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorConcatenationOp< Axis, LhsXprType, RhsXprType >, WriteAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & derived ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< Axis, LhsXprType, RhsXprType > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename Axis, typename LhsXprType, typename RhsXprType>
class Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >

Tensor concatenation class.

Definition at line 60 of file TensorConcatenation.h.

Member Typedef Documentation

◆ Base

template<typename Axis , typename LhsXprType , typename RhsXprType >
typedef TensorBase<TensorConcatenationOp<Axis, LhsXprType, RhsXprType>, WriteAccessors> Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::Base

Definition at line 63 of file TensorConcatenation.h.

◆ CoeffReturnType

template<typename Axis , typename LhsXprType , typename RhsXprType >
typedef internal::promote_storage_type<typename LhsXprType::CoeffReturnType, typename RhsXprType::CoeffReturnType>::ret Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::CoeffReturnType

Definition at line 69 of file TensorConcatenation.h.

◆ Index

template<typename Axis , typename LhsXprType , typename RhsXprType >
typedef internal::traits<TensorConcatenationOp>::Index Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::Index

Definition at line 66 of file TensorConcatenation.h.

◆ Nested

template<typename Axis , typename LhsXprType , typename RhsXprType >
typedef internal::nested<TensorConcatenationOp>::type Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::Nested

Definition at line 67 of file TensorConcatenation.h.

◆ RealScalar

template<typename Axis , typename LhsXprType , typename RhsXprType >
typedef NumTraits<Scalar>::Real Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::RealScalar

Definition at line 70 of file TensorConcatenation.h.

◆ Scalar

template<typename Axis , typename LhsXprType , typename RhsXprType >
typedef internal::traits<TensorConcatenationOp>::Scalar Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::Scalar

Definition at line 64 of file TensorConcatenation.h.

◆ StorageKind

template<typename Axis , typename LhsXprType , typename RhsXprType >
typedef internal::traits<TensorConcatenationOp>::StorageKind Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::StorageKind

Definition at line 65 of file TensorConcatenation.h.

Constructor & Destructor Documentation

◆ TensorConcatenationOp()

template<typename Axis , typename LhsXprType , typename RhsXprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::TensorConcatenationOp ( const LhsXprType &  lhs,
const RhsXprType &  rhs,
Axis  axis 
)
inline

Definition at line 72 of file TensorConcatenation.h.

Member Function Documentation

◆ axis()

template<typename Axis , typename LhsXprType , typename RhsXprType >
const EIGEN_DEVICE_FUNC Axis& Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::axis ( ) const
inline

Definition at line 83 of file TensorConcatenation.h.

◆ lhsExpression()

template<typename Axis , typename LhsXprType , typename RhsXprType >
const EIGEN_DEVICE_FUNC internal::remove_all<typename LhsXprType::Nested>::type& Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::lhsExpression ( ) const
inline

Definition at line 77 of file TensorConcatenation.h.

◆ rhsExpression()

template<typename Axis , typename LhsXprType , typename RhsXprType >
const EIGEN_DEVICE_FUNC internal::remove_all<typename RhsXprType::Nested>::type& Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::rhsExpression ( ) const
inline

Definition at line 81 of file TensorConcatenation.h.

Member Data Documentation

◆ m_axis

template<typename Axis , typename LhsXprType , typename RhsXprType >
const Axis Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::m_axis
protected

Definition at line 89 of file TensorConcatenation.h.

◆ m_lhs_xpr

template<typename Axis , typename LhsXprType , typename RhsXprType >
LhsXprType::Nested Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::m_lhs_xpr
protected

Definition at line 87 of file TensorConcatenation.h.

◆ m_rhs_xpr

template<typename Axis , typename LhsXprType , typename RhsXprType >
RhsXprType::Nested Eigen::TensorConcatenationOp< Axis, LhsXprType, RhsXprType >::m_rhs_xpr
protected

Definition at line 88 of file TensorConcatenation.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:29:39