:orphan:
# MatPythonSetType
Initialize a `Mat` object implemented in Python. 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatPythonSetType(Mat mat, const char pyname[])
```
Collective


## Input Parameters

- ***mat -*** the matrix object.
- ***pyname -*** full dotted Python name [package].module[.{class|function}]



## Options Database Key

- ***-mat_python_type <pyname> -*** python class





## See Also
 [](ch_matrices), `Mat`, `MatType`, `MatCreate()`, `MatSetType()`, `MATPYTHON`, `PetscPythonInitialize()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/python/pythonmat.c.html#MatPythonSetType">src/mat/impls/python/pythonmat.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex100.c.html">src/ksp/ksp/tutorials/ex100.c</A><BR>
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex100f.F90.html">src/ksp/ksp/tutorials/ex100f.F90</A><BR>


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