#include <iostream>
#include <Eigen/Core>
Go to the source code of this file.
Defines | |
#define | REPEAT 1000 |
#define | VECSIZE 1000000 |
#define | VECTYPE VectorXLd |
Functions | |
int | main (int argc, char *argv[]) |
#define REPEAT 1000 |
Definition at line 18 of file benchmarkXcwise.cpp.
#define VECSIZE 1000000 |
Definition at line 14 of file benchmarkXcwise.cpp.
#define VECTYPE VectorXLd |
Definition at line 10 of file benchmarkXcwise.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 21 of file benchmarkXcwise.cpp.