]> gitweb.michael.orlitzky.com - octave.git/history - newtons_method.m
Replace step_length_cgm() with a direct call to step_length_positive_definite().
[octave.git] / newtons_method.m
2013-03-22 Michael OrlitzkyReplace ##-style comments with %-style comments in...
2012-10-16 Michael OrlitzkyAdd Newton's method and some tests.