PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
Graph partitioning API. More...
Go to the source code of this file.
Classes | |
struct | pbat::graph::PartitioningOptions |
Options for graph partitioning. More... | |
Namespaces | |
namespace | pbat |
The main namespace of the library. | |
namespace | pbat::graph |
Functions | |
IndexVectorX | pbat::graph::Partition (Eigen::Ref< IndexVectorX const > const &ptr, Eigen::Ref< IndexVectorX const > const &adj, Eigen::Ref< IndexVectorX const > const &wadj, Index nPartitions, PartitioningOptions opts=PartitioningOptions{}) |
Partition input graph. | |
Graph partitioning API.