Public Types | |
typedef XprType::CoeffReturnType | CoeffReturnType |
typedef Eigen::internal::traits< TensorScanOp >::Index | Index |
typedef Eigen::internal::nested< TensorScanOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorScanOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorScanOp >::StorageKind | StorageKind |
Public Member Functions | |
const Op | accumulator () const |
const Index | axis () const |
bool | exclusive () const |
const XprType & | expression () const |
TensorScanOp (const XprType &expr, const Index &axis, bool exclusive=false, const Op &op=Op()) | |
Protected Attributes | |
const Op | m_accumulator |
const Index | m_axis |
const bool | m_exclusive |
XprType::Nested | m_expr |
Definition at line 52 of file TensorScan.h.
typedef XprType::CoeffReturnType Eigen::TensorScanOp< Op, XprType >::CoeffReturnType |
Definition at line 57 of file TensorScan.h.
typedef Eigen::internal::traits<TensorScanOp>::Index Eigen::TensorScanOp< Op, XprType >::Index |
Definition at line 60 of file TensorScan.h.
typedef Eigen::internal::nested<TensorScanOp>::type Eigen::TensorScanOp< Op, XprType >::Nested |
Definition at line 58 of file TensorScan.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorScanOp< Op, XprType >::RealScalar |
Definition at line 56 of file TensorScan.h.
typedef Eigen::internal::traits<TensorScanOp>::Scalar Eigen::TensorScanOp< Op, XprType >::Scalar |
Definition at line 55 of file TensorScan.h.
typedef Eigen::internal::traits<TensorScanOp>::StorageKind Eigen::TensorScanOp< Op, XprType >::StorageKind |
Definition at line 59 of file TensorScan.h.
|
inline |
Definition at line 62 of file TensorScan.h.
|
inline |
Definition at line 71 of file TensorScan.h.
|
inline |
Definition at line 67 of file TensorScan.h.
|
inline |
Definition at line 73 of file TensorScan.h.
|
inline |
Definition at line 69 of file TensorScan.h.
|
protected |
Definition at line 78 of file TensorScan.h.
|
protected |
Definition at line 77 of file TensorScan.h.
|
protected |
Definition at line 79 of file TensorScan.h.
|
protected |
Definition at line 76 of file TensorScan.h.