PartitioningSetAdjacency
Sets the adjacency graph (matrix) of the thing to be partitioned.
Synopsis
int PartitioningSetAdjacency(Partitioning part,Mat adj)
Input Parameters
part -the partitioning context
adj -the adjacency matrix
Collective on Partitioning and
Mat
Keywords
Partitioning, adjacency
See Also
PartitioningCreate()
Location: src/mat/impls/partition/partition.c
Matrix Index
Table of Contents