Go to the source code of this file.
#define | WANT_MATH |
static void | SlowFT (const ColumnVector &a, const ColumnVector &b, ColumnVector &x, ColumnVector &y) |
static void | SlowDTT_II (const ColumnVector &a, ColumnVector &c, ColumnVector &s) |
static void | SlowDTT (const ColumnVector &a, ColumnVector &c, ColumnVector &s) |
void | SlowFT2 (const Matrix &U, const Matrix &V, Matrix &X, Matrix &Y) |
static void | test (int n) |
static void | test1 (int n) |
static void | test2 (int n) |
static void | test3 (int n) |
static void | test4 (int n) |
static void | test5 (int n) |
static void | test6 (int n) |
static void | test7 (int n) |
static void | test8 (int n) |
static void | test9 (int m, int n) |
void | trymatf () |
Part of matrix library test program.
Definition in file tmtf.cpp.
|
static |
|
static |
|
static |