:orphan: # MatSeqSBAIJRestoreArray returns access to the array where the numerical data for a `MATSEQSBAIJ` matrix is stored obtained by `MatSeqSBAIJGetArray()` ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatSeqSBAIJRestoreArray(Mat A, PetscScalar **array) ``` Not Collective ## Input Parameters - ***mat -*** a `MATSEQSBAIJ` matrix - ***array -*** pointer to the data ## See Also [](ch_matrices), `Mat`, `MATSEQSBAIJ`, `MatSeqSBAIJGetArray()`, `MatSeqAIJGetArray()`, `MatSeqAIJRestoreArray()` ## Level intermediate ## Location src/mat/impls/sbaij/seq/sbaij.c ## Implementations MatSeqSBAIJRestoreArray_SeqSBAIJ in src/mat/impls/sbaij/seq/sbaij.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/sbaij/seq/sbaij.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)