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

Go to the source code of this file.

Functions/Subroutines

subroutine dlarfb (SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)
 DLARFB applies a block reflector or its transpose to a general rectangular matrix. More...
 
dtrmm
subroutine dtrmm(SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
DTRMM
Definition: dtrmm.f:179
dcopy
subroutine dcopy(N, DX, INCX, DY, INCY)
DCOPY
Definition: dcopy.f:84
dgemm
subroutine dgemm(TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
DGEMM
Definition: dgemm.f:189
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55