Public Types | |
typedef Scalar | CoeffReturnType |
typedef Eigen::internal::traits< TensorCwiseBinaryOp >::Index | Index |
typedef Eigen::internal::nested< TensorCwiseBinaryOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorCwiseBinaryOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorCwiseBinaryOp >::StorageKind | StorageKind |
Public Member Functions | |
const BinaryOp & | functor () const |
const internal::remove_all_t< typename LhsXprType::Nested > & | lhsExpression () const |
const internal::remove_all_t< typename RhsXprType::Nested > & | rhsExpression () const |
TensorCwiseBinaryOp (const LhsXprType &lhs, const RhsXprType &rhs, const BinaryOp &func=BinaryOp()) | |
Protected Attributes | |
const BinaryOp | m_functor |
LhsXprType::Nested | m_lhs_xpr |
RhsXprType::Nested | m_rhs_xpr |
Definition at line 198 of file TensorExpr.h.
typedef Scalar Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::CoeffReturnType |
Definition at line 205 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseBinaryOp>::Index Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::Index |
Definition at line 208 of file TensorExpr.h.
typedef Eigen::internal::nested<TensorCwiseBinaryOp>::type Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::Nested |
Definition at line 206 of file TensorExpr.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::RealScalar |
Definition at line 204 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseBinaryOp>::Scalar Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::Scalar |
Definition at line 203 of file TensorExpr.h.
typedef Eigen::internal::traits<TensorCwiseBinaryOp>::StorageKind Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::StorageKind |
Definition at line 207 of file TensorExpr.h.
|
inline |
Definition at line 210 of file TensorExpr.h.
|
inline |
Definition at line 214 of file TensorExpr.h.
|
inline |
|
inline |
Definition at line 223 of file TensorExpr.h.
|
protected |
Definition at line 228 of file TensorExpr.h.
|
protected |
Definition at line 226 of file TensorExpr.h.
|
protected |
Definition at line 227 of file TensorExpr.h.