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