TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
benchEigenSolver.cpp File Reference
#include <iostream>
#include <Eigen/Core>
#include <Eigen/QR>
#include <bench/BenchUtil.h>

Macros

#define REPEAT   1000
 
#define TRIES   4
 
#define SCALAR   float
 

Typedefs

typedef SCALAR Scalar
 

Functions

template<typename MatrixType >
 __attribute__ ((noinline)) void benchEigenSolver(const MatrixType &m)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ REPEAT

#define REPEAT   1000

◆ SCALAR

#define SCALAR   float

◆ TRIES

#define TRIES   4

Typedef Documentation

◆ Scalar

typedef SCALAR Scalar

Function Documentation

◆ __attribute__()

template<typename MatrixType >
__attribute__ ( (noinline)  ) const &

◆ main()

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