LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ger: general matrix rank-1 update
Collaboration diagram for ger: general matrix rank-1 update:

Functions

subroutine cgerc (m, n, alpha, x, incx, y, incy, a, lda)
 CGERC
 
subroutine cgeru (m, n, alpha, x, incx, y, incy, a, lda)
 CGERU
 
subroutine dger (m, n, alpha, x, incx, y, incy, a, lda)
 DGER
 
subroutine sger (m, n, alpha, x, incx, y, incy, a, lda)
 SGER
 
subroutine zgerc (m, n, alpha, x, incx, y, incy, a, lda)
 ZGERC
 
subroutine zgeru (m, n, alpha, x, incx, y, incy, a, lda)
 ZGERU
 

Detailed Description