Next: PLAPACK calls
Up: Maximum Absolute Value in
Previous: Standard FORTRAN call
The FORTRAN call
K = IDAMAX( N, X, INCX )
becomes the C call
k = PLA_idamax( &n, x, &incx );
Similarly, PLAPACK supports calls
PLA_i amax
for
.
Next: PLAPACK calls
Up: Maximum Absolute Value in
Previous: Standard FORTRAN call
rvdg@cs.utexas.edu