Gael Guennebaud 068ff3370d Sparse module:
* several fixes (transpose, matrix product, etc...)
 * Added a basic cholesky factorization
 * Added a low level hybrid dense/sparse vector class
   to help writing code involving intensive read/write
   in a fixed vector. It is currently used to implement
   the matrix product itself as well as in the Cholesky
   factorization.
2008-10-04 14:23:00 +00:00
..
2008-10-04 14:23:00 +00:00
2008-08-28 17:33:27 +00:00
LU
2008-08-11 21:26:37 +00:00
2008-10-04 14:23:00 +00:00
SVD
2008-08-19 20:18:46 +00:00