mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-10 06:49:04 +08:00
Nest expression within MatrixWrapper by value.
This commit is contained in:
parent
b20b393a4e
commit
2a82b162d7
@ -188,7 +188,7 @@ class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> >
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const NestedExpressionType& m_expression;
|
const NestedExpressionType m_expression;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // EIGEN_ARRAYWRAPPER_H
|
#endif // EIGEN_ARRAYWRAPPER_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user