]> gitweb.michael.orlitzky.com - octave.git/history - optimization/preconditioned_conjugate_gradient_method.m
Tiny refactoring in the PCGM.
[octave.git] / optimization / preconditioned_conjugate_gradient_method.m
2013-03-25 Michael OrlitzkyTiny refactoring in the PCGM.
2013-03-25 Michael OrlitzkyRemove useless abs() in the PCGM.
2013-03-23 Michael OrlitzkyAvoid divide-by-zero in preconditioned_conjugate_gradie...
2013-03-22 Michael OrlitzkyFix the iteration count in the PCGM.
2013-03-22 Michael OrlitzkyAdd a second reference for the PCGM and make it more...
2013-03-22 Michael OrlitzkyAdd ellipses to multi-line function definition.
2013-03-22 Michael OrlitzkyUpdate comments in the *conjugate_gradient_method(...
2013-03-20 Michael OrlitzkyFix up preconditioned CGM code.
2013-03-20 Michael OrlitzkyRevert "Commit a simpler version of the preconditioned...
2013-03-20 Michael OrlitzkyCommit a simpler version of the preconditioned CGM.
2013-03-20 Michael OrlitzkyAdd the first working version of the preconditioned...