#include "petscmat.h" PetscErrorCode MatMkl_CPardisoSetCntl(Mat F,PetscInt icntl,PetscInt ival)Logically Collective on Mat
F | - the factored matrix obtained by calling MatGetFactor() | |
icntl | - index of Mkl_Pardiso parameter | |
ival | - value of Mkl_Pardiso parameter |
-mat_mkl_cpardiso_<icntl> <ival> | - set the option numbered icntl to ival |
* | - Mkl_Pardiso Users' Guide |