.TH "iamax" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME iamax \- iamax: argmax_i | real( x_i ) | + | imag( x_i ) | .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "integer function \fBicamax\fP (n, cx, incx)" .br .RI "\fBICAMAX\fP " .ti -1c .RI "integer function \fBidamax\fP (n, dx, incx)" .br .RI "\fBIDAMAX\fP " .ti -1c .RI "integer function \fBisamax\fP (n, sx, incx)" .br .RI "\fBISAMAX\fP " .ti -1c .RI "integer function \fBizamax\fP (n, zx, incx)" .br .RI "\fBIZAMAX\fP " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "integer function icamax (integer n, complex, dimension(*) cx, integer incx)" .PP \fBICAMAX\fP .PP \fBPurpose:\fP .RS 4 .PP .nf ICAMAX finds the index of the first element having maximum |Re(\&.)| + |Im(\&.)| .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER number of elements in input vector(s) .fi .PP .br \fICX\fP .PP .nf CX is COMPLEX array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER storage spacing between elements of CX .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBFurther Details:\fP .RS 4 .PP .nf jack dongarra, linpack, 3/11/78\&. modified 3/93 to return if incx \&.le\&. 0\&. modified 12/3/93, array(1) declarations changed to array(*) .fi .PP .RE .PP .PP Definition at line \fB70\fP of file \fBicamax\&.f\fP\&. .SS "integer function idamax (integer n, double precision, dimension(*) dx, integer incx)" .PP \fBIDAMAX\fP .PP \fBPurpose:\fP .RS 4 .PP .nf IDAMAX finds the index of the first element having maximum absolute value\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER number of elements in input vector(s) .fi .PP .br \fIDX\fP .PP .nf DX is DOUBLE PRECISION array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER storage spacing between elements of DX .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBFurther Details:\fP .RS 4 .PP .nf jack dongarra, linpack, 3/11/78\&. modified 3/93 to return if incx \&.le\&. 0\&. modified 12/3/93, array(1) declarations changed to array(*) .fi .PP .RE .PP .PP Definition at line \fB70\fP of file \fBidamax\&.f\fP\&. .SS "integer function isamax (integer n, real, dimension(*) sx, integer incx)" .PP \fBISAMAX\fP .PP \fBPurpose:\fP .RS 4 .PP .nf ISAMAX finds the index of the first element having maximum absolute value\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER number of elements in input vector(s) .fi .PP .br \fISX\fP .PP .nf SX is REAL array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER storage spacing between elements of SX .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBFurther Details:\fP .RS 4 .PP .nf jack dongarra, linpack, 3/11/78\&. modified 3/93 to return if incx \&.le\&. 0\&. modified 12/3/93, array(1) declarations changed to array(*) .fi .PP .RE .PP .PP Definition at line \fB70\fP of file \fBisamax\&.f\fP\&. .SS "integer function izamax (integer n, complex*16, dimension(*) zx, integer incx)" .PP \fBIZAMAX\fP .PP \fBPurpose:\fP .RS 4 .PP .nf IZAMAX finds the index of the first element having maximum |Re(\&.)| + |Im(\&.)| .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER number of elements in input vector(s) .fi .PP .br \fIZX\fP .PP .nf ZX is COMPLEX*16 array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER storage spacing between elements of ZX .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBFurther Details:\fP .RS 4 .PP .nf jack dongarra, 1/15/85\&. modified 3/93 to return if incx \&.le\&. 0\&. modified 12/3/93, array(1) declarations changed to array(*) .fi .PP .RE .PP .PP Definition at line \fB70\fP of file \fBizamax\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.