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