mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* rename XprCopy -> Nested
* rename OperatorEquals -> Assign * move Util.h and FwDecl.h to a util/ subdir
This commit is contained in:
@@ -77,7 +77,7 @@ class DiagonalMatrix : ei_no_assignment_operator,
|
||||
}
|
||||
|
||||
protected:
|
||||
const typename CoeffsVectorType::XprCopy m_coeffs;
|
||||
const typename CoeffsVectorType::Nested m_coeffs;
|
||||
};
|
||||
|
||||
/** \returns an expression of a diagonal matrix with *this as vector of diagonal coefficients
|
||||
|
||||
Reference in New Issue
Block a user