petsc-3.3-p7 2013-05-11
MatIJGetMultivalued
return a flag indicating whether the underlying pseudograph is a multivalued or not (a graph).
Synopsis
#undef __FUNCT__
#define __FUNCT__ "MatIJGetMultivalued"
PetscErrorCode MatIJGetMultivalued(Mat A, PetscBool *multivalued)
Not collective.
Input arguments
A -pseudograph
Output arguments
multivalued -whether the matrix encodes a multivalued (pseudo)graph.
See Also
MatIJSetMultivalued(), MatIJSetEdges(), MatIJGetEdges(), MatIJGetSupport(), MatIJGetImage()
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