SSAGES
0.1
A MetaDynamics Package
|
Map for histogram and coefficients. More...
#include <BasisFunc.h>
Public Member Functions | |
Map (const std::vector< int > &map, double value) | |
Constructor. More... | |
Public Attributes | |
double | value |
The coefficient value. | |
std::vector< int > | map |
The mapping in an array of integers. | |
Map for histogram and coefficients.
A clean mapping structure for both the histogram and the coefficients. All vectors are written as 1D with a row major mapping. In order to make iterating easier, the mapping of the 1D vectors are written here.
Definition at line 37 of file BasisFunc.h.
|
inline |
Constructor.
map | The mapping in an array of integers. |
value | The coefficient value. |
Definition at line 50 of file BasisFunc.h.