![]() |
SG++-Doxygen-Documentation
|
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... | |
| #define CGLOG | ( | str | ) |
Referenced by sgpp::combigrid::CombigridEvaluator< V >::addLevel(), sgpp::combigrid::LevelManager::addLevelsAdaptiveParallel(), sgpp::combigrid::FullGridLinearSummationStrategy< V >::eval(), sgpp::combigrid::FullGridQuadraticSummationStrategy< V >::eval(), sgpp::combigrid::FullGridCallbackEvaluator< V >::getLevelTasks(), sgpp::combigrid::CombigridTreeStorageImpl::setFunctions(), sgpp::combigrid::ThreadPool::start(), and sgpp::combigrid::TreeStorageGuidedIterator< T >::TreeStorageGuidedIterator().
| #define CGLOG_SURROUND | ( | cmd | ) | cmd |
Referenced by sgpp::combigrid::LevelManager::addLevelsAdaptiveParallel(), sgpp::combigrid::ThreadPool::addTask(), sgpp::combigrid::ThreadPool::addTasks(), sgpp::combigrid::FullGridCallbackEvaluator< V >::getLevelTasks(), sgpp::combigrid::CombigridTreeStorageImpl::setFunctions(), sgpp::combigrid::ThreadPool::start(), and sgpp::combigrid::ThreadPool::triggerTermination().