next up previous contents
Next: PLAPACK calls Up: Swap Previous: Standard FORTRAN call

PLAPACK FORTRAN-C interface

 

The FORTRAN call

CALL DSWAP( N, X, INCX, Y, INCY )
becomes the C call
PLA_dswap( &n, x, &incx, y, &incy );
Similarly, PLAPACK supports calls PLA_ tex2html_wrap_inline13739 swap for tex2html_wrap_inline13741 .


next up previous contents
Next: PLAPACK calls Up: Swap Previous: Standard FORTRAN call

rvdg@cs.utexas.edu