aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-10-04 14:23:00 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-10-04 14:23:00 +0000
commit068ff3370d58cd4c95b8830aa851c29e9ffd1748 (patch)
tree6fbc389b647e5bf4197da31c447d2ce6fc3cdaff /Eigen/Sparse
parent1fc503e3ce7dd57aef11200149c61ffefcc4797e (diff)
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.
Diffstat (limited to 'Eigen/Sparse')
-rw-r--r--Eigen/Sparse2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/Sparse b/Eigen/Sparse
index 89fa387ba..e5126a2d1 100644
--- a/Eigen/Sparse
+++ b/Eigen/Sparse
@@ -13,6 +13,7 @@ namespace Eigen {
#include "src/Sparse/SparseUtil.h"
#include "src/Sparse/SparseMatrixBase.h"
#include "src/Sparse/SparseArray.h"
+#include "src/Sparse/AmbiVector.h"
#include "src/Sparse/SparseBlock.h"
#include "src/Sparse/SparseMatrix.h"
#include "src/Sparse/HashMatrix.h"
@@ -21,6 +22,7 @@ namespace Eigen {
#include "src/Sparse/SparseSetter.h"
#include "src/Sparse/SparseProduct.h"
#include "src/Sparse/TriangularSolver.h"
+#include "src/Sparse/BasicSparseCholesky.h"
} // namespace Eigen