aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-11-05 13:47:55 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-11-05 13:47:55 +0000
commit86ccd99d8d9a87d03f2f327766a02cc13849b54d (patch)
tree38dc0f0ad8253bc14d8b939d6e0f6f5cef440433 /Eigen/Sparse
parent9aba671cfc9d25357f74ba3811e182b8937e0d09 (diff)
Several improvements in sparse module:
* add a LDL^T factorization with solver using code from T. Davis's LDL library (LPGL2.1+) * various bug fixes in trianfular solver, matrix product, etc. * improve cmake files for the supported libraries * split the sparse unit test * etc.
Diffstat (limited to 'Eigen/Sparse')
-rw-r--r--Eigen/Sparse1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Sparse b/Eigen/Sparse
index 54b15b8ae..b8a10c9e0 100644
--- a/Eigen/Sparse
+++ b/Eigen/Sparse
@@ -81,6 +81,7 @@ namespace Eigen {
#include "src/Sparse/SparseProduct.h"
#include "src/Sparse/TriangularSolver.h"
#include "src/Sparse/SparseLLT.h"
+#include "src/Sparse/SparseLDLT.h"
#include "src/Sparse/SparseLU.h"
#ifdef EIGEN_CHOLMOD_SUPPORT