MatValid
Checks whether a matrix object is valid.
Synopsis
int MatValid(Mat m,PetscTruth *flg)
Collective on
Mat
Input Parameter
m -the matrix to check
Output Parameter
flg - flag indicating matrix status,
eitherPETSC_TRUE if matrix is valid, or PETSC_FALSE otherwise.
Keywords
matrix, valid
Location: src/mat/interface/matrix.c
Matrix Index
Table of Contents