]> gitweb.michael.orlitzky.com - octave.git/blob - tests/wood_gradient_tests.m
Place the 'omega' parameter to successive_over_relaxation() first -- a more natural...
[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));