SG++-Doxygen-Documentation
BreadthFirstSearch.hpp File Reference
#include <sgpp/globaldef.hpp>
#include <sgpp/base/grid/GridStorage.hpp>
#include <sgpp/base/datatypes/DataVector.hpp>
#include <sgpp/base/datatypes/DataMatrix.hpp>
#include <queue>
#include <vector>

Classes

class  sgpp::base::BreadthFirstSearch< FUNC >
 Class for applying a functor of type FUNC on all grid points of a sparse grid in a breadth-first search (BFS) manner. More...
 

Namespaces

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