TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
vdw_new.cpp File Reference
#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 ()
 

Macro Definition Documentation

◆ REPEAT

#define REPEAT   10000

◆ SCALAR

#define SCALAR   float

◆ SIZE

#define SIZE   10000

Typedef Documentation

◆ Vec

Function Documentation

◆ E_VDW()

SCALAR E_VDW ( const Vec interactions1,
const Vec interactions2 
)

◆ main()

int main ( void  )