Function absminof¶
function absminof(const E1 &) base¶
template <input_expression E1, typename T = expression_value_type<E1>>
KFR_FUNCTION T absminof(const E1& x) Returns the smallest in magnitude of all the elements in x.
x must have its size and type specified.
Fully qualified name: kfr::absminof(const E1 &)
Declared at base/reduce.hpp:459
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.