aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
diff options
context:
space:
mode:
authorGravatar Daniel Gomez Ferro <dgomezferro@gmail.com>2008-09-02 15:28:49 +0000
committerGravatar Daniel Gomez Ferro <dgomezferro@gmail.com>2008-09-02 15:28:49 +0000
commit8fb1678f0f174e85f6550e14f349841e406c8f53 (patch)
tree8eef447ce588be1dd450cca201f56fe32e36e4b5 /Eigen/Sparse
parent46fe7a3d9ec14ea56a879c48ba7f15e78342c8cb (diff)
Extended sparse unit-test: nested blocks and InnerIterators.
Block specialization for sparse matrices. InnerIterators for Blocks and fixes in CoreIterators.
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 53bc4eccc..89fa387ba 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/SparseBlock.h"
#include "src/Sparse/SparseMatrix.h"
#include "src/Sparse/HashMatrix.h"
#include "src/Sparse/LinkedVectorMatrix.h"