Next: PLAPACK calls
Up: Scaled Vector (Object) Addition
Previous: Standard FORTRAN call
The FORTRAN call
CALL DAXPY( N, ALPHA, X, INCX, Y, INCY )
becomes the C call
PLA_daxpy( &n, &alpha, x, &incx, y, &incy );
Similarly, PLAPACK supports calls
PLA_ axpy for
.
Next: PLAPACK calls
Up: Scaled Vector (Object) Addition
Previous: Standard FORTRAN call
rvdg@cs.utexas.edu