#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 > |
|
#define run_trans |
( |
|
op, |
|
|
|
scalar, |
|
|
|
mode, |
|
|
|
option |
|
) |
| |
Value:std::cout << #
scalar <<
"\t " << #mode <<
"\t " << #option <<
" "; \
{\
}
mxArray * scalar(mxClassID classid)
Definition at line 88 of file benchGeometry.cpp.
Value:std::cout << #
scalar <<
"\t " << #mode <<
"\t " << #option <<
" " << #
vsize " "; \
{\
}
idx_t idx_t idx_t idx_t idx_t * vsize
The matrix class, also used for vectors and row-vectors.
mxArray * scalar(mxClassID classid)
Matrix< SCALAR, Eigen::Dynamic, 1 > Vec
Definition at line 79 of file benchGeometry.cpp.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |