petsc-3.12.5 2020-03-29
MatSeqAIJSetType
Converts a MATSEQAIJ matrix to a subtype
Synopsis
#include "petscmat.h"
PetscErrorCode MatSeqAIJSetType(Mat mat, MatType matype)
Collective on Mat
Input Parameters
| mat | - the matrix object
|
| matype | - matrix type
|
Options Database Key
-mat_seqai_type <method> -for example seqaijcrl
See Also
PCSetType(), VecSetType(), MatCreate(), MatType, Mat
Level
intermediate
Location
src/mat/impls/aij/seq/aij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages