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

Go to the source code of this file.

Functions/Subroutines

subroutine cgetf2 (M, N, A, LDA, IPIV, INFO)
 CGETF2 computes the LU factorization of a general m-by-n matrix using partial pivoting with row interchanges (unblocked algorithm). More...
 
cscal
subroutine cscal(N, CA, CX, INCX)
CSCAL
Definition: cscal.f:80
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
cswap
subroutine cswap(N, CX, INCX, CY, INCY)
CSWAP
Definition: cswap.f:83
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
cgeru
subroutine cgeru(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
CGERU
Definition: cgeru.f:132
icamax
integer function icamax(N, CX, INCX)
ICAMAX
Definition: icamax.f:73