Public Types | |
typedef Scalar | CoeffReturnType |
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::Index | Index |
typedef Eigen::internal::nested< TensorCwiseTernaryOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorCwiseTernaryOp >::StorageKind | StorageKind |
Public Member Functions | |
const internal::remove_all_t< typename Arg1XprType::Nested > & | arg1Expression () const |
const internal::remove_all_t< typename Arg2XprType::Nested > & | arg2Expression () const |
const internal::remove_all_t< typename Arg3XprType::Nested > & | arg3Expression () const |
const TernaryOp & | functor () const |
TensorCwiseTernaryOp (const Arg1XprType &arg1, const Arg2XprType &arg2, const Arg3XprType &arg3, const TernaryOp &func=TernaryOp()) | |
Protected Attributes | |
Arg1XprType::Nested | m_arg1_xpr |
Arg2XprType::Nested | m_arg2_xpr |
Arg3XprType::Nested | m_arg3_xpr |
const TernaryOp | m_functor |
Definition at line 280 of file TensorExpr.h.
typedef Scalar Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::CoeffReturnType |
Definition at line 285 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::Index Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Index |
Definition at line 288 of file TensorExpr.h.
typedef Eigen::internal::nested<TensorCwiseTernaryOp>::type Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Nested |
Definition at line 286 of file TensorExpr.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::RealScalar |
Definition at line 284 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::Scalar Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::Scalar |
Definition at line 283 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseTernaryOp>::StorageKind Eigen::TensorCwiseTernaryOp< TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType >::StorageKind |
Definition at line 287 of file TensorExpr.h.
|
inline |
Definition at line 290 of file TensorExpr.h.
|
inline |
|
inline |
Definition at line 303 of file TensorExpr.h.
|
inline |
Definition at line 307 of file TensorExpr.h.
|
inline |
Definition at line 294 of file TensorExpr.h.
|
protected |
Definition at line 310 of file TensorExpr.h.
|
protected |
Definition at line 311 of file TensorExpr.h.
|
protected |
Definition at line 312 of file TensorExpr.h.
|
protected |
Definition at line 313 of file TensorExpr.h.