SG++-Doxygen-Documentation
|
provides uniform points, i. More...
#include <UniformPointDistribution.hpp>
Public Member Functions | |
virtual double | compute (size_t numPoints, size_t j) |
computes the j-th grid point from the set of numPoints grid points. More... | |
virtual | ~UniformPointDistribution () |
Public Member Functions inherited from sgpp::combigrid::AbstractPointDistribution | |
virtual | ~AbstractPointDistribution () |
provides uniform points, i.
e. {(k + 1)/(n + 1) for k = 0, ..., n-1}
|
virtual |
|
virtual |
computes the j-th grid point from the set of numPoints grid points.
Implements sgpp::combigrid::AbstractPointDistribution.