Next: PLAPACK calls
Up: Inner Product of Vectors
Previous: Standard FORTRAN call
The FORTRAN call
ALPHA = DDOT( N, X, INCX, Y, INCY )
becomes the C call
alpha = PLA_ddot( &n, x, &incx, y, &incy );
Similarly, PLAPACK supports calls
PLA_ dot for
.
Next: PLAPACK calls
Up: Inner Product of Vectors
Previous: Standard FORTRAN call
rvdg@cs.utexas.edu