eigen/Eigen
Gael Guennebaud e7f8e939e2 * GEMM enhencement: no need to pre-transpose the rhs
=> faster a * b.transpose() product
  => this also fix a bug in a so far untested situation
* SYMM is now ready for use => still have to write the high level
  stuff to convert natural expressions into a call to SYMM
2009-07-22 18:04:16 +02:00
..
src * GEMM enhencement: no need to pre-transpose the rhs 2009-07-22 18:04:16 +02:00
Array * rename PartialRedux to VectorwiseOp 2009-06-10 11:20:30 +02:00
Cholesky
CMakeLists.txt Add COMPONENT Devel 2009-02-23 07:50:56 +00:00
Core more refactoring in the level3 products 2009-07-22 11:54:58 +02:00
Dense add "Dense" header 2009-06-19 19:09:35 +02:00
Eigen add Eigen/Eigen 2009-06-19 20:46:55 +02:00
Geometry switch from eigensolver to SVD which seems to be more accurate with float 2009-07-06 11:15:38 +02:00
LeastSquares
LU
QR * mark Geometry as experimental 2009-01-26 13:53:43 +00:00
QtAlignedMalloc
Sparse add a SparseNestByValue expression and fix issue in sparse adjoint evaluation 2009-07-13 14:55:03 +02:00
StdVector
SVD