Visible to Intel only — GUID: GUID-6EDDBD3E-34D2-40E6-9937-8E39FCE3C255
Visible to Intel only — GUID: GUID-6EDDBD3E-34D2-40E6-9937-8E39FCE3C255
i?max1
Finds the index of the vector element whose real part has maximum absolute value.
MKL_INT icmax1(const MKL_INT*n, const MKL_Complex8*cx, const MKL_INT*incx)
MKL_INT izmax1(const MKL_INT*n, const MKL_Complex16*cx, const MKL_INT*incx)
- mkl.h
Given a complex vector cx, the i?max1 functions return the index of the first vector element of maximum absolute value. These functions are based on the BLAS functions icamax/izamax, but using the absolute value of components. They are designed for use with clacon/zlacon.
- n
-
Specifies the number of elements in the vector cx.
- cx
-
Array, size at least (1+(n-1)*abs(incx)).
Contains the input vector.
- incx
-
Specifies the spacing between successive elements of cx.
Index of the vector element of maximum absolute value.