|
numerics
|
Common function type aliases for the analysis module. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
Typedefs | |
| using | num::ScalarFn = std::function< real(real)> |
| Real-valued scalar function f(x) | |
| using | num::VectorFn = std::function< void(real, real *, real *)> |
| Real-valued multivariate function f(x) where x is a scalar parameter and the function returns a vector of residuals – used in nonlinear systems. | |
Common function type aliases for the analysis module.
Definition in file types.hpp.