#include <iostream>#include <iomanip>#include <Eigen/Core>#include <Eigen/Geometry>#include <bench/BenchTimer.h>
Go to the source code of this file.
Classes | |
| struct | func< res, arg1, arg2, opt > |
| struct | func< res, arg1, arg2, TMATV > |
| struct | func< res, arg1, arg2, TMATVMAT > |
| struct | func< res, arg1, arg2, TV > |
| struct | test_transform< func, arg1, arg2 > |
Macros | |
| #define | REPEAT 1000000 |
| #define | run_trans(op, scalar, mode, option) |
| #define | run_vec(op, scalar, mode, option, vsize) |
Enumerations | |
| enum | func_opt { TV, TMATV, TMATVMAT } |
Functions | |
| int | main (int argc, char *argv[]) |
| #define REPEAT 1000000 |
Definition at line 11 of file benchGeometry.cpp.
Definition at line 88 of file benchGeometry.cpp.
Definition at line 79 of file benchGeometry.cpp.
| enum func_opt |
| Enumerator | |
|---|---|
| TV | |
| TMATV | |
| TMATVMAT | |
Definition at line 14 of file benchGeometry.cpp.
Definition at line 96 of file benchGeometry.cpp.