Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType > Class Template Reference

#include <TensorExpr.h>

Inheritance diagram for Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >:
Inheritance graph
[legend]

Public Types

typedef internal::promote_storage_type< typename ThenXprType::CoeffReturnType, typename ElseXprType::CoeffReturnType >::ret CoeffReturnType
 
typedef Eigen::internal::traits< TensorSelectOp >::Index Index
 
typedef Eigen::internal::nested< TensorSelectOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorSelectOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorSelectOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
typedef TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors > Base
 
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC const ElseXprType & elseExpression () const
 
EIGEN_DEVICE_FUNC const IfXprType & ifExpression () const
 
EIGEN_DEVICE_FUNC TensorSelectOp (const IfXprType &a_condition, const ThenXprType &a_then, const ElseXprType &a_else)
 
EIGEN_DEVICE_FUNC const ThenXprType & thenExpression () const
 
- Public Member Functions inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorSelectOp< IfXprType, ThenXprType, ElseXprType > > swap_layout ()
 

Protected Attributes

IfXprType::Nested m_condition
 
ElseXprType::Nested m_else
 
ThenXprType::Nested m_then
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorSelectOp< IfXprType, ThenXprType, ElseXprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename IfXprType, typename ThenXprType, typename ElseXprType>
class Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >

Definition at line 352 of file TensorExpr.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef internal::promote_storage_type<typename ThenXprType::CoeffReturnType, typename ElseXprType::CoeffReturnType>::ret Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::CoeffReturnType

Definition at line 358 of file TensorExpr.h.

◆ Index

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::traits<TensorSelectOp>::Index Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::Index

Definition at line 361 of file TensorExpr.h.

◆ Nested

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::nested<TensorSelectOp>::type Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::Nested

Definition at line 359 of file TensorExpr.h.

◆ RealScalar

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::RealScalar

Definition at line 356 of file TensorExpr.h.

◆ Scalar

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::traits<TensorSelectOp>::Scalar Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::Scalar

Definition at line 355 of file TensorExpr.h.

◆ StorageKind

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
typedef Eigen::internal::traits<TensorSelectOp>::StorageKind Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::StorageKind

Definition at line 360 of file TensorExpr.h.

Constructor & Destructor Documentation

◆ TensorSelectOp()

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::TensorSelectOp ( const IfXprType &  a_condition,
const ThenXprType &  a_then,
const ElseXprType &  a_else 
)
inline

Definition at line 364 of file TensorExpr.h.

Member Function Documentation

◆ elseExpression()

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC const ElseXprType& Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::elseExpression ( ) const
inline

Definition at line 377 of file TensorExpr.h.

◆ ifExpression()

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC const IfXprType& Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::ifExpression ( ) const
inline

Definition at line 371 of file TensorExpr.h.

◆ thenExpression()

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
EIGEN_DEVICE_FUNC const ThenXprType& Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::thenExpression ( ) const
inline

Definition at line 374 of file TensorExpr.h.

Member Data Documentation

◆ m_condition

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
IfXprType::Nested Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::m_condition
protected

Definition at line 380 of file TensorExpr.h.

◆ m_else

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
ElseXprType::Nested Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::m_else
protected

Definition at line 382 of file TensorExpr.h.

◆ m_then

template<typename IfXprType , typename ThenXprType , typename ElseXprType >
ThenXprType::Nested Eigen::TensorSelectOp< IfXprType, ThenXprType, ElseXprType >::m_then
protected

Definition at line 381 of file TensorExpr.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:16