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;
93 typename XprTraits::PointerType
98 template<
typename UnaryOp,
typename XprType>
104 template<
typename UnaryOp,
typename XprType>
114 template<
typename UnaryOp,
typename XprType>
145 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
166 static const int NumDimensions = XprTraits::NumDimensions;
167 static const int Layout = XprTraits::Layout;
179 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
185 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
195 template<
typename BinaryOp,
typename LhsXprType,
typename RhsXprType>
231 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
248 static const int NumDimensions = XprTraits::NumDimensions;
249 static const int Layout = XprTraits::Layout;
261 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
267 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
277 template<
typename TernaryOp,
typename Arg1XprType,
typename Arg2XprType,
typename Arg3XprType>
316 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
329 static const int NumDimensions = XprTraits::NumDimensions;
330 static const int Layout = XprTraits::Layout;
336 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
342 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
351 template<
typename IfXprType,
typename ThenXprType,
typename ElseXprType>
365 const ThenXprType& a_then,
366 const ElseXprType& a_else)
388 #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
TypeConversion< Scalar, typename conditional< Pointer_type_promotion< typename Arg2XprType::Scalar, Scalar >::val, typename traits< Arg2XprType >::PointerType, typename traits< Arg3XprType >::PointerType >::type >::type PointerType
#define EIGEN_DEVICE_FUNC
Namespace containing all symbols from the Eigen library.
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
Generic expression where a coefficient-wise binary operator is applied to two expressions.
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
TypeConversion< Scalar, typename conditional< Pointer_type_promotion< typename LhsXprType::Scalar, Scalar >::val, typename traits< LhsXprType >::PointerType, typename traits< RhsXprType >::PointerType >::type >::type PointerType
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
TypeConversion< Scalar, typename XprTraits::PointerType >::type PointerType
const EIGEN_DEVICE_FUNC IfXprType & ifExpression() const
traits< Arg1XprType > XprTraits
conditional< Pointer_type_promotion< typename ThenXprType::Scalar, Scalar >::val, typename traits< ThenXprType >::PointerType, typename traits< ElseXprType >::PointerType >::type PointerType
const EIGEN_DEVICE_FUNC ElseXprType & elseExpression() const
Eigen::internal::traits< TensorCwiseUnaryOp >::StorageKind StorageKind
DerivedTraits::Scalar Scalar
XprTraits::PointerType PointerType
const TernaryOp m_functor
const EIGEN_DEVICE_FUNC ThenXprType & thenExpression() const
XprType::Nested XprTypeNested
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:37:44