SG++-Doxygen-Documentation
definitions.hpp File Reference
#include <sgpp/globaldef.hpp>
#include <cstddef>
#include <functional>
#include <vector>

Namespaces

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

Macros

#define CGLOG(str)
 
#define CGLOG_SURROUND(cmd)   cmd
 

Typedefs

typedef std::vector< size_t > sgpp::combigrid::MultiIndex
 

Functions

template<typename In , typename Out >
std::function< Out(In)> sgpp::combigrid::constantFunction (Out fixedValue=Out())
 Returns a constant function with the given value. More...
 
template<typename Out >
std::function< Out(MultiIndex const &)> sgpp::combigrid::multiIndexToDefaultValue (Out fixedValue=Out())
 Returns a constant function with the given value and input type (MultiIndex const &). More...
 

Macro Definition Documentation

◆ CGLOG

◆ CGLOG_SURROUND