mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #792: SparseLU::factorize failed for structurally rank deficient matrices
This commit is contained in:
@@ -43,7 +43,7 @@ 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_solving(sparselu_natural, true);
|
||||
|
||||
check_sparse_square_abs_determinant(sparselu_colamd);
|
||||
check_sparse_square_abs_determinant(sparselu_amd);
|
||||
|
||||
Reference in New Issue
Block a user