SharedMeatAxe  1.0
Perm_t Class Reference

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...
 

Detailed Description

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.

Field Documentation

long* Perm_t::Data

Images of 0,1,2,...

int Perm_t::Degree

Degree of the permutation.

unsigned long Perm_t::Magic

Used internally.


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

SharedMeatAxe 1.0 documentation, generated on Sat Dec 30 2017 12:13:21