MatHasCongruentLayouts#
Determines whether the rows and columns layouts of the matrix are congruent
Synopsis#
#include "petscmat.h" 
PetscErrorCode MatHasCongruentLayouts(Mat mat, PetscBool *cong)
Collective
Input Parameter#
- mat - the matrix 
Output Parameter#
- cong - either - PETSC_TRUEor- PETSC_FALSE
See Also#
Matrices, Mat, MatCreate(), MatSetSizes(), PetscLayout
Level#
beginner
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages