#include "petscmat.h" PetscErrorCode MatSTRUMPACKSetColPerm(Mat F,PetscBool cperm)
| F | - the factored matrix obtained by calling MatGetFactor() from PETSc-STRUMPACK interface | |
| cperm | - whether or not to permute (internally) the columns of the matrix | 
| -mat_strumpack_colperm <cperm> | 
| STRUMPACK manual |