eigen/Eigen
Gael Guennebaud 06752b2b77 * added a Tridiagonalization class for selfadjoint matrices
* added MatrixBase::real()
* added the ability to extract a selfadjoint matrix from the
  lower or upper part of a matrix, e.g.:
    m.extract<Upper|SelfAdjoint>()
  will ignore the strict lower part and return a selfadjoint.
  This is compatible with ZeroDiag and UnitDiag.
2008-06-01 17:20:18 +00:00
..
src * added a Tridiagonalization class for selfadjoint matrices 2008-06-01 17:20:18 +00:00
Array moved purely "array" related stuff to a new module Array. 2008-05-31 18:11:48 +00:00
Cholesky -fix certain #includes 2008-05-12 21:15:17 +00:00
CMakeLists.txt added an *optional* Eigen2 dynamic library. 2008-05-31 23:21:49 +00:00
Core added an *optional* Eigen2 dynamic library. 2008-05-31 23:21:49 +00:00
CoreDeclarations - introduce Part and Extract classes, splitting and extending the former 2008-05-27 05:47:30 +00:00
LU -fix certain #includes 2008-05-12 21:15:17 +00:00
QR * added a Tridiagonalization class for selfadjoint matrices 2008-06-01 17:20:18 +00:00