]> gitweb.michael.orlitzky.com - octave.git/commit
Add the Rosenbrock functions and their tests.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2013 04:18:47 +0000 (23:18 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2013 04:18:47 +0000 (23:18 -0500)
commit75563505172dce2cc78116f0884819ca32620dbe
tree9ee4db71e7f346b79ff32785c4b9df8407b3971c
parent1e0c72bb336872f0839305340eb9699a87a40319
Add the Rosenbrock functions and their tests.
optimization/test_functions/rosenbrock.m [new file with mode: 0644]
optimization/test_functions/rosenbrock1.m [new file with mode: 0644]
optimization/test_functions/rosenbrock_gradient.m [new file with mode: 0644]
optimization/test_functions/rosenbrock_gradient1.m [new file with mode: 0644]
optimization/test_functions/rosenbrock_hessian.m [new file with mode: 0644]
optimization/test_functions/rosenbrock_hessian1.m [new file with mode: 0644]
tests/rosenbrock1_tests.m [new file with mode: 0644]
tests/rosenbrock_gradient_tests.m [new file with mode: 0644]
tests/rosenbrock_tests.m [new file with mode: 0644]