SSAGES
0.9.3
Software Suite for Advanced General Ensemble Simulations
|
Look-up table for basis functions. More...
#include <Basis.h>
Public Member Functions | |
BasisLUT (const std::vector< double > &values, const std::vector< double > &derivs) | |
Constructor. More... | |
Public Attributes | |
std::vector< double > | values |
The values of the basis sets. | |
std::vector< double > | derivs |
The values of the derivatives of the basis sets. | |
Look-up table for basis functions.
The structure that holds the Look-up table for the basis function. To prevent repeated calculations, both the derivatives and values of the Legendre polynomials is stored here. More will be added in future versions.
|
inline |
Constructor.
values | The values of the basis sets. |
derivs | The values of the derivatives of the basis sets. |
Definition at line 27 of file Basis.h.