]> gitweb.michael.orlitzky.com - octave.git/blob - tests/permutation_matrices_tests.m
Add the cholesky_inf() function.
[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));