Public Types | |
typedef Scalar | CoeffReturnType |
typedef Eigen::internal::traits< TensorCwiseUnaryOp >::Index | Index |
typedef Eigen::internal::nested< TensorCwiseUnaryOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorCwiseUnaryOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorCwiseUnaryOp >::StorageKind | StorageKind |
Public Member Functions | |
const UnaryOp & | functor () const |
const internal::remove_all_t< typename XprType::Nested > & | nestedExpression () const |
TensorCwiseUnaryOp (const XprType &xpr, const UnaryOp &func=UnaryOp()) | |
Protected Attributes | |
const UnaryOp | m_functor |
XprType::Nested | m_xpr |
Definition at line 117 of file TensorExpr.h.
typedef Scalar Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >::CoeffReturnType |
Definition at line 124 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseUnaryOp>::Index Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >::Index |
Definition at line 127 of file TensorExpr.h.
typedef Eigen::internal::nested<TensorCwiseUnaryOp>::type Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >::Nested |
Definition at line 125 of file TensorExpr.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >::RealScalar |
Definition at line 123 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseUnaryOp>::Scalar Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >::Scalar |
Definition at line 122 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseUnaryOp>::StorageKind Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >::StorageKind |
Definition at line 126 of file TensorExpr.h.
|
inline |
Definition at line 129 of file TensorExpr.h.
|
inline |
Definition at line 133 of file TensorExpr.h.
|
inline |
|
protected |
Definition at line 142 of file TensorExpr.h.
|
protected |
Definition at line 141 of file TensorExpr.h.