SharedMeatAxe
1.0
|
A Permutation. More...
#include <meataxe.h>
Data Fields | |
unsigned long | Magic |
Used internally. More... | |
int | Degree |
Degree of the permutation. More... | |
long * | Data |
Images of 0,1,2,... More... | |
A Permutation.
Internally, a permutation is represented as an array of long integers containing the images of 0,1,...,n-1. Theoretically, the maximum degree is the largest number that can be stored in a long integer. However, the MeatAxe file format is restricted to 32-bit integers, and thus the largest possible degree is 2^32.
long* Perm_t::Data |
Images of 0,1,2,...
int Perm_t::Degree |
Degree of the permutation.
unsigned long Perm_t::Magic |
Used internally.