6 #include <Eigen/PardisoSupport> 25 CALL_SUBTEST_1(test_pardiso_T<float>());
26 CALL_SUBTEST_2(test_pardiso_T<double>());
void test_pardiso_support()
A sparse direct Cholesky (LLT) factorization and solver based on the PARDISO library.
A sparse direct LU factorization and solver based on the PARDISO library.
void check_sparse_spd_solving(Solver &solver, int maxSize=300, int maxRealWorldSize=100000)
A sparse direct Cholesky (LDLT) factorization and solver based on the PARDISO library.
void check_sparse_square_solving(Solver &solver, int maxSize=300, int maxRealWorldSize=100000, bool checkDeficient=false)