mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix SparseLU::absDeterminant and add respective unit test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user