Classes | Macros | Enumerations | Functions
benchGeometry.cpp File Reference
#include <iostream>
#include <iomanip>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <bench/BenchTimer.h>
Include dependency graph for benchGeometry.cpp:

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[])
 

Macro Definition Documentation

#define REPEAT   1000000

Definition at line 11 of file benchGeometry.cpp.

#define run_trans (   op,
  scalar,
  mode,
  option 
)
Value:
std::cout << #scalar << "\t " << #mode << "\t " << #option << " "; \
{\
}
static void run()
mxArray * scalar(mxClassID classid)
Definition: matlab.h:85
Represents an homogeneous transformation in a N dimensional space.

Definition at line 88 of file benchGeometry.cpp.

#define run_vec (   op,
  scalar,
  mode,
  option,
  vsize 
)
Value:
std::cout << #scalar << "\t " << #mode << "\t " << #option << " " << #vsize " "; \
{\
}
idx_t idx_t idx_t idx_t idx_t * vsize
static void run()
The matrix class, also used for vectors and row-vectors.
mxArray * scalar(mxClassID classid)
Definition: matlab.h:85
Represents an homogeneous transformation in a N dimensional space.
Matrix< SCALAR, Eigen::Dynamic, 1 > Vec
Definition: vdw_new.cpp:18

Definition at line 79 of file benchGeometry.cpp.

Enumeration Type Documentation

enum func_opt
Enumerator
TV 
TMATV 
TMATVMAT 

Definition at line 14 of file benchGeometry.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 96 of file benchGeometry.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:27