#include <iostream>
#include <Eigen/Core>
Go to the source code of this file.
Defines | |
#define | MATSIZE 400 |
#define | MATTYPE MatrixXLd |
#define | REPEAT 100 |
Functions | |
int | main (int argc, char *argv[]) |
#define MATSIZE 400 |
Definition at line 15 of file benchmarkX.cpp.
#define MATTYPE MatrixXLd |
Definition at line 11 of file benchmarkX.cpp.
#define REPEAT 100 |
Definition at line 19 of file benchmarkX.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 22 of file benchmarkX.cpp.