![]() |
SG++-Doxygen-Documentation
|
#include <sgpp/base/datatypes/DataMatrix.hpp>
#include <sgpp/base/datatypes/DataVector.hpp>
#include <sgpp/base/grid/GridStorage.hpp>
#include <sgpp/base/tools/MutexType.hpp>
#include <sgpp/base/tools/SGppStopwatch.hpp>
#include <sgpp/base/tools/sle/system/SLE.hpp>
#include <sgpp/globaldef.hpp>
#include <algorithm>
#include <cstddef>
#include <stack>
#include <string>
#include <vector>
Classes | |
class | sgpp::base::Printer |
Singleton class to facilitate debugging output. More... | |
Namespaces | |
namespace | sgpp |
Class that stores, generates and manipulates a density function during online phase in on/off learning. | |
namespace | sgpp::base |
Functions | |
std::ostream & | sgpp::base::operator<< (std::ostream &stream, const DataVector &x) |
Concatenate output stream with DataVector. | |
std::ostream & | sgpp::base::operator<< (std::ostream &stream, const GridPoint &x) |
Concatenate output stream with GridPoint. | |
template<class T > | |
std::ostream & | sgpp::base::operator<< (std::ostream &stream, const std::vector< T > &x) |
Concatenate output stream with std::vector. | |