SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
Grid.hpp File Reference

Classes

struct  sgpp::base::AdaptivityConfiguration
 structure that can be used by application to define adaptivity strategies More...
 
struct  sgpp::base::CombiGridConfiguration
 Structure that can be used by applications to cluster combi grid information. More...
 
struct  sgpp::base::GeneralGridConfiguration
 Struct to cluster general grid information for different grid "super" types. More...
 
class  sgpp::base::Grid
 abstract base class for all types grids used in sgpp the class gives pure virtual function definitions that have to be implemented by all types of grids More...
 
struct  sgpp::base::RegularGridConfiguration
 structure that can be used by applications to cluster regular grid information More...
 

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::base
 

Enumerations

enum class  sgpp::base::AdaptivityThresholdType { sgpp::base::Relative , sgpp::base::Absolute }
 Enum that is used to set the type of refinement threshold (percentage/relative based or absolute). More...
 
enum class  sgpp::base::GeneralGridType { sgpp::base::RegularSparseGrid , sgpp::base::RefinedCoarsenedSparseGrid , sgpp::base::ComponentGrid , sgpp::base::GeometryAwareSparseGrid }
 Enum to define all possible grid "super" types (used for GeneralGridConfiguration) More...
 
enum class  sgpp::base::GridType {
  sgpp::base::Linear , sgpp::base::LinearStretched , sgpp::base::LinearL0Boundary , sgpp::base::LinearBoundary ,
  sgpp::base::LinearStretchedBoundary , sgpp::base::LinearTruncatedBoundary , sgpp::base::ModLinear , sgpp::base::Poly ,
  sgpp::base::PolyBoundary , sgpp::base::ModPoly , sgpp::base::ModWavelet , sgpp::base::ModBspline ,
  sgpp::base::Prewavelet , sgpp::base::SquareRoot , sgpp::base::Periodic , sgpp::base::LinearClenshawCurtisBoundary ,
  sgpp::base::Bspline , sgpp::base::BsplineBoundary , sgpp::base::BsplineClenshawCurtis , sgpp::base::Wavelet ,
  sgpp::base::WaveletBoundary , sgpp::base::FundamentalSpline , sgpp::base::ModFundamentalSpline , sgpp::base::ModBsplineClenshawCurtis ,
  sgpp::base::LinearStencil , sgpp::base::ModLinearStencil , sgpp::base::PolyClenshawCurtisBoundary , sgpp::base::PolyClenshawCurtis ,
  sgpp::base::LinearClenshawCurtis , sgpp::base::ModPolyClenshawCurtis , sgpp::base::ModLinearClenshawCurtis , sgpp::base::NaturalBsplineBoundary ,
  sgpp::base::NakBspline , sgpp::base::NakBsplineBoundary , sgpp::base::ModNakBspline , sgpp::base::WeaklyFundamentalSplineBoundary ,
  sgpp::base::WeaklyFundamentalNakSplineBoundary , sgpp::base::ModWeaklyFundamentalNakSpline , sgpp::base::FundamentalSplineBoundary , sgpp::base::FundamentalNakSplineBoundary ,
  sgpp::base::NakBsplineExtended , sgpp::base::NakPBspline
}
 enum to address different gridtypes in a standardized way More...