cgstep - one step of conjugate gradient step
OPERATOR:ierr= cgstep(forget,x,g,rr,gg)
CLOSE: call cgstep_close()
Whether or not to forget previous step
real(:)
Model
real(:)
Gradient
real(:)
residual
real(:)
gradient mapped into residual space
One step of conjugate gradient method
the cgmeth manpage, the cdstep manpage,the solver_reg manpage,the conjgrad manpage,the partan manpage
geef90