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

Go to the source code of this file.

Functions/Subroutines

subroutine clarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 CLARF applies an elementary reflector to a general rectangular matrix. More...
 
cgemv
subroutine cgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
CGEMV
Definition: cgemv.f:160
cgerc
subroutine cgerc(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
CGERC
Definition: cgerc.f:132
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
ilaclc
integer function ilaclc(M, N, A, LDA)
ILACLC scans a matrix for its last non-zero column.
Definition: ilaclc.f:80
ilaclr
integer function ilaclr(M, N, A, LDA)
ILACLR scans a matrix for its last non-zero row.
Definition: ilaclr.f:80