6 #include <Eigen/PardisoSupport> #define CALL_SUBTEST_4(FUNC)
#define CALL_SUBTEST_3(FUNC)
EIGEN_DECLARE_TEST(pardiso_support)
A sparse direct Cholesky (LLT) factorization and solver based on the PARDISO library.
#define CALL_SUBTEST_1(FUNC)
A sparse direct LU factorization and solver based on the PARDISO library.
A sparse direct Cholesky (LDLT) factorization and solver based on the PARDISO library.
#define CALL_SUBTEST_2(FUNC)
void check_sparse_square_solving(Solver &solver, int maxSize=300, int maxRealWorldSize=100000, bool checkDeficient=false)
void check_sparse_spd_solving(Solver &solver, int maxSize=(std::min)(300, EIGEN_TEST_MAX_SIZE), int maxRealWorldSize=100000)