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

Definition of any_objective_function class. More...

#include <functional>
#include <type_traits>
#include <utility>
#include "num_collect/base/concepts/invocable_as.h"
+ Include dependency graph for any_objective_function.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::any_objective_function< Value(Variable)>
 Class to store any type of objects of objective functions. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::opt
 Namespace of optimization algorithms.
 

Detailed Description

Definition of any_objective_function class.

Definition in file any_objective_function.h.