matupd Subroutine

subroutine matupd(n, m, ws, wy, sy, ss, d, r, itail, iupdat, col, head, theta, rr, dr, stp, dtd)

Arguments

Type IntentOptional AttributesName
integer :: n
integer :: m
double precision :: ws(n,m)
double precision :: wy(n,m)
double precision :: sy(m,m)
double precision :: ss(m,m)
double precision :: d(n)
double precision :: r(n)
integer :: itail
integer :: iupdat
integer :: col
integer :: head
double precision :: theta
double precision :: rr
double precision :: dr
double precision :: stp
double precision :: dtd

Called by

proc~~matupd~~CalledByGraph proc~matupd matupd proc~mainlb mainlb proc~mainlb->proc~matupd

Contents

None