next up previous contents
Next: PLAPACK calls Up: Inner Product of Vectors Previous: Standard FORTRAN call

PLAPACK FORTRAN-C interface

 

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_ tex2html_wrap_inline13878 dot for tex2html_wrap_inline13880 .


next up previous contents
Next: PLAPACK calls Up: Inner Product of Vectors Previous: Standard FORTRAN call

rvdg@cs.utexas.edu