#include <iostream>
#include <iomanip>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <bench/BenchTimer.h>
Go to the source code of this file.
|
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 > |
|
◆ REPEAT
◆ run_trans
Value:std::cout << #
scalar <<
"\t " << #
mode <<
"\t " << #option <<
" "; \
{\
}
static const DiscreteKey mode(modeKey, 2)
mxArray * scalar(mxClassID classid)
Definition at line 88 of file benchGeometry.cpp.
◆ run_vec
Value:std::cout << #
scalar <<
"\t " << #
mode <<
"\t " << #option <<
" " << #
vsize " "; \
{\
}
idx_t idx_t idx_t idx_t idx_t * vsize
Matrix< Scalar, Dynamic, 1 > Vec
static const DiscreteKey mode(modeKey, 2)
The matrix class, also used for vectors and row-vectors.
mxArray * scalar(mxClassID classid)
Definition at line 79 of file benchGeometry.cpp.
◆ func_opt
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |