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

Go to the source code of this file.

Functions/Subroutines

recursive subroutine sgetrf2 (M, N, A, LDA, IPIV, INFO)
 SGETRF2 More...
 
sgemm
subroutine sgemm(TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
SGEMM
Definition: sgemm.f:189
isamax
integer function isamax(N, SX, INCX)
ISAMAX
Definition: isamax.f:73
sscal
subroutine sscal(N, SA, SX, INCX)
SSCAL
Definition: sscal.f:81
slaswp
subroutine slaswp(N, A, LDA, K1, K2, IPIV, INCX)
SLASWP performs a series of row interchanges on a general rectangular matrix.
Definition: slaswp.f:117
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
strsm
subroutine strsm(SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
STRSM
Definition: strsm.f:183
sgetrf2
recursive subroutine sgetrf2(M, N, A, LDA, IPIV, INFO)
SGETRF2
Definition: sgetrf2.f:115
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70