]> gitweb.michael.orlitzky.com - octave.git/history - tests/steepest_descent_tests.m
Fix the n != 5 cases in the steepest descent tests.
[octave.git] / tests / steepest_descent_tests.m
2013-03-25 Michael OrlitzkyFix the n != 5 cases in the steepest descent tests.
2013-03-25 Michael OrlitzkyAdd tests for the steepest descent method, based on...