NTPoly
|
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. | |
A data structure for storing permutations.