:orphan:
# MatSeqAIJCUSPARSEGetArray
gives read-write access to the array where the device data for a `MATSEQAIJCUSPARSE` matrix is stored 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatSeqAIJCUSPARSEGetArray(Mat A, PetscScalar **a)
```
Not Collective


## Input Parameter

- ***A -*** a `MATSEQAIJCUSPARSE` matrix



## Output Parameter

- ***a -*** pointer to the device data





## Note
May trigger host-device copies if up-to-date matrix data is on host


## See Also
 [](ch_matrices), `Mat`, `MatSeqAIJCUSPARSEGetArrayRead()`, `MatSeqAIJCUSPARSEGetArrayWrite()`, `MatSeqAIJCUSPARSERestoreArray()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu.html#MatSeqAIJCUSPARSEGetArray">src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu)


[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)  
