
Go to the source code of this file.
Macros | |
| #define | REPEAT 10000 |
| #define | SIZE 50 |
Typedefs | |
| typedef float | Scalar |
Functions | |
| __attribute__ ((noinline)) void benchVec(MatrixXf &a | |
| __attribute__ ((noinline)) void benchVec(Scalar *a | |
| void | benchVec (MatrixXf &a, MatrixXf &b, MatrixXf &c) |
| void | benchVec (Scalar *a, Scalar *b, Scalar *c, int size) |
| void | benchVec (VectorXf &a, VectorXf &b, VectorXf &c) |
| int | main (int argc, char *argv[]) |
Variables | |
| Scalar * | b |
| Scalar Scalar * | c |
| Scalar Scalar int | size |
| #define REPEAT 10000 |
Definition at line 12 of file benchVecAdd.cpp.
| #define SIZE 50 |
Definition at line 8 of file benchVecAdd.cpp.
| typedef float Scalar |
Definition at line 15 of file benchVecAdd.cpp.
| __attribute__ | ( | (noinline) | ) | & |
| __attribute__ | ( | (noinline) | ) |
| void benchVec | ( | MatrixXf & | a, |
| MatrixXf & | b, | ||
| MatrixXf & | c | ||
| ) |
Definition at line 79 of file benchVecAdd.cpp.
Definition at line 91 of file benchVecAdd.cpp.
| void benchVec | ( | VectorXf & | a, |
| VectorXf & | b, | ||
| VectorXf & | c | ||
| ) |
Definition at line 85 of file benchVecAdd.cpp.
Definition at line 21 of file benchVecAdd.cpp.
| VectorXf & b |
Definition at line 17 of file benchVecAdd.cpp.
| VectorXf VectorXf & c |
Definition at line 17 of file benchVecAdd.cpp.
Definition at line 17 of file benchVecAdd.cpp.