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