#include <TensorForwardDeclarations.h>
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 | |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Op | accumulator () const |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Index | axis () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool | exclusive () const |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE XprType & | expression () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | 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 87 of file TensorForwardDeclarations.h.
typedef XprType::CoeffReturnType Eigen::TensorScanOp< Op, XprType >::CoeffReturnType |
Definition at line 55 of file TensorScan.h.
typedef Eigen::internal::traits<TensorScanOp>::Index Eigen::TensorScanOp< Op, XprType >::Index |
Definition at line 58 of file TensorScan.h.
typedef Eigen::internal::nested<TensorScanOp>::type Eigen::TensorScanOp< Op, XprType >::Nested |
Definition at line 56 of file TensorScan.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorScanOp< Op, XprType >::RealScalar |
Definition at line 54 of file TensorScan.h.
typedef Eigen::internal::traits<TensorScanOp>::Scalar Eigen::TensorScanOp< Op, XprType >::Scalar |
Definition at line 53 of file TensorScan.h.
typedef Eigen::internal::traits<TensorScanOp>::StorageKind Eigen::TensorScanOp< Op, XprType >::StorageKind |
Definition at line 57 of file TensorScan.h.
|
inline |
Definition at line 60 of file TensorScan.h.
|
inline |
Definition at line 69 of file TensorScan.h.
|
inline |
Definition at line 65 of file TensorScan.h.
|
inline |
Definition at line 71 of file TensorScan.h.
|
inline |
Definition at line 67 of file TensorScan.h.
|
protected |
Definition at line 76 of file TensorScan.h.
|
protected |
Definition at line 75 of file TensorScan.h.
|
protected |
Definition at line 77 of file TensorScan.h.
|
protected |
Definition at line 74 of file TensorScan.h.