Public Types | |
typedef std::remove_const_t< typename XprType::CoeffReturnType > | CoeffReturnType |
typedef Eigen::internal::traits< TensorReductionOp >::Index | Index |
typedef Eigen::internal::nested< TensorReductionOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorReductionOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorReductionOp >::StorageKind | StorageKind |
Public Member Functions | |
const Dims & | dims () const |
const XprType & | expression () const |
const Op & | reducer () const |
TensorReductionOp (const XprType &expr, const Dims &dims) | |
TensorReductionOp (const XprType &expr, const Dims &dims, const Op &reducer) | |
Protected Attributes | |
const Dims | m_dims |
XprType::Nested | m_expr |
const Op | m_reducer |
Definition at line 512 of file TensorReduction.h.
typedef std::remove_const_t<typename XprType::CoeffReturnType> Eigen::TensorReductionOp< Op, Dims, XprType, MakePointer_ >::CoeffReturnType |
Definition at line 516 of file TensorReduction.h.
typedef Eigen::internal::traits<TensorReductionOp>::Index Eigen::TensorReductionOp< Op, Dims, XprType, MakePointer_ >::Index |
Definition at line 519 of file TensorReduction.h.
typedef Eigen::internal::nested<TensorReductionOp>::type Eigen::TensorReductionOp< Op, Dims, XprType, MakePointer_ >::Nested |
Definition at line 517 of file TensorReduction.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorReductionOp< Op, Dims, XprType, MakePointer_ >::RealScalar |
Definition at line 515 of file TensorReduction.h.
typedef Eigen::internal::traits<TensorReductionOp>::Scalar Eigen::TensorReductionOp< Op, Dims, XprType, MakePointer_ >::Scalar |
Definition at line 514 of file TensorReduction.h.
typedef Eigen::internal::traits<TensorReductionOp>::StorageKind Eigen::TensorReductionOp< Op, Dims, XprType, MakePointer_ >::StorageKind |
Definition at line 518 of file TensorReduction.h.
|
inline |
Definition at line 522 of file TensorReduction.h.
|
inline |
Definition at line 525 of file TensorReduction.h.
|
inline |
Definition at line 531 of file TensorReduction.h.
|
inline |
Definition at line 529 of file TensorReduction.h.
|
inline |
Definition at line 533 of file TensorReduction.h.
|
protected |
Definition at line 537 of file TensorReduction.h.
|
protected |
Definition at line 536 of file TensorReduction.h.
|
protected |
Definition at line 538 of file TensorReduction.h.