<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
|
Options for iamax. More...
#include <iamax.hpp>
Public Member Functions | |
constexpr | IamaxOpts (abs_f absf, const EcOpts &opts={}) |
![]() | |
constexpr | EcOpts (const ErrorCheck &ec_={}) |
Public Attributes | |
abs_f | absf |
Absolute value function In reference BLAS, absf(a) := |Re(a)| + |Im(a)|. | |
![]() | |
ErrorCheck | ec = {} |
Options for iamax.
Initialize using a lambda function (C++17 or higher):
or using a functor: