SG++-Doxygen-Documentation
|
An abstract point distribution provides a set of n one-dimensional grid points for each value of n. More...
#include <AbstractPointDistribution.hpp>
Public Member Functions | |
virtual double | compute (size_t numPoints, size_t j)=0 |
computes the j-th grid point from the set of numPoints grid points. More... | |
virtual | ~AbstractPointDistribution () |
An abstract point distribution provides a set of n one-dimensional grid points for each value of n.
|
virtual |
|
pure virtual |
computes the j-th grid point from the set of numPoints grid points.
Implemented in sgpp::combigrid::L2LejaPointDistribution, sgpp::combigrid::LejaPointDistribution, sgpp::combigrid::ChebyshevDistribution, sgpp::combigrid::ClenshawCurtisDistribution, sgpp::combigrid::UniformBoundaryPointDistribution, and sgpp::combigrid::UniformPointDistribution.