1 #ifndef CHECK_FUNCTION_TABLE
5 Matrix_t *RndMat(
int fl,
int nor,
int noc);
7 void TestMatAlloc(
unsigned flags);
8 void TestMatAddMul(
unsigned flags);
9 void TestMatCompare(
unsigned flags);
10 void TestMatCopy(
unsigned flags);
11 void TestMatCut(
unsigned flags);
12 void TestMatClean(
unsigned flags);
13 void TestMatDup(
unsigned flags);
14 void TestMatEchelonize(
unsigned flags);
15 void TestMatId(
unsigned flags);
16 void TestMatInv(
unsigned flags);
17 void TestMatOrder(
unsigned flags);
18 void TestNullSpace(
unsigned flags);
22 { 311,
"Matrix linear combination", TestMatAddMul },
23 { 301,
"Matrix order", TestMatOrder },
24 { 302,
"Matrix duplication", TestMatDup },
25 { 303,
"Matrix inversion", TestMatInv },
26 { 304,
"Matrix allocation", TestMatAlloc },
27 { 305,
"Gauss elimination", TestMatEchelonize },
28 { 306,
"Gauss elimination (2)", TestMatClean },
29 { 307,
"Matrix null-space", TestNullSpace },
30 { 308,
"Matrix comparison", TestMatCompare },
31 { 309,
"Matrix cutting", TestMatCut },
32 { 310,
"Matrix copying", TestMatCopy },
33 { 312,
"Identity matrix", TestMatId },
MeatAxe 2.4 documentation, generated on Tue May 21 2013 17:59:29