Go to file
Gael Guennebaud 3a231c2349 sparse module: add support for umfpack, the sparse direct LU
solver from suitesparse (as cholmod). It seems to be even faster
than SuperLU and it was much simpler to interface ! Well,
the factorization is faster, but for the solve part, SuperLU is
quite faster. On the other hand the solve part represents only a
fraction of the whole procedure. Moreover, I bench random matrices
that does not represents real cases, and I'm not sure at all
I use both libraries with their best settings !
2008-10-19 22:44:21 +00:00
bench sparse module: add support for umfpack, the sparse direct LU 2008-10-19 22:44:21 +00:00
cmake * bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky 2008-08-23 15:14:20 +00:00
demos * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
disabled remove apidox_preprocessing script which is not used anymore 2008-09-16 13:26:46 +00:00
doc fix some documentation issues 2008-10-17 11:20:46 +00:00
Eigen sparse module: add support for umfpack, the sparse direct LU 2008-10-19 22:44:21 +00:00
test Big API change in Cholesky module: 2008-10-13 15:53:27 +00:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport. 2008-08-31 15:20:25 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
Mainpage.dox remove apidox_preprocessing script which is not used anymore 2008-09-16 13:26:46 +00:00