# MatHermitianTransposeGetMat
Gets the `Mat` object stored inside a `MATHERMITIANTRANSPOSEVIRTUAL` 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatHermitianTransposeGetMat(Mat A, Mat *M)
```
Logically collective


## Input Parameter

- ***A  -*** the `MATHERMITIANTRANSPOSEVIRTUAL` matrix



## Output Parameter

- ***M -*** the matrix object stored inside A





## See Also
 `MATHERMITIANTRANSPOSEVIRTUAL`, `MatCreateHermitianTranspose()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/transpose/htransm.c.html#MatHermitianTransposeGetMat">src/mat/impls/transpose/htransm.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/transpose/htransm.c.html#MatHermitianTransposeGetMat_HT">MatHermitianTransposeGetMat_HT in src/mat/impls/transpose/htransm.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/transpose/htransm.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)  
