![]() |
SG++-Doxygen-Documentation
|
#include <sgpp/base/operation/hash/common/basis/Basis.hpp>
#include <sgpp/base/operation/hash/common/basis/BsplineBasis.hpp>
#include <sgpp/base/tools/ClenshawCurtisTable.hpp>
#include <sgpp/base/tools/GaussLegendreQuadRule1D.hpp>
#include <sgpp/globaldef.hpp>
#include <algorithm>
#include <cmath>
#include <vector>
#include <omp.h>
Classes | |
class | sgpp::base::BsplineClenshawCurtisBasis< LT, IT > |
B-spline basis on Clenshaw-Curtis grids. More... | |
Namespaces | |
namespace | sgpp |
Class that stores, generates and manipulates a density function during online phase in on/off learning. | |
namespace | sgpp::base |
Typedefs | |
typedef BsplineClenshawCurtisBasis< unsigned int, unsigned int > | sgpp::base::SBsplineClenshawCurtisBase |