11 #define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS 13 #include <Eigen/PaStiXSupport> 14 #include <unsupported/Eigen/SparseExtra> 32 pastix_llt_lower.
iparm();
33 pastix_llt_lower.
dparm();
34 pastix_ldlt_lower.
iparm();
35 pastix_ldlt_lower.
dparm();
#define CALL_SUBTEST_4(FUNC)
#define CALL_SUBTEST_3(FUNC)
EIGEN_DECLARE_TEST(pastix_support)
#define CALL_SUBTEST_1(FUNC)
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library...
Array< double, DPARM_SIZE, 1 > & dparm()
Interface to the PaStix solver.
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library...
#define CALL_SUBTEST_2(FUNC)
Array< StorageIndex, IPARM_SIZE, 1 > & iparm()
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)