eigen/Eigen
Gael Guennebaud bf5326c3ca * Added ReferencableBit flag to known if coeffRef is available.
(needed by the new product implementation)
* Make the packet* members template to support aligned and unaligned
  access. This makes Block vectorizable. Combined with ReferencableBit,
  we should be able to determine at runtime (in some specific cases) if
  an aligned vectorization is possible or not.
* Improved the new product implementation to robustly handle all cases,
  it now passes all the tests.
* Renamed the packet version ei_predux to ei_preduxp to avoid name collision.
2008-05-08 08:12:52 +00:00
..
src * Added ReferencableBit flag to known if coeffRef is available. 2008-05-08 08:12:52 +00:00
Cholesky Enable vectorization of product with dynamic matrices, 2008-05-01 13:53:05 +00:00
CMakeLists.txt
Core * Added ReferencableBit flag to known if coeffRef is available. 2008-05-08 08:12:52 +00:00
LU - optimized determinant calculations for small matrices (size <= 4) 2008-04-14 17:07:12 +00:00
QR Added Triangular expression to extract upper or lower (strictly or not) 2008-04-26 18:26:05 +00:00