# MatProductGetType
Returns the type of matrix-matrix product associated with the given matrix. 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatProductGetType(Mat mat, MatProductType *mtype)
```
Not collective


## Input Parameter

- ***mat -*** the matrix



## Output Parameter

- ***mtype -*** the `MatProductType`





## See Also
 `Mat`, `MatProductCreateWithMat()`, `MatProductSetType()`, `MatProductCreate()`, `MatProductType`, `MatProductAlgorithm`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/interface/matproduct.c.html#MatProductGetType">src/mat/interface/matproduct.c</A>


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