![]() |
CLA3P v0.3.1
Compact Linear Algebra Parallel Portable Package
|
The Pardiso global parameters. More...

Public Member Functions | |
| void | setMatrixChecker (bool flg) |
| Forces Pardiso to check input matrix. | |
The Pardiso global parameters.
| void cla3p::pardiso::GlobalParams::setMatrixChecker | ( | bool | flg | ) |
Forces Pardiso to check input matrix.
| [in] | flg | Enables/disables input matrix checking. |
When on, Pardiso checks integer arrays colptr and rowidx. In particular, Pardiso checks whether column indices are sorted in increasing order within each row.