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