Fix SparseLU::absDeterminant and add respective unit test

(grafted from a370b1f2e2
)
This commit is contained in:
Gael Guennebaud
2014-10-17 16:52:56 +02:00
parent 8ea2ab4829
commit 4126cb6369
4 changed files with 40 additions and 5 deletions

View File

@@ -44,6 +44,9 @@ template<typename T> void test_sparselu_T()
check_sparse_square_solving(sparselu_colamd);
check_sparse_square_solving(sparselu_amd);
check_sparse_square_solving(sparselu_natural);
check_sparse_square_abs_determinant(sparselu_colamd);
check_sparse_square_abs_determinant(sparselu_amd);
}
void test_sparselu()