#include "petscmat.h" PetscErrorCode MatSetFromOptions(Mat B)Collective on Mat
-mat_type seqaij | - AIJ type, uses MatCreateSeqAIJ() | |
-mat_type mpiaij | - AIJ type, uses MatCreateAIJ() | |
-mat_type seqdense | - dense type, uses MatCreateSeqDense() | |
-mat_type mpidense | - dense type, uses MatCreateDense() | |
-mat_type seqbaij | - block AIJ type, uses MatCreateSeqBAIJ() | |
-mat_type mpibaij | - block AIJ type, uses MatCreateBAIJ() |
Level:beginner
Location:src/mat/utils/gcreate.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages