NTPoly
Static Public Member Functions | List of all members
NTPoly::LoadBalancer Class Reference

A data structure for storing permutations. More...

#include <LoadBalancer.h>

Static Public Member Functions

static void PermuteMatrix (const DistributedSparseMatrix &mat_in, DistributedSparseMatrix &mat_out, const Permutation &permutation, DistributedMatrixMemoryPool &memorypool)
 Apply a permutation to a matrix.
 
static void UndoPermuteMatrix (const DistributedSparseMatrix &mat_in, DistributedSparseMatrix &mat_out, const Permutation &permutation, DistributedMatrixMemoryPool &memorypool)
 Undo a permutation applied to a matrix.
 

Detailed Description

A data structure for storing permutations.


The documentation for this class was generated from the following files: