QMCPACK
SmoothFunctions.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Enumerations

enum  smoothing_functions { LEKS2018 = 0, COSCOS, LINEAR }
 

Functions

template<typename T >
smoothing (smoothing_functions func_id, T x, T &dx, T &d2x)
 
template float smoothing (smoothing_functions func_id, float x, float &dx, float &d2x)
 
template double smoothing (smoothing_functions func_id, double x, double &dx, double &d2x)