#include "petscmat.h" PetscErrorCode MatGetFactor(Mat mat, MatSolverType type,MatFactorType ftype,Mat *f)Collective on Mat
mat | - the matrix | |
type | - name of solver type, for example, superlu, petsc (to use PETSc's default) | |
ftype | - factor type, MAT_FACTOR_LU, MAT_FACTOR_CHOLESKY, MAT_FACTOR_ICC, MAT_FACTOR_ILU, |
f | - the factor matrix used with MatXXFactorSymbolic() calls |
PETSc must have been ./configure to use the external solver, using the option --download-package