![]() |
QMCPACK
|
adaptor class to handle a temporary OneDimCubicSpline on a numerical grid. More...
Public Types | |
using | GridType = NumericalGrid< T > |
using | FuncType = OneDimCubicSpline< T > |
Public Member Functions | |
OneDimNumGridFunctor () | |
T | r (int i) const |
T | operator() (int i) const |
T | rmax () const |
T | rmin () const |
T | splint (T r) |
void | put (int npoints, std::istream &fin) |
bool | put (xmlNodePtr cur) |
Public Attributes | |
FuncType | myFunc |
adaptor class to handle a temporary OneDimCubicSpline on a numerical grid.
Definition at line 27 of file OneDimNumGridFunctor.h.
using FuncType = OneDimCubicSpline<T> |
Definition at line 30 of file OneDimNumGridFunctor.h.
using GridType = NumericalGrid<T> |
Definition at line 29 of file OneDimNumGridFunctor.h.
|
inline |
Definition at line 34 of file OneDimNumGridFunctor.h.
References OneDimCubicSpline< Td, Tg, CTd, CTg >::m_grid, and OneDimNumGridFunctor< T >::myFunc.
|
inline |
|
inline |
Definition at line 45 of file OneDimNumGridFunctor.h.
References OneDimCubicSpline< Td, Tg, CTd, CTg >::m_grid, OneDimNumGridFunctor< T >::myFunc, OneDimGridFunctor< Td, Tg, CTd, CTg >::resize(), NumericalGrid< T, CT >::resize(), and OneDimCubicSpline< Td, Tg, CTd, CTg >::spline().
Referenced by ECPotentialBuilder::useSimpleTableFormat().
|
inline |
Definition at line 59 of file OneDimNumGridFunctor.h.
|
inline |
Definition at line 36 of file OneDimNumGridFunctor.h.
References OneDimCubicSpline< Td, Tg, CTd, CTg >::m_grid, and OneDimNumGridFunctor< T >::myFunc.
Referenced by OneDimNumGridFunctor< T >::splint().
|
inline |
Definition at line 39 of file OneDimNumGridFunctor.h.
References OneDimCubicSpline< Td, Tg, CTd, CTg >::m_grid, and OneDimNumGridFunctor< T >::myFunc.
Referenced by ECPotentialBuilder::useSimpleTableFormat().
|
inline |
Definition at line 41 of file OneDimNumGridFunctor.h.
References OneDimCubicSpline< Td, Tg, CTd, CTg >::m_grid, and OneDimNumGridFunctor< T >::myFunc.
|
inline |
Definition at line 43 of file OneDimNumGridFunctor.h.
References OneDimNumGridFunctor< T >::myFunc, OneDimNumGridFunctor< T >::r(), and OneDimCubicSpline< Td, Tg, CTd, CTg >::splint().
Referenced by ECPotentialBuilder::useSimpleTableFormat().
FuncType myFunc |
Definition at line 32 of file OneDimNumGridFunctor.h.
Referenced by OneDimNumGridFunctor< T >::OneDimNumGridFunctor(), OneDimNumGridFunctor< T >::operator()(), OneDimNumGridFunctor< T >::put(), OneDimNumGridFunctor< T >::r(), OneDimNumGridFunctor< T >::rmax(), OneDimNumGridFunctor< T >::rmin(), and OneDimNumGridFunctor< T >::splint().