MPChacoGlobalType#
Global partitioning method used by MATPARTITIONINGCHACO when delegating to the Chaco library
Synopsis#
typedef enum {
MP_CHACO_MULTILEVEL = 1,
MP_CHACO_SPECTRAL = 2,
MP_CHACO_LINEAR = 4,
MP_CHACO_RANDOM = 5,
MP_CHACO_SCATTERED = 6
} MPChacoGlobalType;
Values#
MP_CHACO_MULTILEVEL- multilevel-Kernighan–Lin style partitioningMP_CHACO_SPECTRAL- spectral partitioning using Lanczos or RQI eigensolversMP_CHACO_LINEAR- linear (rank-order) initial partitionMP_CHACO_RANDOM- random initial partitionMP_CHACO_SCATTERED- scattered (round-robin) initial partition
See Also#
Matrices, MatPartitioning, MATPARTITIONINGCHACO, MatPartitioningChacoSetGlobal(), MatPartitioningChacoGetGlobal(),
MPChacoLocalType, MPChacoEigenType
Level#
intermediate
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages