MeatAxe  2.4
c-kernel.h
1 #ifndef CHECK_FUNCTION_TABLE
2 
3 void TestFelToInt(unsigned flags);
4 void TestField(unsigned flags);
5 void TestGen(unsigned flags);
6 void TestInsertExtract(unsigned flags);
7 void TestFindPiv(unsigned flags);
8 void TestSubfields(unsigned flags);
9 void TestRowOps(unsigned flags);
10 void TestPtr(unsigned flags);
11 void TestRowSize(unsigned flags);
12 void TestMulRow(unsigned flags);
13 void TestCmpRows(unsigned flags);
14 
15 #else
16 
17  { 111, "Row operations", TestRowOps },
18  { 101, "Compare operations", TestCmpRows },
19  { 102, "FEL <--> integer conversion", TestFelToInt },
20  { 103, "Finite field arithmetic", TestField },
21  { 104, "Finite field generator", TestGen },
22  { 105, "Subfield embedding/restriction", TestSubfields },
23  { 106, "Row sizes", TestRowSize },
24  { 107, "Row pointer arithmetic", TestPtr },
25  { 108, "Insert/Extract", TestInsertExtract },
26  { 109, "Finding pivot elements", TestFindPiv },
27  { 110, "Row by scalar multiplication", TestMulRow },
28 
29 #endif

MeatAxe 2.4 documentation, generated on Tue May 21 2013 17:40:03