now the unit-tests (hence all of Eigen) don't depend on Qt at all

anymore.
This commit is contained in:
Benoit Jacob
2008-05-29 03:37:16 +00:00
parent 486fdb26a1
commit b501e08d81
3 changed files with 18 additions and 27 deletions

View File

@@ -364,8 +364,8 @@ template<typename Derived> class MatrixBase
DiagonalCoeffs<Derived> diagonal();
const DiagonalCoeffs<Derived> diagonal() const;
template<unsigned int PartType> Part<Derived, PartType> part();
template<unsigned int ExtractType> const Extract<Derived, ExtractType> extract() const;
template<unsigned int Mode> Part<Derived, Mode> part();
template<unsigned int Mode> const Extract<Derived, Mode> extract() const;
//@}
/// \name Generating special matrices