Skip to content

function absmaxof(const E1 &) reducing

template <input_expression E1, typename T = expression_value_type<E1>>
KFR_FUNCTION T absmaxof(const E1& x)

Returns the greatest in magnitude of all the elements in x.

x must have its size and type specified.

Defined at base/reduce.hpp:321