SG++-Doxygen-Documentation
|
#include <GeneralFunction.hpp>
Public Types | |
typedef std::function< Out()> | function_type |
typedef Out | output_type |
Public Member Functions | |
Out | call () const |
Evaluates the function (for python use etc., does the same as operator()). More... | |
GeneralFunction1 (Out(*ptr)()) | |
for function pointers More... | |
template<typename T > | |
GeneralFunction1 (T const &f) | |
for lambdas or function objects More... | |
GeneralFunction1 () | |
Default constructor, creating a constant zero function. More... | |
function_type | getStdFunction () const |
Out | operator() () const |
Evaluates the function. More... | |
typedef std::function<Out()> sgpp::combigrid::GeneralFunction1< Out >::function_type |
typedef Out sgpp::combigrid::GeneralFunction1< Out >::output_type |
|
inlineexplicit |
for function pointers
|
inlineexplicit |
for lambdas or function objects
|
inline |
Default constructor, creating a constant zero function.
|
inline |
Evaluates the function (for python use etc., does the same as operator()).
|
inline |
|
inline |
Evaluates the function.