Macros | Functions
sparse_transpose.cpp File Reference
#include "BenchSparseUtil.h"
Include dependency graph for sparse_transpose.cpp:

Go to the source code of this file.

Macros

#define BENCH(X)
 
#define DENSITY   0.01
 
#define MINDENSITY   0.0004
 
#define NBTRIES   10
 
#define REPEAT   1
 
#define SIZE   10000
 

Functions

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

Macro Definition Documentation

#define BENCH (   X)
Value:
for (int _j=0; _j<NBTRIES; ++_j) { \
for (int _k=0; _k<REPEAT; ++_k) { \
X \
} timer.stop(); }
for(size_t i=1;i< poses.size();++i)
#define REPEAT
#define NBTRIES
#define X
Definition: icosphere.cpp:20
static BenchTimer timer

Definition at line 28 of file sparse_transpose.cpp.

#define DENSITY   0.01

Definition at line 11 of file sparse_transpose.cpp.

#define MINDENSITY   0.0004

Definition at line 21 of file sparse_transpose.cpp.

#define NBTRIES   10

Definition at line 25 of file sparse_transpose.cpp.

#define REPEAT   1

Definition at line 15 of file sparse_transpose.cpp.

#define SIZE   10000

Definition at line 7 of file sparse_transpose.cpp.

Function Documentation

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

Definition at line 36 of file sparse_transpose.cpp.



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