eigen/Eigen
Gael Guennebaud 45cda6704a * Draft of a eigenvalues solver
(does not support complex and does not re-use the QR decomposition)

* Rewrite the cache friendly product to have only one instance per scalar type !
  This significantly speeds up compilation time and reduces executable size.
  The current drawback is that some trivial expressions might be
  evaluated like conjugate or negate.

* Renamed "cache optimal" to "cache friendly"

* Added the ability to directly access matrix data of some expressions via:
  - the stride()/_stride() methods
  - DirectAccessBit flag (replace ReferencableBit)
2008-05-12 10:23:09 +00:00
..
src * Draft of a eigenvalues solver 2008-05-12 10:23:09 +00:00
Cholesky Enable vectorization of product with dynamic matrices, 2008-05-01 13:53:05 +00:00
CMakeLists.txt
Core * Draft of a eigenvalues solver 2008-05-12 10:23:09 +00:00
LU - optimized determinant calculations for small matrices (size <= 4) 2008-04-14 17:07:12 +00:00
QR * Draft of a eigenvalues solver 2008-05-12 10:23:09 +00:00