#include <iostream>
#include <Eigen/Core>
Go to the source code of this file.
Defines | |
#define | REPEAT 10000 |
#define | SCALAR float |
#define | SIZE 10000 |
Typedefs | |
typedef Matrix< SCALAR, Eigen::Dynamic, 1 > | Vec |
Functions | |
SCALAR | E_VDW (const Vec &interactions1, const Vec &interactions2) |
int | main () |
#define REPEAT 10000 |
Definition at line 15 of file vdw_new.cpp.
#define SCALAR float |
Definition at line 7 of file vdw_new.cpp.
#define SIZE 10000 |
Definition at line 11 of file vdw_new.cpp.
typedef Matrix<SCALAR, Eigen::Dynamic, 1> Vec |
Definition at line 18 of file vdw_new.cpp.
Definition at line 22 of file vdw_new.cpp.
int main | ( | void | ) |
Definition at line 31 of file vdw_new.cpp.