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

PLAPACK FORTRAN-C interface

 

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_ tex2html_wrap_inline13830 axpy for tex2html_wrap_inline13832 .


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

rvdg@cs.utexas.edu