cmprlb Subroutine

subroutine cmprlb(n, m, x, g, ws, wy, sy, wt, z, r, wa, index, theta, col, head, nfree, cnstnd, info)

Arguments

Type IntentOptional AttributesName
integer :: n
integer :: m
double precision :: x(n)
double precision :: g(n)
double precision :: ws(n,m)
double precision :: wy(n,m)
double precision :: sy(m,m)
double precision :: wt(m,m)
double precision :: z(n)
double precision :: r(n)
double precision :: wa(4*m)
integer :: index(n)
double precision :: theta
integer :: col
integer :: head
integer :: nfree
logical :: cnstnd
integer :: info

Called by

proc~~cmprlb~~CalledByGraph proc~cmprlb cmprlb proc~mainlb mainlb proc~mainlb->proc~cmprlb

Contents

None