]> gitweb.michael.orlitzky.com - octave.git/history - tests/conjugate_gradient_method_tests.m
Test our (P)CGM implementation against Octave's.
[octave.git] / tests / conjugate_gradient_method_tests.m
2013-03-22 Michael OrlitzkyTest our (P)CGM implementation against Octave's.
2013-03-20 Michael OrlitzkyPass max_iterations to the CGM test.
2013-03-13 Michael OrlitzkyAdd first implementation of the conjugate gradient...