numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of function_object_wrapper class. More...
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | num_collect::opt::function_object_wrapper< Value(Variable), Function > |
Wrapper class of a function object to use as an objective function. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::opt |
Namespace of optimization algorithms. | |
Functions | |
template<typename Signature , typename Function > | |
auto | num_collect::opt::make_function_object_wrapper (Function &&function) -> function_object_wrapper< Signature, Function > |
Create function_object_wrapper object. | |
Definition of function_object_wrapper class.
Definition in file function_object_wrapper.h.