numerics
Loading...
Searching...
No Matches
types.hpp File Reference

Common function type aliases for the analysis module. More...

#include "core/types.hpp"
#include <functional>

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.
 

Detailed Description

Common function type aliases for the analysis module.

Definition in file types.hpp.