subsm Subroutine

subroutine subsm(n, m, nsub, ind, l, u, nbd, x, d, xp, ws, wy, theta, xx, gg, col, head, iword, wv, wn, iprint, info)

Arguments

Type IntentOptional AttributesName
integer :: n
integer :: m
integer :: nsub
integer :: ind(nsub)
double precision :: l(n)
double precision :: u(n)
integer :: nbd(n)
double precision :: x(n)
double precision :: d(n)
double precision :: xp(n)
double precision :: ws(n,m)
double precision :: wy(n,m)
double precision :: theta
double precision :: xx(n)
double precision :: gg(n)
integer :: col
integer :: head
integer :: iword
double precision :: wv(2*m)
double precision :: wn(2*m,2*m)
integer :: iprint
integer :: info

Calls

proc~~subsm~~CallsGraph proc~subsm subsm proc~dtrsl dtrsl proc~subsm->proc~dtrsl proc~dscal dscal proc~subsm->proc~dscal proc~dcopy dcopy proc~subsm->proc~dcopy

Called by

proc~~subsm~~CalledByGraph proc~subsm subsm proc~mainlb mainlb proc~mainlb->proc~subsm

Contents

None