]> gitweb.michael.orlitzky.com - octave.git/history - tests
Remove an unused line in wood_tests.m.
[octave.git] / tests /
2013-03-07 Michael OrlitzkyRemove an unused line in wood_tests.m.
2013-03-06 Michael OrlitzkyAdd the Wood() test function and some tests.
2013-03-03 Michael OrlitzkyAdd construct() and its tests.
2013-03-03 Michael OrlitzkyAdd tridiagonal() and its tests.
2013-03-01 Michael OrlitzkyAdd is_positive_definite() and its tests.
2013-02-25 Michael OrlitzkyAdd permutation_matrices() and its tests.
2013-02-25 Michael OrlitzkyAdd envelope() and its tests.
2013-02-25 Michael OrlitzkyAdd diffusion_matrix_sparse() and its tests.
2013-02-25 Michael OrlitzkyAdd the is_upper_triangular() function and its tests.
2013-02-07 Michael OrlitzkyAdd advection matrix_sparse() and a test for it.
2013-02-06 Michael OrlitzkyAdd the advection_matrix() function and a test for it.
2013-02-06 Michael OrlitzkyAdd the central_difference function and a test for it.
2013-02-06 Michael OrlitzkyMove all of the tests into a subdirectory.