next up previous contents
Next: PLAPACK FORTRAN-C interface Up: Rank-1 Update Previous: Rank-1 Update

Standard FORTRAN call

The FORTRAN level-2 BLAS call for this operation is

     

SUBROUTINE tex2html_wrap_inline14348 GER ( M, N, ALPHA, X, INCX, Y, INCY, A, LDA )

Here tex2html_wrap_inline14350 is replaced by S, D, C, or Z to indicate the datatype of the data (single, double, complex, double precision complex). Parameter ALPHA holds the scaling factor tex2html_wrap_inline14352 . Parameters A, X, and Y equal the addresses of where matrix A and vectors x , and y start in memory. The leading dimensions of the matrix is given in LDA and the strides for the vectors in INCX and INCY.


next up previous contents
Next: PLAPACK FORTRAN-C interface Up: Rank-1 Update Previous: Rank-1 Update

rvdg@cs.utexas.edu