|
SSAGES
0.9.3
Software Suite for Advanced General Ensemble Simulations
|
Map for histogram and coefficients. More...
#include <Basis.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.
|
inline |