SG++-Doxygen-Documentation
|
#include <sgpp/globaldef.hpp>
#include <sgpp/base/datatypes/DataVector.hpp>
#include <sgpp/base/datatypes/DataMatrix.hpp>
#include <sgpp/base/tools/SGppStopwatch.hpp>
#include <sgpp/optimization/gridgen/IterativeGridGenerator.hpp>
#include <sgpp/optimization/sle/system/SLE.hpp>
#include <sgpp/optimization/tools/MutexType.hpp>
#include <algorithm>
#include <cstddef>
#include <stack>
#include <vector>
#include <string>
Classes | |
class | sgpp::optimization::Printer |
Singleton class to facilitate debugging output. More... | |
Namespaces | |
sgpp | |
This header contains some utility functions. | |
sgpp::optimization | |
Functions | |
template<class T > | |
std::ostream & | sgpp::optimization::operator<< (std::ostream &stream, const std::vector< T > &x) |
Concatenate output stream with std::vector. More... | |
std::ostream & | sgpp::optimization::operator<< (std::ostream &stream, const base::DataVector &x) |
Concatenate output stream with base::DataVector. More... | |
std::ostream & | sgpp::optimization::operator<< (std::ostream &stream, const sgpp::base::GridPoint &x) |
Concatenate output stream with base::GridPoint. More... | |