conjgrad - one step of conjugate gradient
OPERATOR:ierr= conjgrad_init(forget,x,g,rr,gg)
CLOSE: call conjgrad_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 cgstep manpage
geef90