eigen/Eigen
Gael Guennebaud d6627d540e * refactoring of the matrix product into multiple small kernels
* started an efficient selfadjoint matrix * general matrix product
  based on the generic kernels ( => need a very little LOC)
2009-07-21 16:58:35 +02:00
..
src * refactoring of the matrix product into multiple small kernels 2009-07-21 16:58:35 +02:00
Array * rename PartialRedux to VectorwiseOp 2009-06-10 11:20:30 +02:00
Cholesky
CMakeLists.txt
Core * refactoring of the matrix product into multiple small kernels 2009-07-21 16:58:35 +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
QtAlignedMalloc
Sparse add a SparseNestByValue expression and fix issue in sparse adjoint evaluation 2009-07-13 14:55:03 +02:00
StdVector
SVD