31 pastix_llt_lower.
iparm();
32 pastix_llt_lower.
dparm();
33 pastix_ldlt_lower.
iparm();
34 pastix_ldlt_lower.
dparm();
Array< StorageIndex, IPARM_SIZE, 1 > & iparm()
Definition: PaStiXSupport.h:188
Array< double, DPARM_SIZE, 1 > & dparm()
Definition: PaStiXSupport.h:200
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library.
Definition: PaStiXSupport.h:572
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library.
Definition: PaStiXSupport.h:497
Interface to the PaStix solver.
Definition: PaStiXSupport.h:398
@ Lower
Definition: Constants.h:211
@ Upper
Definition: Constants.h:213
void check_sparse_square_solving(Solver &solver, int maxSize=300, int maxRealWorldSize=100000, bool checkDeficient=false)
Definition: sparse_solver.h:613
void check_sparse_spd_solving(Solver &solver, int maxSize=(std::min)(300, EIGEN_TEST_MAX_SIZE), int maxRealWorldSize=100000)
Definition: sparse_solver.h:392