dgesl Subroutine

subroutine dgesl(a, lda, n, ipvt, b, job)

Arguments

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

Calls

proc~~dgesl~~CallsGraph proc~dgesl dgesl daxpy daxpy proc~dgesl->daxpy

Variables

Type Visibility Attributes Name Initial
double precision, public :: ddot
double precision, public :: t
integer, public :: k
integer, public :: kb
integer, public :: l
integer, public :: nm1