SSAGES  0.1
A MetaDynamics Package
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Groups Pages
Public Member Functions | Public Attributes | List of all members
SSAGES::BasisLUT Struct Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

SSAGES::BasisLUT::BasisLUT ( const std::vector< double > &  values,
const std::vector< double > &  derivs 
)
inline

Constructor.

Parameters
valuesThe values of the basis sets.
derivsThe values of the derivatives of the basis sets.

Definition at line 76 of file BasisFunc.h.

77  :
78  values(values), derivs(derivs)
79  {}
std::vector< double > values
The values of the basis sets.
Definition: BasisFunc.h:66
std::vector< double > derivs
The values of the derivatives of the basis sets.
Definition: BasisFunc.h:69

The documentation for this struct was generated from the following file: