Inheritance diagram for Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >:Public Types | |
| typedef XprType::CoeffReturnType | CoeffReturnType |
| typedef Eigen::internal::traits< TensorCwiseNullaryOp >::Index | Index |
| typedef TensorCwiseNullaryOp< NullaryOp, XprType > | Nested |
| typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
| typedef Eigen::internal::traits< TensorCwiseNullaryOp >::Scalar | Scalar |
| typedef Eigen::internal::traits< TensorCwiseNullaryOp >::StorageKind | StorageKind |
Public Member Functions | |
| const NullaryOp & | functor () const |
| const internal::remove_all_t< typename XprType::Nested > & | nestedExpression () const |
| TensorCwiseNullaryOp (const XprType &xpr, const NullaryOp &func=NullaryOp()) | |
Protected Attributes | |
| const NullaryOp | m_functor |
| XprType::Nested | m_xpr |
Definition at line 54 of file TensorExpr.h.
| typedef XprType::CoeffReturnType Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::CoeffReturnType |
Definition at line 59 of file TensorExpr.h.
| typedef Eigen::internal::traits<TensorCwiseNullaryOp>::Index Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::Index |
Definition at line 62 of file TensorExpr.h.
| typedef TensorCwiseNullaryOp<NullaryOp, XprType> Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::Nested |
Definition at line 60 of file TensorExpr.h.
| typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::RealScalar |
Definition at line 58 of file TensorExpr.h.
| typedef Eigen::internal::traits<TensorCwiseNullaryOp>::Scalar Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::Scalar |
Definition at line 57 of file TensorExpr.h.
| typedef Eigen::internal::traits<TensorCwiseNullaryOp>::StorageKind Eigen::TensorCwiseNullaryOp< NullaryOp, XprType >::StorageKind |
Definition at line 61 of file TensorExpr.h.
|
inline |
Definition at line 64 of file TensorExpr.h.
|
inline |
Definition at line 72 of file TensorExpr.h.
|
inline |
Definition at line 69 of file TensorExpr.h.
|
protected |
Definition at line 76 of file TensorExpr.h.
|
protected |
Definition at line 75 of file TensorExpr.h.