]> gitweb.michael.orlitzky.com - octave.git/history - tests
Add a second reference for the PCGM and make it more resistant to accumulated roundof...
[octave.git] / tests /
2013-03-22 Michael OrlitzkyTest our (P)CGM implementation against Octave's.
2013-03-22 Michael OrlitzkyAdd random_positive_definite_matrix() and its tests.
2013-03-22 Michael OrlitzkyAdd the random_orthogonal_matrix() function and its...
2013-03-20 Michael OrlitzkyFix up preconditioned CGM code.
2013-03-20 Michael OrlitzkyAdd the first working version of the preconditioned...
2013-03-20 Michael OrlitzkyPass max_iterations to the CGM test.
2013-03-14 Michael OrlitzkyAdd trigonometric functions and their tests.
2013-03-14 Michael OrlitzkyAdd the Himmelblau function, as defined in Applied...
2013-03-13 Michael OrlitzkyAdd first implementation of the conjugate gradient...
2013-03-13 Michael OrlitzkyAdd extended_powell functions and their tests.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock_hessian1() and its tests.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock_gradient1() and its tests.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock1() and its tests.
2013-03-08 Michael OrlitzkyAdd the Rosenbrock functions and their tests.
2013-03-07 Michael OrlitzkyAdd powell_gradient(), powell_gradient1() and their...
2013-03-07 Michael OrlitzkyWord-wrap a comment.
2013-03-07 Michael OrlitzkyAdd powell(), powell1() and their tests.
2013-03-07 Michael OrlitzkyAdd tests for wood1().
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.