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

Go to the source code of this file.

Functions/Subroutines

subroutine dgbtf2 (M, N, KL, KU, AB, LDAB, IPIV, INFO)
 DGBTF2 computes the LU factorization of a general band matrix using the unblocked version of the algorithm. More...
 
dger
subroutine dger(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
DGER
Definition: dger.f:132
idamax
integer function idamax(N, DX, INCX)
IDAMAX
Definition: idamax.f:73
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
dswap
subroutine dswap(N, DX, INCX, DY, INCY)
DSWAP
Definition: dswap.f:84
dscal
subroutine dscal(N, DA, DX, INCX)
DSCAL
Definition: dscal.f:81