aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_basic.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-01-28 09:45:53 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-01-28 09:45:53 +0000
commit0f15a8d82943a7dd5311ef52c7139e947b17e232 (patch)
tree5979d65099adf6cce5d9899224e67dc660940da4 /test/sparse_basic.cpp
parentcf89d9371ac848b42ef0e960f278995e3b3a5213 (diff)
QR: add isInjective(), isSurjective(),
mark isFullRank() deprecated, add solve() (mix of Keir's patch and LU::solve()) => there is big problem with complex which are not working
Diffstat (limited to 'test/sparse_basic.cpp')
-rw-r--r--test/sparse_basic.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sparse_basic.cpp b/test/sparse_basic.cpp
index 08f19d7e4..23b8526b7 100644
--- a/test/sparse_basic.cpp
+++ b/test/sparse_basic.cpp
@@ -193,7 +193,6 @@ template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& re
}
}
m2.endFill();
- //std::cerr << m1 << "\n\n" << m2 << "\n";
VERIFY_IS_APPROX(m2,m1);
}