MatSetType#
Builds matrix object for a particular matrix type
Synopsis#
#include "petscmat.h"
PetscErrorCode MatSetType(Mat mat, MatType matype)
Collective
Input Parameters#
mat - the matrix object
matype - matrix type
Options Database Key#
-mat_type
- Sets the type; seeMatType
Note#
See MatType
for possible values
See Also#
Matrices, Mat
, PCSetType()
, VecSetType()
, MatCreate()
, MatType
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/ex88f.F90
src/ts/tutorials/ex40.c
src/ksp/ksp/tutorials/ex83f.F90
src/ksp/ksp/tutorials/ex59.c
src/ksp/ksp/tutorials/ex100.c
src/ksp/pc/tutorials/ex4.c
src/ksp/ksp/tutorials/ex55.c
src/ts/tutorials/ex50.c
src/ts/tutorials/ex74.c
src/ksp/ksp/tutorials/ex15f.F90
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages