![]() |
QMCPACK
|
Public Member Functions | |
int | NumPoints () |
std::vector< double > & | Points () |
double | operator[] (int i) |
int | ReverseMap (double r) |
Returns the index of the nearest point below r. More... | |
double | Start () |
double | End () |
void | Init (std::vector< double > &points) |
SimpleGrid () | |
Useless constructor. More... | |
Private Attributes | |
std::vector< double > | grid |
Definition at line 20 of file GeneralGrid.h.
|
inline |
|
inline |
Definition at line 62 of file GeneralGrid.h.
References grid.
Referenced by CubSpline::operator()().
|
inline |
|
inline |
Definition at line 26 of file GeneralGrid.h.
References grid.
Referenced by CubSpline::Deriv(), CubSpline::Deriv2(), CubSpline::Deriv3(), CubSpline::Init(), CubSpline::operator()(), and CubSpline::size().
|
inline |
|
inline |
|
inline |
Returns the index of the nearest point below r.
Definition at line 33 of file GeneralGrid.h.
References BLAS::done, grid, and qmcplusplus::n.
Referenced by CubSpline::Deriv(), CubSpline::Deriv2(), CubSpline::Deriv3(), and CubSpline::operator()().
|
inline |
|
private |
Definition at line 23 of file GeneralGrid.h.
Referenced by End(), Init(), NumPoints(), operator[](), Points(), ReverseMap(), and Start().