]> gitweb.michael.orlitzky.com - octave.git/blob - tests/wood_gradient_tests.m
700c66775899c43cef353f806e9f69016ce09948
[octave.git] / tests / wood_gradient_tests.m
1 ## The gradient should be zero at the optimal point.
2
3 g = wood_gradient(1,1,1,1);
4 unit_test_equals("wood_gradient(1,1,1,1) == 0", ...
5 0, ...
6 wood_gradient(1,1,1,1));