npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
maxAbsValue.hh File Reference

Maximum absolute value in an array. More...

#include <cassert>
#include <stdexcept>
#include <cmath>
#include <cstdlib>

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename T >
auto npstat::maxAbsValue (const T *x, const unsigned long len) -> decltype(std::abs(*x))
 

Detailed Description

Maximum absolute value in an array.

Author: I. Volobouev

March 2023