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

Go to the source code of this file.

Functions/Subroutines

subroutine slarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 SLARF applies an elementary reflector to a general rectangular matrix. More...
 
ilaslr
integer function ilaslr(M, N, A, LDA)
ILASLR scans a matrix for its last non-zero row.
Definition: ilaslr.f:80
sgemv
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
Definition: sgemv.f:158
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
ilaslc
integer function ilaslc(M, N, A, LDA)
ILASLC scans a matrix for its last non-zero column.
Definition: ilaslc.f:80
sger
subroutine sger(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
SGER
Definition: sger.f:132