numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::opt::function_object_wrapper< Signature, Function > Class Template Reference

Wrapper class of a function object to use as an objective function. More...

+ Collaboration diagram for num_collect::opt::function_object_wrapper< Signature, Function >:

Detailed Description

template<typename Signature, typename Function>
class num_collect::opt::function_object_wrapper< Signature, Function >

Wrapper class of a function object to use as an objective function.

See also
make_function_object_wrapper
Template Parameters
SignatureSignature of the function.
FunctionType of the function.

Definition at line 36 of file function_object_wrapper.h.


The documentation for this class was generated from the following file: