]> gitweb.michael.orlitzky.com - octave.git/blob - tests/wood_tests.m
Add the Wood() test function and some tests.
[octave.git] / tests / wood_tests.m
1 ## Test the optimal point.
2
3 f = wood(1,1,1,1);
4 unit_test_equals("wood(1,1,1,1) == 0", ...
5 0, ...
6 wood(1,1,1,1));