SG++-Doxygen-Documentation
|
#include <sgpp/globaldef.hpp>
#include <sgpp/base/datatypes/DataVector.hpp>
#include <sgpp/base/datatypes/DataMatrix.hpp>
#include <vector>
#include <cstddef>
#include <memory>
Classes | |
class | sgpp::optimization::ScalarFunctionHessian |
Abstract base class for scalar-valued functions \(f\colon [0, 1]^d \to \mathbb{R}\) together with their gradients \(\nabla f\colon [0, 1]^d \to \mathbb{R}^d\) and Hessians \(H_f\colon [0, 1]^d \to \mathbb{R}^{d \times d}\) (e.g., Hessians of objective functions in optimization). More... | |
Namespaces | |
sgpp | |
This header contains some utility functions. | |
sgpp::optimization | |