SG++-Doxygen-Documentation
OperationMakePositive.hpp File Reference

Classes

class  sgpp::datadriven::OperationMakePositive
 This class enforces the function value range of a sparse grid function to be larger than 0. More...
 

Namespaces

 sgpp
 This header contains some utility functions.
 
 sgpp::datadriven
 

Enumerations

enum  sgpp::datadriven::MakePositiveCandidateSearchAlgorithm { sgpp::datadriven::MakePositiveCandidateSearchAlgorithm::FullGrid, sgpp::datadriven::MakePositiveCandidateSearchAlgorithm::Intersections, sgpp::datadriven::MakePositiveCandidateSearchAlgorithm::HybridFullIntersections, sgpp::datadriven::MakePositiveCandidateSearchAlgorithm::IntersectionsJoin }
 
enum  sgpp::datadriven::MakePositiveInterpolationAlgorithm { sgpp::datadriven::MakePositiveInterpolationAlgorithm::SetToZero, sgpp::datadriven::MakePositiveInterpolationAlgorithm::InterpolateExp, sgpp::datadriven::MakePositiveInterpolationAlgorithm::InterpolateBoundaries1d, sgpp::datadriven::MakePositiveInterpolationAlgorithm::InterpolateFunction }