some more cleanup and reorganisation

This commit is contained in:
Benoit Jacob
2007-12-17 07:25:11 +00:00
parent 9314b8e024
commit f75a0c5179
28 changed files with 138 additions and 102 deletions

View File

@@ -46,7 +46,7 @@ template<typename MatrixType> class Zero : NoOperatorEquals,
int _rows() const { return m_rows; }
int _cols() const { return m_cols; }
Scalar _read(int, int) const
Scalar _coeff(int, int) const
{
return static_cast<Scalar>(0);
}