mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix documentation example
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Eigen {
|
|||||||
return m_argImpl.coeff(index);
|
return m_argImpl.coeff(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
typename evaluator<ArgTypeNestedCleaned>::nestedType m_argImpl;
|
evaluator<ArgTypeNestedCleaned> m_argImpl;
|
||||||
const Index m_rows;
|
const Index m_rows;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user