next up previous contents
Next: PLAPACK calls Up: Maximum Absolute Value in Previous: Standard FORTRAN call

PLAPACK FORTRAN-C interface

 

The FORTRAN call

K = IDAMAX( N, X, INCX )
becomes the C call
k = PLA_idamax( &n, x, &incx );
Similarly, PLAPACK supports calls PLA_i tex2html_wrap_inline13967 amax for tex2html_wrap_inline13969 .


next up previous contents
Next: PLAPACK calls Up: Maximum Absolute Value in Previous: Standard FORTRAN call

rvdg@cs.utexas.edu