MatMAIJGetAIJ#
Get the MATAIJ
matrix describing the blockwise action of the MATMAIJ
matrix
Synopsis#
#include "petscmat.h"
PetscErrorCode MatMAIJGetAIJ(Mat A, Mat *B)
Not Collective, but if the MATMAIJ
matrix is parallel, the MATAIJ
matrix is also parallel
Input Parameter#
A - the
MATMAIJ
matrix
Output Parameter#
B - the
MATAIJ
matrix
Note#
The reference count on the MATAIJ
matrix is not increased so you should not destroy it.
See Also#
Matrices, Mat
, MATMAIJ
, MATAIJ
, MatCreateMAIJ()
Level#
advanced
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages