aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparselu.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-02-16 19:09:22 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-02-16 19:09:22 +0100
commitf0b1b1df9bb893b5fb7d6673b33dad794105c811 (patch)
treee55e6b1c9aca5022cd577bc76eaf46ab7407a97f /test/sparselu.cpp
parent8768ff3c3134042aa838851191d4587835cbbccd (diff)
Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() method.
Diffstat (limited to 'test/sparselu.cpp')
-rw-r--r--test/sparselu.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sparselu.cpp b/test/sparselu.cpp
index 52371cb12..37eb069a9 100644
--- a/test/sparselu.cpp
+++ b/test/sparselu.cpp
@@ -47,6 +47,9 @@ template<typename T> void test_sparselu_T()
check_sparse_square_abs_determinant(sparselu_colamd);
check_sparse_square_abs_determinant(sparselu_amd);
+
+ check_sparse_square_determinant(sparselu_colamd);
+ check_sparse_square_determinant(sparselu_amd);
}
void test_sparselu()