]> gitweb.michael.orlitzky.com - octave.git/blob - tests/permutation_matrices_tests.m
Place the 'omega' parameter to successive_over_relaxation() first -- a more natural...
[octave.git] / tests / permutation_matrices_tests.m
1 expected = { [1] };
2 actual = permutation_matrices(1);
3
4 unit_test_equals("permutation_matrices(1) works", ...
5 true, ...
6 isequal(actual,expected));