cauchy Subroutine

subroutine cauchy(n, x, l, u, nbd, g, iorder, iwhere, t, d, xcp, m, wy, ws, sy, wt, theta, col, head, p, c, wbp, v, nseg, iprint, sbgnrm, info, epsmch)

Arguments

Type IntentOptional Attributes Name
integer :: n
double precision :: x(n)
double precision :: l(n)
double precision :: u(n)
integer :: nbd(n)
double precision :: g(n)
integer :: iorder(n)
integer :: iwhere(n)
double precision :: t(n)
double precision :: d(n)
double precision :: xcp(n)
integer :: m
double precision :: wy(n,col)
double precision :: ws(n,col)
double precision :: sy(m,m)
double precision :: wt(m,m)
double precision :: theta
integer :: col
integer :: head
double precision :: p(2*m)
double precision :: c(2*m)
double precision :: wbp(2*m)
double precision :: v(2*m)
integer :: nseg
integer :: iprint
double precision :: sbgnrm
integer :: info
double precision :: epsmch

Calls

proc~~cauchy~~CallsGraph proc~cauchy cauchy bmv bmv proc~cauchy->bmv daxpy daxpy proc~cauchy->daxpy dcopy dcopy proc~cauchy->dcopy dscal dscal proc~cauchy->dscal hpsolb hpsolb proc~cauchy->hpsolb