]> gitweb.michael.orlitzky.com - octave.git/commit
Add the Wood() test function and some tests.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 6 Mar 2013 22:12:43 +0000 (17:12 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 6 Mar 2013 22:12:43 +0000 (17:12 -0500)
commit87d434fa93b3e52e8a5a0a9d99ae43492c35e1be
tree7ce0fc0202adccc5678e81c021cae8d2792b02f3
parentbe86b42e1f06a8dddb6dd50832307e7d776023df
Add the Wood() test function and some tests.
optimization/test_functions/wood.m [new file with mode: 0644]
optimization/test_functions/wood1.m [new file with mode: 0644]
optimization/test_functions/wood_gradient.m [new file with mode: 0644]
optimization/test_functions/wood_gradient1.m [new file with mode: 0644]
optimization/test_functions/wood_hessian.m [new file with mode: 0644]
optimization/test_functions/wood_hessian1.m [new file with mode: 0644]
tests/wood_gradient_tests.m [new file with mode: 0644]
tests/wood_tests.m [new file with mode: 0644]