NAME

conjgrad - one step of conjugate gradient


SYNOPSIS

OPERATOR:ierr= conjgrad_init(forget,x,g,rr,gg)

CLOSE: call conjgrad_close()


PARAMETERS

forget - logical
      Whether or not to forget previous step
x - real(:)
      Model
g - real(:)
      Gradient
rr - real(:)
      residual
gg - real(:)
      gradient mapped into residual space


DESCRIPTION

One step of conjugate gradient method


SEE ALSO

the cgmeth manpage, the cdstep manpage,the solver_reg manpage,the cgstep manpage


LIBRARY

geef90