#include "petscmat.h" PetscErrorCode MatSTRUMPACKSetColPerm(Mat F,PetscBool cperm)Logically Collective on Mat
| F | - the factored matrix obtained by calling MatGetFactor() from PETSc-STRUMPACK interface | |
| cperm | - PETSC_TRUE to permute (internally) the columns of the matrix |
| -mat_strumpack_colperm <cperm> | - true to use the permutation |
| * | - STRUMPACK manual |