#include "petscmat.h" PetscErrorCode MatCreateSubMatricesMPI(Mat mat,PetscInt n,const IS irow[],const IS icol[],MatReuse scall,Mat *submat[])Collective on Mat
mat | - the matrix | |
n | - the number of submatrixes to be extracted | |
irow, icol | - index sets of rows and columns to extract | |
scall | - either MAT_INITIAL_MATRIX or MAT_REUSE_MATRIX |
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