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