numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::opt::concepts::twice_differentiable_objective_function Concept Reference

Concept of second-order differentiable objective functions in optimization. More...

#include <num_collect/opt/concepts/twice_differentiable_objective_function.h>

Concept definition

template<typename T>
differentiable_objective_function<T> && requires(const T& obj) {
typename T::hessian_type;
{
obj.hessian()
}
Concept of first-order differentiable objective functions in optimization.
Concept of second-order differentiable objective functions in optimization.

Detailed Description

Concept of second-order differentiable objective functions in optimization.

Template Parameters
TType.

Definition at line 34 of file twice_differentiable_objective_function.h.