Go to the documentation of this file.
10 #ifndef EIGEN_CXX11_TENSOR_TENSOR_EXPR_H
11 #define EIGEN_CXX11_TENSOR_TENSOR_EXPR_H
31 template<
typename NullaryOp,
typename XprType>
39 static const int NumDimensions = XprTraits::NumDimensions;
40 static const int Layout = XprTraits::Layout;
51 template<
typename NullaryOp,
typename XprType>
80 template<
typename UnaryOp,
typename XprType>
90 static const int NumDimensions = XprTraits::NumDimensions;
91 static const int Layout = XprTraits::Layout;
94 template<
typename UnaryOp,
typename XprType>
100 template<
typename UnaryOp,
typename XprType>
110 template<
typename UnaryOp,
typename XprType>
141 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
162 static const int NumDimensions = XprTraits::NumDimensions;
163 static const int Layout = XprTraits::Layout;
170 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
176 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
186 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
222 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
239 static const int NumDimensions = XprTraits::NumDimensions;
240 static const int Layout = XprTraits::Layout;
247 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
253 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
263 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
302 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
315 static const int NumDimensions = XprTraits::NumDimensions;
316 static const int Layout = XprTraits::Layout;
319 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
325 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
334 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
348 const ThenXprType& a_then,
349 const ElseXprType& a_else)
371 #endif // EIGEN_CXX11_TENSOR_TENSOR_EXPR_H
traits< XprType > XprTraits
const NullaryOp m_functor
traits< ThenXprType >::Scalar Scalar
remove_reference< XprTypeNested >::type _XprTypeNested
const EIGEN_DEVICE_FUNC internal::remove_all< typename Arg1XprType::Nested >::type & arg1Expression() const
const typedef TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > & type
Eigen::internal::traits< TensorCwiseTernaryOp >::Index Index
Eigen::internal::nested< TensorSelectOp >::type Nested
const EIGEN_DEVICE_FUNC internal::remove_all< typename RhsXprType::Nested >::type & rhsExpression() const
IfXprType::Nested m_condition
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & nestedExpression() const
Eigen::internal::traits< TensorCwiseBinaryOp >::Index Index
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseUnaryOp(const XprType &xpr, const UnaryOp &func=UnaryOp())
Eigen::internal::traits< TensorCwiseNullaryOp >::Index Index
promote_index_type< typename traits< LhsXprType >::Index, typename traits< RhsXprType >::Index >::type Index
result_of< UnaryOp(typename XprType::Scalar)>::type Scalar
TensorCwiseNullaryOp< NullaryOp, XprType > Nested
const typedef TensorSelectOp< IfXprType, ThenXprType, ElseXprType > & type
TensorCwiseUnaryOp< UnaryOp, XprType > type
traits< Arg1XprType >::Index Index
LhsXprType::Nested LhsNested
Eigen::internal::traits< TensorSelectOp >::StorageKind StorageKind
remove_reference< Arg3Nested >::type _Arg3Nested
traits< ThenXprType > XprTraits
ThenXprType::Nested ThenNested
EIGEN_DEVICE_FUNC TensorSelectOp(const IfXprType &a_condition, const ThenXprType &a_then, const ElseXprType &a_else)
TensorSelectOp< IfXprType, ThenXprType, ElseXprType > type
const EIGEN_DEVICE_FUNC internal::remove_all< typename Arg2XprType::Nested >::type & arg2Expression() const
traits< XprType > XprTraits
Eigen::NumTraits< Scalar >::Real RealScalar
promote_storage_type< typename traits< LhsXprType >::StorageKind, typename traits< RhsXprType >::StorageKind >::ret StorageKind
traits< Arg1XprType >::StorageKind StorageKind
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & nestedExpression() const
Arg2XprType::Nested Arg2Nested
RhsXprType::Nested RhsNested
remove_reference< LhsNested >::type _LhsNested
promote_storage_type< typename traits< ThenXprType >::StorageKind, typename traits< ElseXprType >::StorageKind >::ret StorageKind
ThenXprType::Nested m_then
Eigen::internal::traits< TensorSelectOp >::Scalar Scalar
traits< LhsXprType > XprTraits
const EIGEN_DEVICE_FUNC UnaryOp & functor() const
Eigen::internal::traits< TensorCwiseTernaryOp >::StorageKind StorageKind
Eigen::internal::nested< TensorCwiseTernaryOp >::type Nested
XprType::CoeffReturnType CoeffReturnType
TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType > type
Eigen::internal::traits< TensorCwiseUnaryOp >::Index Index
remove_reference< XprTypeNested >::type _XprTypeNested
remove_reference< Arg2Nested >::type _Arg2Nested
Eigen::NumTraits< Scalar >::Real RealScalar
remove_reference< RhsNested >::type _RhsNested
result_of< TernaryOp(typename Arg1XprType::Scalar, typename Arg2XprType::Scalar, typename Arg3XprType::Scalar)>::type Scalar
Eigen::NumTraits< Scalar >::Real RealScalar
ElseXprType::Nested ElseNested
Eigen::internal::traits< TensorCwiseNullaryOp >::Scalar Scalar
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseTernaryOp(const Arg1XprType &arg1, const Arg2XprType &arg2, const Arg3XprType &arg3, const TernaryOp &func=TernaryOp())
#define EIGEN_STRONG_INLINE
LhsXprType::Nested m_lhs_xpr
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseNullaryOp(const XprType &xpr, const NullaryOp &func=NullaryOp())
Arg1XprType::Nested Arg1Nested
Eigen::internal::traits< TensorCwiseBinaryOp >::StorageKind StorageKind
Arg2XprType::Nested m_arg2_xpr
IfXprType::Nested IfNested
Eigen::internal::traits< TensorCwiseTernaryOp >::Scalar Scalar
Eigen::NumTraits< Scalar >::Real RealScalar
Eigen::internal::nested< TensorCwiseBinaryOp >::type Nested
Arg3XprType::Nested Arg3Nested
XprType::Nested XprTypeNested
const EIGEN_DEVICE_FUNC NullaryOp & functor() const
TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType > type
promote_index_type< typename traits< ElseXprType >::Index, typename traits< ThenXprType >::Index >::type Index
Arg3XprType::Nested m_arg3_xpr
result_of< BinaryOp(typename LhsXprType::Scalar, typename RhsXprType::Scalar)>::type Scalar
RhsXprType::Nested m_rhs_xpr
Eigen::internal::traits< TensorSelectOp >::Index Index
const EIGEN_DEVICE_FUNC BinaryOp & functor() const
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorCwiseBinaryOp(const LhsXprType &lhs, const RhsXprType &rhs, const BinaryOp &func=BinaryOp())
const typedef TensorCwiseUnaryOp< UnaryOp, XprType > & type
Eigen::internal::nested< TensorCwiseUnaryOp >::type Nested
remove_reference< Arg1Nested >::type _Arg1Nested
Eigen::internal::traits< TensorCwiseUnaryOp >::Scalar Scalar
internal::promote_storage_type< typename ThenXprType::CoeffReturnType, typename ElseXprType::CoeffReturnType >::ret CoeffReturnType
const EIGEN_DEVICE_FUNC TernaryOp & functor() const
Arg1XprType::Nested m_arg1_xpr
Eigen::internal::traits< TensorCwiseNullaryOp >::StorageKind StorageKind
ElseXprType::Nested m_else
const EIGEN_DEVICE_FUNC internal::remove_all< typename LhsXprType::Nested >::type & lhsExpression() const
Eigen::NumTraits< Scalar >::Real RealScalar
const typedef TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType > & type
Eigen::internal::traits< TensorCwiseBinaryOp >::Scalar Scalar
const EIGEN_DEVICE_FUNC internal::remove_all< typename Arg3XprType::Nested >::type & arg3Expression() const
const EIGEN_DEVICE_FUNC IfXprType & ifExpression() const
traits< Arg1XprType > XprTraits
const EIGEN_DEVICE_FUNC ElseXprType & elseExpression() const
Eigen::internal::traits< TensorCwiseUnaryOp >::StorageKind StorageKind
const TernaryOp m_functor
const EIGEN_DEVICE_FUNC ThenXprType & thenExpression() const
XprType::Nested XprTypeNested
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:43