MADNESS
0.10.1
|
Abstract base class for generic basis functions. More...
#include <basis.h>
Public Member Functions | |
virtual | ~BasisFunction ()=default |
virtual double | operator() (const std::array< double, 3 > &x) const =0 |
Evaluate the basis function at the specified point. More... | |
Abstract base class for generic basis functions.
|
virtualdefault |
|
pure virtual |
Evaluate the basis function at the specified point.
[in] | x | The point. |
Implemented in slymer::GaussianFunction.