numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Namespace of internal implementations. More...
Classes | |
class | create_diff_variable_vector_functor |
Class of functor to create a vector of variables by which functions will be differentiated. More... | |
class | make_jacobian_functor |
Class of functor to make Jacobian. More... | |
Functions | |
template<typename Value , typename Diff > | |
auto | process_one_arg_function (const variable< Value, Diff > &arg, const Value &val, const Value &sensitivity) -> variable< Value, Diff > |
Process a function with one argument. | |
Namespace of internal implementations.
|
inlinenodiscard |
Process a function with one argument.
Value | Type of values. |
Diff | Type of differential coefficients. |
[in] | arg | Argument. |
[in] | val | New value. |
[in] | sensitivity | Partial differential coefficient. |
Definition at line 41 of file variable_math.h.