AFF --- A container for numbers (array) by Friederich and Forbriger.
|
C::Tvalue aff::func::absmax | ( | const C & | c | ) |
Function template to extract the largest absolute from the values stored in a container
This is usefull to normalize timeseries data to their maximum.
C | any container class like aff::Array<double> (this value is deduced by the compiler) |
c | any container of numerical values |
Definition at line 98 of file absmax.h.
Referenced by main().