mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
now the unit-tests (hence all of Eigen) don't depend on Qt at all
anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user