aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_product.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-07-04 11:16:27 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-07-04 11:16:27 +0200
commit08e419dcb151da41f169304f751e5467cf0c7b4a (patch)
treea034ebfc0ee08790f5c7b52919733ba7b2ea9840 /test/sparse_product.cpp
parent2de9b7f537057101f9684370004156425a24032e (diff)
* update sparse module wrt new diagonal matrix impl
* fix a bug is SparseMatrix
Diffstat (limited to 'test/sparse_product.cpp')
-rw-r--r--test/sparse_product.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sparse_product.cpp b/test/sparse_product.cpp
index 122fd4325..743273f65 100644
--- a/test/sparse_product.cpp
+++ b/test/sparse_product.cpp
@@ -118,7 +118,6 @@ template<typename SparseMatrixType> void sparse_product(const SparseMatrixType&
VERIFY_IS_APPROX(x=mLo.template marked<LowerTriangular|SelfAdjoint>()*b, refX=refS*b);
VERIFY_IS_APPROX(x=mS.template marked<SelfAdjoint>()*b, refX=refS*b);
}
-
}
void test_sparse_product()