Some cleanup and renaming.

This commit is contained in:
Benoit Jacob
2007-12-16 12:41:37 +00:00
parent 7c38475291
commit 9314b8e024
15 changed files with 15 additions and 19 deletions

View File

@@ -54,7 +54,6 @@ template<typename MatrixType> class Minor
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Minor)
private:
Minor& _ref() { return *this; }
const Minor& _ref() const { return *this; }
int _rows() const { return m_matrix.rows() - 1; }
int _cols() const { return m_matrix.cols() - 1; }