SG++-Doxygen-Documentation
|
#include <sgpp/base/grid/Grid.hpp>
#include <sgpp/base/operation/hash/OperationQuadrature.hpp>
#include <sgpp/globaldef.hpp>
#include <random>
Classes | |
class | sgpp::base::OperationQuadratureMC |
Quadrature on any sparse grid (that has OperationMultipleEval implemented) using Monte Carlo. More... | |
Namespaces | |
sgpp | |
This header contains some utility functions. | |
sgpp::base | |
Typedefs | |
typedef double(* | sgpp::base::FUNC) (int, double *, void *) |
Typedef for general functions that can be passed to integration methods. More... | |