Pseudo expression providing an operator = assuming no aliasing. More...
Public Types | |
typedef ExpressionType::Scalar | Scalar |
Public Member Functions | |
ExpressionType & | expression () const |
NoAlias (ExpressionType &expression) | |
template<typename OtherDerived > | |
ExpressionType & | operator+= (const StorageBase< OtherDerived > &other) |
template<typename OtherDerived > | |
ExpressionType & | operator-= (const StorageBase< OtherDerived > &other) |
template<typename OtherDerived > | |
ExpressionType & | operator= (const StorageBase< OtherDerived > &other) |
Protected Attributes | |
ExpressionType & | m_expression |
Pseudo expression providing an operator = assuming no aliasing.
ExpressionType | the type of the object on which to do the lazy assignment |
This class represents an expression with special assignment operators assuming no aliasing between the target expression and the source expression. More precisely it alloas to bypass the EvalBeforeAssignBit flag of the source expression. It is the return type of MatrixBase::noalias() and most of the time this is the only way it is used.
typedef ExpressionType::Scalar Eigen::NoAlias< ExpressionType, StorageBase >::Scalar |
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 51 of file NoAlias.h.
|
inline |
Definition at line 59 of file NoAlias.h.
|
inline |
Definition at line 43 of file NoAlias.h.
|
protected |