:orphan: # MatNormalHermitianGetMat Gets the `Mat` object stored inside a `MATNORMALHERMITIAN` ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatNormalHermitianGetMat(Mat A, Mat *M) ``` Logically Collective ## Input Parameter - ***A -*** the `MATNORMALHERMITIAN` matrix ## Output Parameter - ***M -*** the matrix object stored inside A ## See Also [](ch_matrices), `Mat`, `MATNORMALHERMITIAN`, `MatCreateNormalHermitian()` ## Level intermediate ## Location src/mat/impls/normal/normmh.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/normal/normmh.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)