TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Macros | Functions
product_threshold.cpp File Reference
#include <iostream>
#include <Eigen/Core>
#include <bench/BenchTimer.h>

Classes

struct  map_size< S >
 
struct  map_size< 10 >
 
struct  map_size< 11 >
 
struct  map_size< 12 >
 
struct  map_size< 13 >
 
struct  alt_prod< M, N, K >
 
struct  loop_on_k< M, N, K >
 
struct  loop_on_k< M, N, END >
 
struct  loop_on_m< M, N, K >
 
struct  loop_on_m< END, N, K >
 
struct  loop_on_n< M, N, K, Scalar, Mode >
 
struct  loop_on_n< M, END, K, Scalar, Mode >
 
struct  print_n< N >
 
struct  print_n< END >
 

Macros

#define END   9
 

Functions

void print_mode (int mode)
 
template<int Mode, typename Lhs , typename Rhs , typename Res >
EIGEN_DONT_INLINE void prod (const Lhs &a, const Rhs &b, Res &c)
 
template<int M, int N, int K, typename Scalar , int Mode>
EIGEN_DONT_INLINE void bench_prod ()
 
int main ()
 

Macro Definition Documentation

◆ END

#define END   9

Function Documentation

◆ bench_prod()

template<int M, int N, int K, typename Scalar , int Mode>
EIGEN_DONT_INLINE void bench_prod ( )

◆ main()

int main ( void  )

◆ print_mode()

void print_mode ( int  mode)

◆ prod()

template<int Mode, typename Lhs , typename Rhs , typename Res >
EIGEN_DONT_INLINE void prod ( const Lhs &  a,
const Rhs &  b,
Res &  c 
)