eigen/Eigen
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
..
src sparse module: add support for umfpack, the sparse direct LU 2008-10-19 22:44:21 +00:00
Array Add a Select expression in the Array module which mimics a coeff-wise ?: operator. 2008-09-03 17:16:28 +00:00
Cholesky Big API change in Cholesky module: 2008-10-13 15:53:27 +00:00
CMakeLists.txt CoreDeclarations was removed 2008-08-28 17:33:27 +00:00
Core remove CoreDeclaration from the documentation 2008-08-28 19:11:03 +00:00
Geometry add the missing templated version of block for sub-vectors 2008-09-09 09:30:23 +00:00
LU Complete LU documentation 2008-08-11 21:26:37 +00:00
QR * doc improvements in Cwise and PartialRedux: 2008-08-19 04:30:28 +00:00
Regression The discussed changes to Hyperplane, the ParametrizedLine class, and the 2008-08-31 04:25:30 +00:00
Sparse sparse module: add support for umfpack, the sparse direct LU 2008-10-19 22:44:21 +00:00
SVD missing SVD header file 2008-08-19 20:18:46 +00:00