Linear Systems Solvers¶
The settings parameter linsys_solver
defines the solver for the linear system.
In C it corresponds to an integer c_int
(see Data types) and in the other high level languages to a string.
Solver |
String option |
C Constant |
Integer value |
---|---|---|---|
QDLDL |
“qdldl” |
|
|
MKL Pardiso |
“mkl pardiso” |
|
|
To add new linear system solvers see Interfacing new linear system solvers.