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

Go to the source code of this file.

Functions/Subroutines

subroutine sgetc2 (N, A, LDA, IPIV, JPIV, INFO)
 SGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. More...
 
slabad
subroutine slabad(SMALL, LARGE)
SLABAD
Definition: slabad.f:76
sswap
subroutine sswap(N, SX, INCX, SY, INCY)
SSWAP
Definition: sswap.f:84
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
sger
subroutine sger(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
SGER
Definition: sger.f:132