Public Types | |
typedef internal::traits< TensorCustomBinaryOp >::CoeffReturnType | CoeffReturnType |
typedef internal::traits< TensorCustomBinaryOp >::Index | Index |
typedef internal::nested< TensorCustomBinaryOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef internal::traits< TensorCustomBinaryOp >::Scalar | Scalar |
typedef internal::traits< TensorCustomBinaryOp >::StorageKind | StorageKind |
Public Member Functions | |
const CustomBinaryFunc & | func () const |
const internal::remove_all_t< typename LhsXprType::Nested > & | lhsExpression () const |
const internal::remove_all_t< typename RhsXprType::Nested > & | rhsExpression () const |
TensorCustomBinaryOp (const LhsXprType &lhs, const RhsXprType &rhs, const CustomBinaryFunc &func) | |
Protected Attributes | |
const CustomBinaryFunc | m_func |
LhsXprType::Nested | m_lhs_xpr |
RhsXprType::Nested | m_rhs_xpr |
Tensor custom class.
Definition at line 214 of file TensorCustomOp.h.
typedef internal::traits<TensorCustomBinaryOp>::CoeffReturnType Eigen::TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >::CoeffReturnType |
Definition at line 219 of file TensorCustomOp.h.
typedef internal::traits<TensorCustomBinaryOp>::Index Eigen::TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >::Index |
Definition at line 222 of file TensorCustomOp.h.
typedef internal::nested<TensorCustomBinaryOp>::type Eigen::TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >::Nested |
Definition at line 220 of file TensorCustomOp.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >::RealScalar |
Definition at line 218 of file TensorCustomOp.h.
typedef internal::traits<TensorCustomBinaryOp>::Scalar Eigen::TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >::Scalar |
Definition at line 217 of file TensorCustomOp.h.
typedef internal::traits<TensorCustomBinaryOp>::StorageKind Eigen::TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType >::StorageKind |
Definition at line 221 of file TensorCustomOp.h.
|
inline |
Definition at line 224 of file TensorCustomOp.h.
|
inline |
Definition at line 229 of file TensorCustomOp.h.
|
inline |
Definition at line 233 of file TensorCustomOp.h.
|
inline |
Definition at line 237 of file TensorCustomOp.h.
|
protected |
Definition at line 242 of file TensorCustomOp.h.
|
protected |
Definition at line 240 of file TensorCustomOp.h.
|
protected |
Definition at line 241 of file TensorCustomOp.h.