|
NTPoly
|
A data structure for storing permutations. More...
#include <LoadBalancer.h>
Static Public Member Functions | |
| static void | PermuteMatrix (const Matrix_ps &mat_in, Matrix_ps &mat_out, const Permutation &permutation, PMatrixMemoryPool &memorypool) |
| Apply a permutation to a matrix. | |
| static void | UndoPermuteMatrix (const Matrix_ps &mat_in, Matrix_ps &mat_out, const Permutation &permutation, PMatrixMemoryPool &memorypool) |
| Undo a permutation applied to a matrix. | |
A data structure for storing permutations.
1.8.16