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

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

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

Concept definition

template<typename T>
std::is_same_v<typename T::variable_type::Scalar,
typename T::jacobian_type::Scalar>
Concept of Eigen's dense matrices with real scalars.
Concept of Eigen's dense vectors with real scalars.
Concept of differentiable functions for root-finding.
Concept of multi-variate differentiable functions for root-finding.

Detailed Description

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

Template Parameters
TType.

Definition at line 36 of file multi_variate_differentiable_function.h.