:orphan:
# MatSubMatrixVirtualUpdate
Updates a `MATSUBMATRIX` virtual submatrix 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatSubMatrixVirtualUpdate(Mat N, Mat A, IS isrow, IS iscol)
```
Collective


## Input Parameters

- ***N -*** submatrix to update
- ***A -*** full matrix in the submatrix
- ***isrow -*** rows in the update (same as the first time the submatrix was created)
- ***iscol -*** columns in the update (same as the first time the submatrix was created)





## Note
Most will use `MatCreateSubMatrix()` which provides a more efficient representation if it is available.


## See Also
 [](ch_matrices), `Mat`, `MATSUBMATRIX`, `MatCreateSubMatrixVirtual()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/submat/submat.c.html#MatSubMatrixVirtualUpdate">src/mat/impls/submat/submat.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/submat/submat.c)


[Index of all Mat routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
