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_
swap
for
.
Next:
PLAPACK calls
Up:
Swap
Previous:
Standard FORTRAN call
rvdg@cs.utexas.edu