#include "petscmat.h" PetscErrorCode MatCreateSubMatrix(Mat A,IS isrow,IS iscol,Mat *newmat)Collective on Mat
A | - matrix that we will extract a submatrix of | |
isrow | - rows to be present in the submatrix | |
iscol | - columns to be present in the submatrix |
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