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

Go to the source code of this file.

Functions/Subroutines

subroutine dlarf (SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
 DLARF applies an elementary reflector to a general rectangular matrix. More...
 
dger
subroutine dger(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
DGER
Definition: dger.f:132
iladlr
integer function iladlr(M, N, A, LDA)
ILADLR scans a matrix for its last non-zero row.
Definition: iladlr.f:80
iladlc
integer function iladlc(M, N, A, LDA)
ILADLC scans a matrix for its last non-zero column.
Definition: iladlc.f:80
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
dgemv
subroutine dgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
DGEMV
Definition: dgemv.f:158