aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseUtil.h
diff options
context:
space:
mode:
authorGravatar Daniel Lowengrub <lowdanie@gmail.com>2010-06-14 02:16:46 +0300
committerGravatar Daniel Lowengrub <lowdanie@gmail.com>2010-06-14 02:16:46 +0300
commitdcd39a96e16fd0ab919e1b35ec9fc61d3d9085ea (patch)
treedc980a22bffa4aa54cbed3c9bfeb54375038d007 /Eigen/src/Sparse/SparseUtil.h
parent9e00697ccce3c51d00e3753764272756f458e323 (diff)
added the SparseView class.
Diffstat (limited to 'Eigen/src/Sparse/SparseUtil.h')
-rw-r--r--Eigen/src/Sparse/SparseUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Sparse/SparseUtil.h b/Eigen/src/Sparse/SparseUtil.h
index f780f4087..deaf70bc8 100644
--- a/Eigen/src/Sparse/SparseUtil.h
+++ b/Eigen/src/Sparse/SparseUtil.h
@@ -114,7 +114,7 @@ template<typename MatrixType, int Size> class SparseInnerVectorSet;
template<typename MatrixType, int Mode> class SparseTriangularView;
template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView;
template<typename Lhs, typename Rhs> class SparseDiagonalProduct;
-
+template<typename MatrixType> class SparseView;
template<typename Lhs, typename Rhs> class SparseProduct;
template<typename Lhs, typename Rhs> class SparseTimeDenseProduct;