From f0b1b1df9bb893b5fb7d6673b33dad794105c811 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 16 Feb 2015 19:09:22 +0100 Subject: Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() method. --- test/sparselu.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/sparselu.cpp') 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 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() -- cgit v1.2.3