MeatAxe
2.4
Main Page
Related Pages
Modules
Data Structures
c-perm.h
1
2
#ifndef CHECK_FUNCTION_TABLE
3
4
#include "meataxe.h"
5
6
Perm_t
*RndPerm(
int
degree);
7
8
void
TestPermAlloc(
unsigned
flags);
9
void
TestPermMul(
unsigned
flags);
10
void
TestPermOrder(
unsigned
flags);
11
void
TestPermPwr(
unsigned
flags);
12
void
TestPermInv(
unsigned
flags);
13
14
#else
15
16
{ 501,
"Permutation allocation"
, TestPermAlloc },
17
{ 502,
"Permutation order"
, TestPermOrder },
18
{ 503,
"Permutation multiplication"
, TestPermMul },
19
{ 504,
"Permutation power"
, TestPermPwr },
20
{ 505,
"Permutation inverse"
, TestPermInv },
21
22
#endif
Perm_t
A Permutation.
Definition:
meataxe.h:590
MeatAxe 2.4 documentation, generated on Sun Aug 17 2014 16:53:53