Public Types | |
typedef LhsXprType::CoeffReturnType | CoeffReturnType |
typedef Eigen::internal::traits< TensorAssignOp >::Index | Index |
typedef Eigen::internal::nested< TensorAssignOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorAssignOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorAssignOp >::StorageKind | StorageKind |
Public Member Functions | |
internal::remove_all_t< typename LhsXprType::Nested > & | lhsExpression () const |
const internal::remove_all_t< typename RhsXprType::Nested > & | rhsExpression () const |
TensorAssignOp (LhsXprType &lhs, const RhsXprType &rhs) | |
Static Public Attributes | |
static constexpr int | NumDims |
Protected Attributes | |
internal::remove_all_t< typename LhsXprType::Nested > & | m_lhs_xpr |
const internal::remove_all_t< typename RhsXprType::Nested > & | m_rhs_xpr |
Definition at line 63 of file TensorAssign.h.
typedef LhsXprType::CoeffReturnType Eigen::TensorAssignOp< LhsXprType, RhsXprType >::CoeffReturnType |
Definition at line 68 of file TensorAssign.h.
typedef Eigen::internal::traits<TensorAssignOp>::Index Eigen::TensorAssignOp< LhsXprType, RhsXprType >::Index |
Definition at line 71 of file TensorAssign.h.
typedef Eigen::internal::nested<TensorAssignOp>::type Eigen::TensorAssignOp< LhsXprType, RhsXprType >::Nested |
Definition at line 69 of file TensorAssign.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorAssignOp< LhsXprType, RhsXprType >::RealScalar |
Definition at line 67 of file TensorAssign.h.
typedef Eigen::internal::traits<TensorAssignOp>::Scalar Eigen::TensorAssignOp< LhsXprType, RhsXprType >::Scalar |
Definition at line 66 of file TensorAssign.h.
typedef Eigen::internal::traits<TensorAssignOp>::StorageKind Eigen::TensorAssignOp< LhsXprType, RhsXprType >::StorageKind |
Definition at line 70 of file TensorAssign.h.
|
inline |
Definition at line 75 of file TensorAssign.h.
|
inline |
|
inline |
Definition at line 85 of file TensorAssign.h.
|
protected |
Definition at line 88 of file TensorAssign.h.
|
protected |
Definition at line 89 of file TensorAssign.h.
|
staticconstexpr |
Definition at line 73 of file TensorAssign.h.