petsc-3.3-p7 2013-05-11

MatIJGetMinRowSize

returns the largest number of nonzero columns in all of this processor's rows nonzero rows, or zero if no local nonzero rows exist. If MatIJ (equivalently, the underlying graph) is regarded as a multivalued mapping on integers, then the result is the size of the smallest nonempty set among the images of this processor's indices. If all images are empty, the result is zero. Not collective.

Synopsis

#undef __FUNCT__  
#define __FUNCT__ "MatIJGetMinRowSize"
PetscErrorCode MatIJGetMinRowSize(Mat A, PetscInt *minsize)

Input parameters

A -pseudograph

Output parameters

minsize -the size of the smallest nonempty image set

See Also

MatIJGetMinRowSize()

Level:advanced
Location:
src/mat/impls/ij/matij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages