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 | differentiate_scalar_with_matrix_functor |
Class of functor to assign differential coefficients to matrices on the condition that a scalar-valued function is differentiated by a matrix-valued variable. More... | |
class | differentiate_vector_with_vector_functor |
Class of functor to assign differential coefficients to matrices on the condition that a vector-valued function is differentiated by a vector-valued variable. More... | |
Functions | |
template<typename Scalar > | |
auto | process_one_arg_function (const variable< Scalar > &arg, const Scalar &val, const Scalar &sensitivity) -> variable< Scalar > |
Process a function with one argument. | |
Namespace of internal implementations.
|
inlinenodiscard |
Process a function with one argument.
Scalar | Type of scalars. |
[in] | arg | Argument. |
[in] | val | New value. |
[in] | sensitivity | Partial differential coefficient. |
Definition at line 41 of file variable_math.h.