dgefa Subroutine

subroutine dgefa(a, lda, n, ipvt, info)

Arguments

Type IntentOptional Attributes Name
double precision :: a(lda,1)
integer :: lda
integer :: n
integer :: ipvt(1)
integer :: info

Calls

proc~~dgefa~~CallsGraph proc~dgefa dgefa daxpy daxpy proc~dgefa->daxpy dscal dscal proc~dgefa->dscal

Variables

Type Visibility Attributes Name Initial
double precision, public :: t
integer, public :: idamax
integer, public :: j
integer, public :: k
integer, public :: kp1
integer, public :: l
integer, public :: nm1