]> gitweb.michael.orlitzky.com - octave.git/commit
Add first implementation of the conjugate gradient method and its tests.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Mar 2013 18:05:21 +0000 (14:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Mar 2013 18:05:21 +0000 (14:05 -0400)
commit336f1181f7f065a07ee58bd772a875f7f4b39247
tree1dee0b5e921d421aa3b91a1e7eaf365c3f4618b9
parent30c26967dbc89131a09979fa8937eac0ef7a73b4
Add first implementation of the conjugate gradient method and its tests.
optimization/conjugate_gradient_method.m [new file with mode: 0644]
tests/conjugate_gradient_method_tests.m [new file with mode: 0644]