|
TR-mbed 1.0
|
Macros | |
| #define | SIZE 50 |
| #define | REPEAT 10000 |
Typedefs | |
| typedef float | Scalar |
Functions | |
| __attribute__ ((noinline)) void benchVec(Scalar *a | |
| __attribute__ ((noinline)) void benchVec(MatrixXf &a | |
| int | main (int argc, char *argv[]) |
| void | benchVec (MatrixXf &a, MatrixXf &b, MatrixXf &c) |
| void | benchVec (VectorXf &a, VectorXf &b, VectorXf &c) |
| void | benchVec (Scalar *a, Scalar *b, Scalar *c, int size) |
Variables | |
| Scalar * | b |
| Scalar Scalar * | c |
| Scalar Scalar int | size |
| #define REPEAT 10000 |
| #define SIZE 50 |
| typedef float Scalar |
| __attribute__ | ( | (noinline) | ) | & |
| __attribute__ | ( | (noinline) | ) |
| void benchVec | ( | MatrixXf & | a, |
| MatrixXf & | b, | ||
| MatrixXf & | c | ||
| ) |
| void benchVec | ( | VectorXf & | a, |
| VectorXf & | b, | ||
| VectorXf & | c | ||
| ) |
| VectorXf & b |
| VectorXf VectorXf & c |