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

Standard FORTRAN call

The FORTRAN level-1 BLAS calls for these operation are

     

     

figure6520

Here tex2html_wrap_inline13911 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 vector, n . Parameter X equals the address of where vector x starts in memory. The stride for the vector is given in INCX. The result tex2html_wrap_inline13917 is returned as the function value.


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

rvdg@cs.utexas.edu