next up previous contents
Next: PLAPACK calls Up: Scaling a Vector (Object) Previous: Standard FORTRAN call

PLAPACK FORTRAN-C interface

 

The FORTRAN call

CALL DSCAL( N, ALPHA, X, INCX )
becomes the C call
PLA_dscal( &n, &alpha, x, &incx );
Similarly, PLAPACK supports calls PLA_ tex2html_wrap_inline13780 scal for tex2html_wrap_inline13782 .


next up previous contents
Next: PLAPACK calls Up: Scaling a Vector (Object) Previous: Standard FORTRAN call

rvdg@cs.utexas.edu