mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Much more convenient, less over-engineered NumTraits. Done during this KDE-Edu weekend.
This commit is contained in:
@@ -52,7 +52,7 @@ template<typename MatrixType> class Conjugate
|
||||
|
||||
Scalar _read(int row, int col) const
|
||||
{
|
||||
return NumTraits<Scalar>::conj(m_matrix.read(row, col));
|
||||
return conj(m_matrix.read(row, col));
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user