#include <colvar_UIestimator.h>

Public Member Functions | |
| n_vector () | |
| n_vector (const std::vector< double > &lowerboundary, const std::vector< double > &upperboundary, const std::vector< double > &width_p, const int y_size, const T &default_value) | |
| T | get_value (const std::vector< double > &x) |
| void | increase_value (const std::vector< double > &x, const T &value) |
| void | set_value (const std::vector< double > &x, const T &value) |
Private Member Functions | |
| int | convert_x (const std::vector< double > &x) |
Private Attributes | |
| int | dimension |
| std::vector< double > | lowerboundary |
| std::vector< int > | temp |
| std::vector< double > | upperboundary |
| std::vector< T > | vector |
| std::vector< double > | width |
| std::vector< int > | x_size |
| int | x_total_size |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Hosted by GitHub
|
1.17.0
|