]> gitweb.michael.orlitzky.com - octave.git/history - optimization/vanilla_cgm.m
Use the infinity norm in vanilla_cgm().
[octave.git] / optimization / vanilla_cgm.m
2013-03-25 Michael OrlitzkyUse the infinity norm in vanilla_cgm().
2013-03-22 Michael OrlitzkyClean up the loop in the vanilla CGM.
2013-03-20 Michael OrlitzkyFix function name in vanilla_cgm.m.
2013-03-20 Michael OrlitzkyMove conjugate_gradient_method.m to vanilla_cgm.m.