numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
function_object_wrapper.h File Reference

Definition of function_object_wrapper class. More...

#include <type_traits>
#include <utility>
+ Include dependency graph for function_object_wrapper.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of function_object_wrapper class.

Definition in file function_object_wrapper.h.