PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
Partition.h File Reference

Graph partitioning API. More...

#include "PhysicsBasedAnimationToolkitExport.h"
#include "pbat/Aliases.h"

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.
 

Detailed Description

Graph partitioning API.

Author
Quoc-Minh Ton-That (tonth.nosp@m.at.q.nosp@m.uocmi.nosp@m.nh@g.nosp@m.mail..nosp@m.com)
Date
2025-02-10