|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Options for iamax. More...
#include <iamax.hpp>


Public Member Functions | |
| constexpr | IamaxOpts (abs_f absf, const EcOpts &opts={}) |
Public Member Functions inherited from tlapack::EcOpts | |
| constexpr | EcOpts (const ErrorCheck &ec_={}) |
Public Attributes | |
| abs_f | absf |
| Absolute value function In reference BLAS, absf(a) := |Re(a)| + |Im(a)|. | |
Public Attributes inherited from tlapack::EcOpts | |
| ErrorCheck | ec = {} |
Options for iamax.
Initialize using a lambda function (C++17 or higher):
or using a functor: