]> gitweb.michael.orlitzky.com - octave.git/history - tests/conjugate_gradient_method_tests.m
Add the cholesky_inf() function.
[octave.git] / tests / conjugate_gradient_method_tests.m
2013-03-26 Michael OrlitzkyFix a ton of crap in the CGM tests.
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...