Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > Class Template Reference

#include <TensorExpr.h>

Inheritance diagram for Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >:
Inheritance graph
[legend]

Public Types

typedef Scalar CoeffReturnType
 
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::Index Index
 
typedef Eigen::internal::nested< TensorCwiseTernaryOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
typedef TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors > Base
 
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

const EIGEN_DEVICE_FUNC internal::remove_all< typename Arg1XprType::Nested >::typearg1Expression () const
 
const EIGEN_DEVICE_FUNC internal::remove_all< typename Arg2XprType::Nested >::typearg2Expression () const
 
const EIGEN_DEVICE_FUNC internal::remove_all< typename Arg3XprType::Nested >::typearg3Expression () const
 
const EIGEN_DEVICE_FUNC TernaryOp & functor () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp (const Arg1XprType &arg1, const Arg2XprType &arg2, const Arg3XprType &arg3, const TernaryOp &func=TernaryOp())
 
- Public Member Functions inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< DimId, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
TensorDevice< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorStridingOp< const Strides, const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > 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 TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > swap_layout ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorLayoutSwapOp< const TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > > swap_layout () const
 

Protected Attributes

Arg1XprType::Nested m_arg1_xpr
 
Arg2XprType::Nested m_arg2_xpr
 
Arg3XprType::Nested m_arg3_xpr
 
const TernaryOp m_functor
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & derived ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename TernaryOp, typename Arg1XprType, typename Arg2XprType, typename Arg3XprType>
class Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >

Definition at line 278 of file TensorExpr.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Scalar Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::CoeffReturnType

Definition at line 283 of file TensorExpr.h.

◆ Index

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::Index Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Index

Definition at line 286 of file TensorExpr.h.

◆ Nested

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::nested<TensorCwiseTernaryOp>::type Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Nested

Definition at line 284 of file TensorExpr.h.

◆ RealScalar

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::RealScalar

Definition at line 282 of file TensorExpr.h.

◆ Scalar

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::Scalar Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Scalar

Definition at line 281 of file TensorExpr.h.

◆ StorageKind

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::StorageKind Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::StorageKind

Definition at line 285 of file TensorExpr.h.

Constructor & Destructor Documentation

◆ TensorCwiseTernaryOp()

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::TensorCwiseTernaryOp ( const Arg1XprType &  arg1,
const Arg2XprType &  arg2,
const Arg3XprType &  arg3,
const TernaryOp &  func = TernaryOp() 
)
inline

Definition at line 288 of file TensorExpr.h.

Member Function Documentation

◆ arg1Expression()

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
const EIGEN_DEVICE_FUNC internal::remove_all<typename Arg1XprType::Nested>::type& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::arg1Expression ( ) const
inline
Returns
the nested expressions

Definition at line 297 of file TensorExpr.h.

◆ arg2Expression()

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
const EIGEN_DEVICE_FUNC internal::remove_all<typename Arg2XprType::Nested>::type& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::arg2Expression ( ) const
inline

Definition at line 301 of file TensorExpr.h.

◆ arg3Expression()

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
const EIGEN_DEVICE_FUNC internal::remove_all<typename Arg3XprType::Nested>::type& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::arg3Expression ( ) const
inline

Definition at line 305 of file TensorExpr.h.

◆ functor()

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
const EIGEN_DEVICE_FUNC TernaryOp& Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::functor ( ) const
inline

Definition at line 292 of file TensorExpr.h.

Member Data Documentation

◆ m_arg1_xpr

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
Arg1XprType::Nested Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_arg1_xpr
protected

Definition at line 308 of file TensorExpr.h.

◆ m_arg2_xpr

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
Arg2XprType::Nested Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_arg2_xpr
protected

Definition at line 309 of file TensorExpr.h.

◆ m_arg3_xpr

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
Arg3XprType::Nested Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_arg3_xpr
protected

Definition at line 310 of file TensorExpr.h.

◆ m_functor

template<typename TernaryOp , typename Arg1XprType , typename Arg2XprType , typename Arg3XprType >
const TernaryOp Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::m_functor
protected

Definition at line 311 of file TensorExpr.h.


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


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