* Added a generalized eigen solver for the selfadjoint case.

(as new members to SelfAdjointEigenSolver)
  The QR module now depends on Cholesky.
* Fix Transpose to correctly preserve the *TriangularBit.
This commit is contained in:
Gael Guennebaud
2008-06-14 19:42:12 +00:00
parent f07f907810
commit 4af7089ab8
6 changed files with 79 additions and 5 deletions

View File

@@ -72,7 +72,6 @@ template<typename _MatrixType> class EigenSolver
EigenvalueType m_eivalues;
};
template<typename MatrixType>
void EigenSolver<MatrixType>::compute(const MatrixType& matrix)
{