mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add support for triangular products with evaluators
This commit is contained in:
@@ -40,6 +40,8 @@ class NoAlias
|
||||
EIGEN_DEVICE_FUNC
|
||||
EIGEN_STRONG_INLINE ExpressionType& operator=(const StorageBase<OtherDerived>& other)
|
||||
{
|
||||
// TODO either call resize here or call "call_assignment" through m_expression.lazyAssign() ??
|
||||
m_expression.resizeLike(other.derived());
|
||||
call_assignment(*this, other.derived(), internal::assign_op<Scalar>());
|
||||
return m_expression;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user