SSAGES  0.9.3
Software Suite for Advanced General Ensemble Simulations
Public Member Functions | Public Attributes | List of all members
SSAGES::BasisLUT Struct Reference

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.
 

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 14 of file Basis.h.

Constructor & Destructor Documentation

◆ BasisLUT()

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 27 of file Basis.h.

28  :
30  {}
std::vector< double > values
The values of the basis sets.
Definition: Basis.h:17
std::vector< double > derivs
The values of the derivatives of the basis sets.
Definition: Basis.h:20

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