SSAGES
0.1
A MetaDynamics Package
|
Look-up table for basis functions. More...
#include <BasisFunc.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.
Definition at line 63 of file BasisFunc.h.
|
inline |
Constructor.
values | The values of the basis sets. |
derivs | The values of the derivatives of the basis sets. |
Definition at line 76 of file BasisFunc.h.