<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
iamax.hpp File Reference
Include dependency graph for iamax.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
idx_t tlapack::legacy::iamax (idx_t n, T const *x, int_t incx)
 Return \(\arg\max_{i=0}^{n-1} \left(|Re(x_i)| + |Im(x_i)|\right)\).
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA