00001 #ifndef CHECK_FUNCTION_TABLE
00002
00003 void TestMapRow(unsigned flags);
00004 void TestSumInter(unsigned flags);
00005
00006 #else
00007
00008 { 141, "Vector-by matrix multiplication", TestMapRow },
00009 { 142, "Zasssenhaus algorithm", TestSumInter },
00010
00011 #endif