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();
50 CALL_SUBTEST_1(test_pastix_T<float>());
51 CALL_SUBTEST_2(test_pastix_T<double>());
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library...
Array< double, DPARM_SIZE, 1 > & dparm()
void test_pastix_support()
void check_sparse_spd_solving(Solver &solver, int maxSize=300, int maxRealWorldSize=100000)
Interface to the PaStix solver.
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library...
Array< StorageIndex, IPARM_SIZE, 1 > & iparm()
void check_sparse_square_solving(Solver &solver, int maxSize=300, int maxRealWorldSize=100000, bool checkDeficient=false)