aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/sparse_solver.h')
-rw-r--r--test/sparse_solver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sparse_solver.h b/test/sparse_solver.h
index 418c18d6a..6ccc5487b 100644
--- a/test/sparse_solver.h
+++ b/test/sparse_solver.h
@@ -267,7 +267,6 @@ template<typename Solver> void check_sparse_spd_solving(Solver& solver)
{
if (it.sym() == SPD){
A = it.matrix();
- Mat halfA;
DenseVector b = it.rhs();
DenseVector refX = it.refX();
PermutationMatrix<Dynamic, Dynamic, StorageIndex> pnull;