From 8bc00925e511e55a6a9518b63b39994392625099 Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Tue, 29 Jan 2013 16:21:24 +0100 Subject: Change int to Index type for SparseLU --- test/sparselu.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sparselu.cpp') diff --git a/test/sparselu.cpp b/test/sparselu.cpp index 2a73320eb..5b55d51e2 100644 --- a/test/sparselu.cpp +++ b/test/sparselu.cpp @@ -29,9 +29,11 @@ template void test_sparselu_T() { SparseLU, COLAMDOrdering > sparselu_colamd; SparseLU, AMDOrdering > sparselu_amd; + SparseLU, NaturalOrdering > sparselu_natural; check_sparse_square_solving(sparselu_colamd); check_sparse_square_solving(sparselu_amd); + check_sparse_square_solving(sparselu_natural); } void test_sparselu() -- cgit v1.2.3