Finds the element with maximum real part absolute value and its corresponding global index.
call ccombamax1(v1, v2)
call zcombamax1(v1, v2)
The ?combamax1 routine finds the element having maximum real part absolute value as well as its corresponding global index.
(local)
COMPLEX for ccombamax1
COMPLEX*16 for zcombamax1 Array, DIMENSION 2. The first maximum absolute value element and its global index. v1(1)=amax, v1(2)=indx.
(local)
COMPLEX for ccombamax1
COMPLEX*16 for zcombamax1
Array, DIMENSION 2. The second maximum absolute value element and its global index. v2(1)=amax, v2(2)=indx.
(local).
The first maximum absolute value element and its global index. v1(1)=amax, v1(2)=indx.