aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-06-29 21:29:12 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-06-29 21:29:12 +0000
commit37a50fa5268d6d408c74ab2d380785ce07ec302c (patch)
treecfb51b6dd0a9f89a67cbc5af4f16cbcc7eba7f58 /Eigen/Sparse
parentfbdecf09e174c0b9bc45695cab8fb9c49656ebfa (diff)
* added an in-place version of inverseProduct which
might be twice faster fot small fixed size matrix * added a sparse triangular solver (sparse version of inverseProduct) * various other improvements in the Sparse module
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 089a77af5..12ffc0c66 100644
--- a/Eigen/Sparse
+++ b/Eigen/Sparse
@@ -18,6 +18,7 @@ namespace Eigen {
#include "src/Sparse/CoreIterators.h"
#include "src/Sparse/SparseSetter.h"
#include "src/Sparse/SparseProduct.h"
+#include "src/Sparse/TriangularSolver.h"
} // namespace Eigen