Public Types | |
typedef XprType::CoeffReturnType | CoeffReturnType |
typedef internal::traits< TensorCustomUnaryOp >::Index | Index |
typedef internal::nested< TensorCustomUnaryOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef internal::traits< TensorCustomUnaryOp >::Scalar | Scalar |
typedef internal::traits< TensorCustomUnaryOp >::StorageKind | StorageKind |
Public Member Functions | |
const internal::remove_all_t< typename XprType::Nested > & | expression () const |
const CustomUnaryFunc & | func () const |
TensorCustomUnaryOp (const XprType &expr, const CustomUnaryFunc &func) | |
Protected Attributes | |
XprType::Nested | m_expr |
const CustomUnaryFunc | m_func |
Tensor custom class.
Definition at line 55 of file TensorCustomOp.h.
typedef XprType::CoeffReturnType Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::CoeffReturnType |
Definition at line 60 of file TensorCustomOp.h.
typedef internal::traits<TensorCustomUnaryOp>::Index Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::Index |
Definition at line 63 of file TensorCustomOp.h.
typedef internal::nested<TensorCustomUnaryOp>::type Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::Nested |
Definition at line 61 of file TensorCustomOp.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::RealScalar |
Definition at line 59 of file TensorCustomOp.h.
typedef internal::traits<TensorCustomUnaryOp>::Scalar Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::Scalar |
Definition at line 58 of file TensorCustomOp.h.
typedef internal::traits<TensorCustomUnaryOp>::StorageKind Eigen::TensorCustomUnaryOp< CustomUnaryFunc, XprType >::StorageKind |
Definition at line 62 of file TensorCustomOp.h.
|
inline |
Definition at line 65 of file TensorCustomOp.h.
|
inline |
Definition at line 73 of file TensorCustomOp.h.
|
inline |
Definition at line 69 of file TensorCustomOp.h.
|
protected |
Definition at line 76 of file TensorCustomOp.h.
|
protected |
Definition at line 77 of file TensorCustomOp.h.