LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
zlarf.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine zlarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 ZLARF applies an elementary reflector to a general rectangular matrix. More...
 
zgemv
subroutine zgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
ZGEMV
Definition: zgemv.f:160
ilazlc
integer function ilazlc(M, N, A, LDA)
ILAZLC scans a matrix for its last non-zero column.
Definition: ilazlc.f:80
zgerc
subroutine zgerc(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
ZGERC
Definition: zgerc.f:132
ilazlr
integer function ilazlr(M, N, A, LDA)
ILAZLR scans a matrix for its last non-zero row.
Definition: ilazlr.f:80
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55