eigen/Eigen
Gael Guennebaud 0ee6b08128 * split Product to a DiagonalProduct template specialization
to optimize matrix-diag and diag-matrix products without
  making Product over complicated.
* compilation fixes in Tridiagonalization and HessenbergDecomposition
  in the case of 2x2 matrices.
* added an Orientation2D small class with similar interface than Quaternion
  (used by Transform to handle 2D and 3D orientations seamlessly)
* added a couple of features in Transform.
2008-06-15 11:54:18 +00:00
..
src * split Product to a DiagonalProduct template specialization 2008-06-15 11:54:18 +00:00
Array moved purely "array" related stuff to a new module Array. 2008-05-31 18:11:48 +00:00
Cholesky Add QR and Cholesky module instantiations in the lib. 2008-06-14 13:02:41 +00:00
CMakeLists.txt Add QR and Cholesky module instantiations in the lib. 2008-06-14 13:02:41 +00:00
Core * split Product to a DiagonalProduct template specialization 2008-06-15 11:54:18 +00:00
CoreDeclarations added a static assertion mechanism 2008-06-04 11:16:11 +00:00
Geometry Started a Transform class in the Geometry module to represent 2008-06-15 08:33:44 +00:00
LU -fix certain #includes 2008-05-12 21:15:17 +00:00
QR * Added a generalized eigen solver for the selfadjoint case. 2008-06-14 19:42:12 +00:00