next up previous contents
Next: PLAPACK FORTRAN-C interface Up: Inner Product of Vectors Previous: Inner Product of Vectors

Standard FORTRAN call

The FORTRAN level-1 BLAS call for this operation is

     

figure6477

Here tex2html_wrap_inline13865 is replaced by S, D, C, or Z to indicate the data type of the operands (single, double, complex, double precision complex). Parameter N equals the length of the vectors, n . Parameters X, and Y equal the addresses of where vectors x , and y start in memory. The strides for the vectors are given in INCX and INCY. The result tex2html_wrap_inline13873 is returned as the function value.


next up previous contents
Next: PLAPACK FORTRAN-C interface Up: Inner Product of Vectors Previous: Inner Product of Vectors

rvdg@cs.utexas.edu