#include "petscmat.h" PetscErrorCode MatPermute(Mat mat,IS row,IS col,Mat *B)Collective on Mat Many br
mat | - the matrix to permute Many br | |
row | - row permutation, each processor supplies only the permutation for its rows Many br | |
col | - column permutation, each processor supplies only the permutation for its columns Many br |
Many br
Level:advanced
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages