Abstract base class for generic basis functions.
More...
#include <basis.h>
|
virtual | ~BasisFunction ()=default |
|
virtual double | operator() (const std::array< double, 3 > &x) const =0 |
| Evaluate the basis function at the specified point.
|
|
Abstract base class for generic basis functions.
◆ ~BasisFunction()
virtual slymer::BasisFunction::~BasisFunction |
( |
| ) |
|
|
virtualdefault |
◆ operator()()
virtual double slymer::BasisFunction::operator() |
( |
const std::array< double, 3 > & |
x | ) |
const |
|
pure virtual |
Evaluate the basis function at the specified point.
- Parameters
-
- Returns
- The basis function evaluated at the point x.
Implemented in slymer::GaussianFunction.
The documentation for this class was generated from the following file: