numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Namespace of C++ concepts. More...
Concepts | |
concept | box_constrained_optimizer |
Concept of optimizers with box constraints. | |
concept | descent_method |
Concept of descent methods for optimization. | |
concept | differentiable_objective_function |
Concept of first-order differentiable objective functions in optimization. | |
concept | line_searcher |
Concept of objects to perform line search in optimization. | |
concept | multi_variate_differentiable_objective_function |
Concept of multi-variate first-order differentiable objective functions in optimization. | |
concept | multi_variate_objective_function |
Concept of multi-variate objective functions in optimization. | |
concept | multi_variate_twice_differentiable_objective_function |
Concept of multi-variate second-order differentiable objective functions in optimization. | |
concept | objective_function |
Concept of objective functions in optimization. | |
concept | optimizer |
Concept of optimizers. | |
concept | single_variate_objective_function |
Concept of single-variate objective functions in optimization. | |
concept | twice_differentiable_objective_function |
Concept of second-order differentiable objective functions in optimization. | |
Namespace of C++ concepts.