* 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

@@ -26,6 +26,8 @@
#define EIGEN_EXTERN_INSTANTIATIONS
#endif
#include "../../Core"
// commented because of -pedantic
// #include "../../Cholesky"
#undef EIGEN_EXTERN_INSTANTIATIONS
#include "../../QR"