# MatSeqSELLRestoreArray
returns access to the array where the data for a `MATSEQSELL` matrix is stored obtained by `MatSeqSELLGetArray()` 
## Synopsis
```
#include "petscmat.h"  
PetscErrorCode MatSeqSELLRestoreArray(Mat A, PetscScalar **array)
```
Not Collective


## Input Parameters
.  mat - a `MATSEQSELL` matrix
.  array - pointer to the data



.seealso: `Mat`, `MATSEQSELL`, `MatSeqSELLGetArray()`, `MatSeqSELLRestoreArrayF90()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/sell/seq/sell.c.html#MatSeqSELLRestoreArray">src/mat/impls/sell/seq/sell.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/sell/seq/sell.c.html#MatSeqSELLRestoreArray_SeqSELL">MatSeqSELLRestoreArray_SeqSELL in src/mat/impls/sell/seq/sell.c</A><BR>


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


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