mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
clarify the situation with EI_INHERIT_ASSIGNMENT_OPERATORS
This commit is contained in:
@@ -51,7 +51,7 @@ template<typename MatrixType> class Conjugate
|
||||
|
||||
Scalar _read(int row, int col) const
|
||||
{
|
||||
return Conj(m_matrix.read(row, col));
|
||||
return NumTraits<Scalar>::conj(m_matrix.read(row, col));
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user