NTPoly
|
A data structure for storing permutations. More...
#include <Permutation.h>
Public Member Functions | |
Permutation (int matrix_dimension) | |
Standard constructor. | |
void | SetDefaultPermutation () |
Fills the load balancer with a default schedule. | |
void | SetReversePermutation () |
Fills the load balancer with a reverse schedule. | |
void | SetRandomPermutation () |
ills the load balancer with a random schedule. | |
Friends | |
class | DistributedSparseMatrix |
class | IterativeSolverParameters |
class | FixedSolverParameters |
class | LoadBalancer |
A data structure for storing permutations.