QMCPACK
OneDimGridBase.h File Reference

Decalaration of One-Dimesional grids. More...

+ Include dependency graph for OneDimGridBase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OneDimGridBase< T, CT >
 An abstract base class to implement a One-Dimensional grid. More...
 
struct  LinearGrid< T, CT >
 One-Dimensional linear-grid. More...
 
struct  LogGrid< T, CT >
 One-Dimensional logarithmic-grid. More...
 
struct  LogGridZero< T, CT >
 One-Dimensional logarithmic-grid starting at the origin (Used in Siesta). More...
 
struct  NumericalGrid< T, CT >
 One-Dimensional numerical grid with arbitrary grid spacings. More...
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const OneDimGridBase< T > &rhs)
 

Detailed Description

Decalaration of One-Dimesional grids.

Definition in file OneDimGridBase.h.