mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Skip too large real-world problems for solvers that do not scale (e.g., SimplicialLLT without reordering)
This commit is contained in:
@@ -42,8 +42,8 @@ template<typename T> void test_sparselu_T()
|
||||
SparseLU<SparseMatrix<T, ColMajor, long int>, NaturalOrdering<long int> > sparselu_natural;
|
||||
|
||||
check_sparse_square_solving(sparselu_colamd);
|
||||
check_sparse_square_solving(sparselu_amd);
|
||||
check_sparse_square_solving(sparselu_natural);
|
||||
check_sparse_square_solving(sparselu_amd, 300, 2000);
|
||||
check_sparse_square_solving(sparselu_natural, 300, 2000);
|
||||
|
||||
check_sparse_square_abs_determinant(sparselu_colamd);
|
||||
check_sparse_square_abs_determinant(sparselu_amd);
|
||||
|
||||
Reference in New Issue
Block a user