:orphan:
# MatHYPREGetParCSR
Gets the pointer to the ParCSR matrix
## Synopsis
```
PetscErrorCode MatHYPREGetParCSR(Mat A, hypre_ParCSRMatrix **parcsr)
```
Not Collective
## Input Parameter
- ***A -*** the `MATHYPRE` object
## Output Parameter
- ***parcsr -*** the pointer to the `hypre_ParCSRMatrix`
## See Also
[](ch_matrices), `Mat`, `MatHYPRE`, `PetscCopyMode`
## Level
intermediate
## Location
src/mat/impls/hypre/mhypre.c
## Implementations
MatHYPREGetParCSR_HYPRE in src/mat/impls/hypre/mhypre.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/hypre/mhypre.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)