next up previous contents
Next: PLAPACK FORTRAN-C interface Up: Maximum Absolute Value in Previous: Maximum Absolute Value in

Standard FORTRAN call

The FORTRAN level-1 BLAS call for this operation is

     

figure6564

Here tex2html_wrap_inline13956 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 equals the addresses of where vector x starts in memory. The strides for the vector is given in INCX. The result k is returned as the function value.


next up previous contents
Next: PLAPACK FORTRAN-C interface Up: Maximum Absolute Value in Previous: Maximum Absolute Value in

rvdg@cs.utexas.edu