Home
Browse Files
template
<
typename
IndexType,
typename
VX>
IndexType
iamax1(IndexType n,
const
VX *x,
IndexType incX);
Defined in namespace
ulmBLAS
. Function
iamax1
with 2 template parameters.
template
<
typename
IndexType,
typename
VX>
IndexType
iamax1(IndexType n,
const
std::
complex
<VX> *x,
IndexType incX);
Defined in namespace
ulmBLAS
. Function
iamax1
with 2 template parameters.
Home