numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of any_objective_function class. More...
#include <functional>
#include <type_traits>
#include <utility>
#include "num_collect/base/concepts/invocable_as.h"
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. | |
Definition of any_objective_function class.
Definition in file any_objective_function.h.