#include "petscmat.h" PetscErrorCode MatCreate(MPI_Comm comm,Mat *A)Collective on MPI_Comm Many br
-mat_type seqaij | - AIJ type, uses MatCreateSeqAIJ() Many br | |
-mat_type mpiaij | - AIJ type, uses MatCreateAIJ() Many br | |
-mat_type seqdense | - dense type, uses MatCreateSeqDense() Many br | |
-mat_type mpidense | - dense type, uses MatCreateDense() Many br | |
-mat_type seqbaij | - block AIJ type, uses MatCreateSeqBAIJ() Many br | |
-mat_type mpibaij | - block AIJ type, uses MatCreateBAIJ() Many br |
Many br
Section 3.1 Creating and Assembling Matrices | - - Chapter 3 Matrices Many br |