|
TR-mbed 1.0
|
#include <iostream>#include <Eigen/Core>#include "BenchTimer.h"#include <cblas.h>#include <string>Macros | |
| #define | _FLOAT |
| #define | CBLAS_GEMM cblas_sgemm |
| #define | MYVERIFY(A, M) |
Typedefs | |
| typedef float | Scalar |
| typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | MyMatrix |
Functions | |
| void | bench_eigengemm (MyMatrix &mc, const MyMatrix &ma, const MyMatrix &mb, int nbloops) |
| void | check_product (int M, int N, int K) |
| void | check_product (void) |
| int | main (int argc, char *argv[]) |
| #define _FLOAT |
| #define CBLAS_GEMM cblas_sgemm |
| typedef float Scalar |
| void check_product | ( | void | ) |