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

Concept of single-variate differentiable functions for root-finding. More...

#include <num_collect/roots/concepts/single_variate_differentiable_function.h>

Concept definition

template<typename T>
std::is_same_v<typename T::variable_type, typename T::jacobian_type>
Concept of differentiable functions for root-finding.
Concept of single-variate differentiable functions for root-finding.

Detailed Description

Concept of single-variate differentiable functions for root-finding.

Template Parameters
TType.

Definition at line 35 of file single_variate_differentiable_function.h.