13 #ifndef QMCPLUSPLUS_SMOOTH_FUNCTIONS_H 14 #define QMCPLUSPLUS_SMOOTH_FUNCTIONS_H 33 #if defined(DEBUG_MAIN) 40 std::cout <<
"# x dx d2x" << std::endl;
41 for (
int i = -2; i < num_grid + 2; i++)
45 f = qmcplusplus::SmoothFunctions::func(COSCOS, x, df, d2f);
46 std::cout << x <<
" " << f <<
" " << df <<
" " << d2f << std::endl;
helper functions for EinsplineSetBuilder
T smoothing(smoothing_functions func_id, T x, T &dx, T &d2x)
QMCTraits::RealType RealType