:orphan: # MatSetOptionsPrefix Sets the prefix used for searching for all `Mat` options in the database. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatSetOptionsPrefix(Mat A, const char prefix[]) ``` Logically Collective ## Input Parameters - ***A -*** the matrix - ***prefix -*** the prefix to prepend to all option names ## Notes A hyphen (-) must NOT be given at the beginning of the prefix name. The first character of all runtime options is AUTOMATICALLY the hyphen. This is NOT used for options for the factorization of the matrix. Normally the prefix is automatically passed in from the PC calling the factorization. To set it directly use `MatSetOptionsPrefixFactor()` ## See Also [](ch_matrices), `Mat`, `MatSetFromOptions()`, `MatSetOptionsPrefixFactor()` ## Level advanced ## Location src/mat/interface/matrix.c ## Examples src/ksp/ksp/tutorials/ex59.c
src/mat/tutorials/ex10.c
src/mat/tutorials/ex16.c
src/snes/tutorials/ex70.c
src/ts/tutorials/ex14.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/interface/matrix.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)