]> gitweb.michael.orlitzky.com - octave.git/blob - tests/powell_tests.m
Word-wrap a comment.
[octave.git] / tests / powell_tests.m
1 ## Test the optimal point.
2
3 unit_test_equals("powell(0,0,0,0) == 0", ...
4 0, ...
5 powell(0,0,0,0));