SSAGES
0.9.3
Software Suite for Advanced General Ensemble Simulations
|
Multidimensional hill. More...
#include <Meta.h>
Public Member Functions | |
Hill (const std::vector< double > ¢er, const std::vector< double > &sigma, double height) | |
Constructs a multidimensional Hill (Gaussian) More... | |
Public Attributes | |
std::vector< double > | center |
Hill center. | |
std::vector< double > | width |
Hill width. | |
double | height |
Hill height. | |
Multidimensional hill.
Structure representing a multidimensional hill (Gaussian) which is centered at "center" with widths "width" of height "height". A multidimensional Gaussian has one height but n centers and widths.
|
inline |