#include "petscmat.h" PetscErrorCode MatSubMatrixUpdate(Mat N,Mat A,IS isrow,IS iscol)Collective on Mat Many br
N | - submatrix to update Many br | |
A | - full matrix in the submatrix Many br | |
isrow | - rows in the update (same as the first time the submatrix was created) Many br | |
iscol | - columns in the update (same as the first time the submatrix was created) 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