SG++-Doxygen-Documentation
|
Provides Clenshaw-Curtis grid points, that is, the points 0.5 - 0.5 cos(k*pi/(n-1)) for k = 0, ..., n or 0.5, if n = 1. More...
#include <ClenshawCurtisDistribution.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 | ~ClenshawCurtisDistribution () |
Public Member Functions inherited from sgpp::combigrid::AbstractPointDistribution | |
virtual | ~AbstractPointDistribution () |
Provides Clenshaw-Curtis grid points, that is, the points 0.5 - 0.5 cos(k*pi/(n-1)) for k = 0, ..., n or 0.5, if n = 1.
|
virtual |
|
virtual |
computes the j-th grid point from the set of numPoints grid points.
Implements sgpp::combigrid::AbstractPointDistribution.
References M_PI.