: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
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/hypre/mhypre.c.html#MatHYPREGetParCSR">src/mat/impls/hypre/mhypre.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/hypre/mhypre.c.html#MatHYPREGetParCSR_HYPRE">MatHYPREGetParCSR_HYPRE in src/mat/impls/hypre/mhypre.c</A><BR>


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