|
TR-mbed 1.0
|
#include <iostream>#include <Eigen/Core>Macros | |
| #define | SCALAR float |
| #define | SIZE 10000 |
| #define | REPEAT 10000 |
Typedefs | |
| typedef Matrix< SCALAR, Eigen::Dynamic, 1 > | Vec |
Functions | |
| SCALAR | E_VDW (const Vec &interactions1, const Vec &interactions2) |
| int | main () |
| #define REPEAT 10000 |
| #define SCALAR float |
| #define SIZE 10000 |
| typedef Matrix<SCALAR, Eigen::Dynamic, 1> Vec |
| int main | ( | void | ) |