Next: PLAPACK calls
Up: Scaling a Vector (Object)
Previous: Standard FORTRAN call
The FORTRAN call
CALL DSCAL( N, ALPHA, X, INCX )
becomes the C call
PLA_dscal( &n, &alpha, x, &incx );
Similarly, PLAPACK supports calls
PLA_
scal for
.
Next: PLAPACK calls
Up: Scaling a Vector (Object)
Previous: Standard FORTRAN call
rvdg@cs.utexas.edu