]> gitweb.michael.orlitzky.com - octave.git/shortlog
octave.git
2013-05-11 Michael OrlitzkyAdd the cholesky_inf() function. master
2013-05-08 Michael OrlitzkyAdd the spectral_radius() function.
2013-05-07 Michael OrlitzkyRevert "Return a more-useful column vector from partiti...
2013-05-07 Michael OrlitzkyReturn a more-useful column vector from partition();
2013-05-07 Michael OrlitzkyPlace the 'omega' parameter to successive_over_relaxati...
2013-05-07 Michael OrlitzkyAdd classical_iteration() sans comments, refactor jacob...
2013-05-06 Michael OrlitzkyUse infinity norms in jacobi().
2013-05-06 Michael OrlitzkyAdd jacobi.m.
2013-05-05 Michael OrlitzkyCheck for error flag in rank_k_approximation().
2013-05-05 Michael OrlitzkyFix existing rank_k_approximation() tests; add new...
2013-05-05 Michael OrlitzkyCheck for the easy case in rank_k_approximation().
2013-05-04 Michael OrlitzkyFix a comment.
2013-05-04 Michael OrlitzkyAdd rank_k_approximation() and its tests.
2013-03-26 Michael OrlitzkyAdd MATLAB ellipses.
2013-03-26 Michael OrlitzkyMangle the PCGM tests, commit something that just might...
2013-03-26 Michael OrlitzkyFix p/g mixup that I just put back.
2013-03-26 Michael OrlitzkyReplace step_length_cgm() with a direct call to step_le...
2013-03-26 Michael OrlitzkyPut back the redundant step_length_positive_definite...
2013-03-26 Michael OrlitzkyRefix the non-negativity of denom in step_length_positi...
2013-03-26 Michael OrlitzkyRevert "Don't take a redundant parameter in step_length...
2013-03-26 Michael OrlitzkyFix a ton of crap in the CGM tests.
2013-03-26 Michael OrlitzkyTry again to make the steepest descent tests work.
2013-03-25 Michael OrlitzkyFix the n != 5 cases in the steepest descent tests.
2013-03-25 Michael OrlitzkyAdd the perturb() function and its tests.
2013-03-25 Michael OrlitzkyTiny refactoring in the PCGM.
2013-03-25 Michael OrlitzkyRemove useless abs() in the PCGM.
2013-03-25 Michael OrlitzkyFix loop count parsing.
2013-03-25 Michael OrlitzkyDon't take a redundant parameter in step_length_positiv...
2013-03-25 Michael OrlitzkyTake an optional integer parameter to ./run-tests.m...
2013-03-25 Michael OrlitzkySimplify (subjectively) the steepest descent loop.
2013-03-25 Michael OrlitzkyAdd tests for the steepest descent method, based on...
2013-03-25 Michael OrlitzkyUse the infinity norm in the PCGM tests.
2013-03-25 Michael OrlitzkyUse the infinity norm in vanilla_cgm().
2013-03-25 Michael OrlitzkyFix bad bad typo.
2013-03-23 Michael OrlitzkyAvoid divide-by-zero in preconditioned_conjugate_gradie...
2013-03-23 Michael OrlitzkyAvoid divide-by-zero in step_length_positive_definite.m.
2013-03-23 Michael OrlitzkyUse the infinity norm in steepest_descent(), update...
2013-03-22 Michael OrlitzkyFix an inline #-comment.
2013-03-22 Michael OrlitzkyFix a variable name (missed in the last renaming).
2013-03-22 Michael OrlitzkyClean up the loop in the vanilla CGM.
2013-03-22 Michael OrlitzkySimplify the loop in steepest_descent().
2013-03-22 Michael OrlitzkyFix the iteration count in the PCGM.
2013-03-22 Michael OrlitzkyAdd a second reference for the PCGM and make it more...
2013-03-22 Michael OrlitzkyAdd ellipses to multi-line function definition.
2013-03-22 Michael OrlitzkyAdd ellipses on a multi-line statement.
2013-03-22 Michael OrlitzkyReplace ##-style comments with %-style comments in...
2013-03-22 Michael OrlitzkyTest our (P)CGM implementation against Octave's.
2013-03-22 Michael OrlitzkyAdd an optional upper bound argument to random_positive...
2013-03-22 Michael OrlitzkyAdd random_positive_definite_matrix() and its tests.
2013-03-22 Michael OrlitzkyOutput totals at the end of the test suite.
2013-03-22 Michael OrlitzkyInclude the base directory in .octaverc.
2013-03-22 Michael OrlitzkyAdd the random_orthogonal_matrix() function and its...
2013-03-22 Michael OrlitzkyMinor comment update.
2013-03-22 Michael OrlitzkyUpdate comments in the *conjugate_gradient_method(...
2013-03-22 Michael OrlitzkyRemove the step_size_positive_definite() function;...
2013-03-20 Michael OrlitzkyFix up preconditioned CGM code.
2013-03-20 Michael OrlitzkyFix function name in vanilla_cgm.m.
2013-03-20 Michael OrlitzkyMove conjugate_gradient_method.m to vanilla_cgm.m.
2013-03-20 Michael OrlitzkyRevert "Commit a simpler version of the preconditioned...
2013-03-20 Michael OrlitzkyCommit a simpler version of the preconditioned CGM.
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-19 Michael OrlitzkyAllow CGM to take a maximum number of iterations, retur...
2013-03-19 Michael OrlitzkyAdd performance notes to steepest descent stuff.
2013-03-18 Michael OrlitzkyAdd first implementation of the steepest descent method.
2013-03-18 Michael OrlitzkyAdd step_size_positive_definite().
2013-03-18 Michael OrlitzkyReplace Octave-only comments with MATLAB-compatible...
2013-03-14 Michael OrlitzkyAdd trigonometric functions and their tests.
2013-03-14 Michael OrlitzkyTwo minor optimizations to test functions.
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-10 Michael OrlitzkyAdd a missing semicolon.
2013-03-09 Michael OrlitzkyAdd some step length functions, untested.
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 the powell_hessian() and powell_hessian1() functions.
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-07 Michael OrlitzkyAdd length checks to the wood functions, and fix wood_h...
2013-03-06 Michael OrlitzkyAdd an octaverc which modifies the load path and improv...
2013-03-06 Michael OrlitzkyAdd the Wood() test function and some tests.
2013-03-06 Michael OrlitzkyMove even/odd into the misc subdirectory.
2013-03-03 Michael OrlitzkyAdd construct() and its tests.
2013-03-03 Michael OrlitzkyAdd OUTPUT to tridiagonal docstring.
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-25 Michael OrlitzkyFix a comment.
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.
next