Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorCwiseNullaryOp< NullaryOp, XprType > Class Template Reference

#include <TensorExpr.h>

Inheritance diagram for Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >:
Inheritance graph
[legend]

Public Types

typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Eigen::internal::traits< TensorCwiseNullaryOp >::Index Index
 
typedef TensorCwiseNullaryOp< NullaryOp, XprType > Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorCwiseNullaryOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorCwiseNullaryOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorCwiseNullaryOp< NullaryOp, XprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorCwiseNullaryOp< NullaryOp, XprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC const NullaryOp & functor () const
 
EIGEN_DEVICE_FUNC const internal::remove_all< typename XprType::Nested >::type & nestedExpression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp (const XprType &xpr, const NullaryOp &func=NullaryOp())
 
- Public Member Functions inherited from Eigen::TensorBase< TensorCwiseNullaryOp< NullaryOp, XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorCwiseNullaryOp< NullaryOp, XprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorCwiseNullaryOp< NullaryOp, XprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorCwiseNullaryOp< NullaryOp, XprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorCwiseNullaryOp< NullaryOp, XprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorCwiseNullaryOp< NullaryOp, XprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorCwiseNullaryOp< NullaryOp, XprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorCwiseNullaryOp< NullaryOp, XprType >, DeviceType > device (const DeviceType &device)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorCwiseNullaryOp< NullaryOp, XprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorCwiseNullaryOp< NullaryOp, XprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorCwiseNullaryOp< NullaryOp, XprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorCwiseNullaryOp< NullaryOp, XprType > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorCwiseNullaryOp< NullaryOp, XprType > > shuffle (const Shuffle &shuffle) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorCwiseNullaryOp< NullaryOp, XprType > > shuffle (const Shuffle &shuffle)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorCwiseNullaryOp< NullaryOp, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorCwiseNullaryOp< NullaryOp, XprType > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorCwiseNullaryOp< NullaryOp, XprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorCwiseNullaryOp< NullaryOp, XprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorCwiseNullaryOp< NullaryOp, XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorCwiseNullaryOp< NullaryOp, XprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorCwiseNullaryOp< NullaryOp, XprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorCwiseNullaryOp< NullaryOp, XprType > > swap_layout ()
 

Protected Attributes

const NullaryOp m_functor
 
XprType::Nested m_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorCwiseNullaryOp< NullaryOp, XprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorCwiseNullaryOp< NullaryOp, XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp< NullaryOp, XprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorCwiseNullaryOp< NullaryOp, XprType > & derived () const
 

Detailed Description

template<typename NullaryOp, typename XprType>
class Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >

Definition at line 52 of file TensorExpr.h.

Member Typedef Documentation

template<typename NullaryOp, typename XprType>
typedef XprType::CoeffReturnType Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::CoeffReturnType

Definition at line 57 of file TensorExpr.h.

template<typename NullaryOp, typename XprType>
typedef Eigen::internal::traits<TensorCwiseNullaryOp>::Index Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::Index

Definition at line 60 of file TensorExpr.h.

template<typename NullaryOp, typename XprType>
typedef TensorCwiseNullaryOp<NullaryOp, XprType> Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::Nested

Definition at line 58 of file TensorExpr.h.

template<typename NullaryOp, typename XprType>
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::RealScalar

Definition at line 56 of file TensorExpr.h.

template<typename NullaryOp, typename XprType>
typedef Eigen::internal::traits<TensorCwiseNullaryOp>::Scalar Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::Scalar

Definition at line 55 of file TensorExpr.h.

template<typename NullaryOp, typename XprType>
typedef Eigen::internal::traits<TensorCwiseNullaryOp>::StorageKind Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::StorageKind

Definition at line 59 of file TensorExpr.h.

Constructor & Destructor Documentation

template<typename NullaryOp, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::TensorCwiseNullaryOp ( const XprType &  xpr,
const NullaryOp &  func = NullaryOp() 
)
inline

Definition at line 62 of file TensorExpr.h.

Member Function Documentation

template<typename NullaryOp, typename XprType>
EIGEN_DEVICE_FUNC const NullaryOp& Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::functor ( ) const
inline

Definition at line 70 of file TensorExpr.h.

template<typename NullaryOp, typename XprType>
EIGEN_DEVICE_FUNC const internal::remove_all<typename XprType::Nested>::type& Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::nestedExpression ( ) const
inline

Definition at line 67 of file TensorExpr.h.

Member Data Documentation

template<typename NullaryOp, typename XprType>
const NullaryOp Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::m_functor
protected

Definition at line 74 of file TensorExpr.h.

template<typename NullaryOp, typename XprType>
XprType::Nested Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::m_xpr
protected

Definition at line 73 of file TensorExpr.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:23