#include "petscmat.h" PetscErrorCode MatCreateSubMatrix(Mat A,IS isrow,IS iscol,Mat *newmat)Collective on Mat Many br
A | - matrix that we will extract a submatrix of Many br | |
isrow | - rows to be present in the submatrix Many br | |
iscol | - columns to be present in the submatrix Many br |
Many br
Level:developer
Location:src/mat/impls/submat/submat.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages