]> gitweb.michael.orlitzky.com - octave.git/shortlog
octave.git
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.
2013-02-06 Michael OrlitzkyFix return value name in forward_euler.m.
2013-02-06 Michael OrlitzkyRemove old homework code from divided_difference.m.
2013-02-06 Michael OrlitzkyMove all of the tests into a subdirectory.
2012-12-18 Michael OrlitzkyUse the analytic solution Y(x) to compute y1 in problem...
2012-12-18 Michael OrlitzkyDelete trailing whitespace.
2012-12-17 Michael OrlitzkySplit the partition function into partition/partition_d...
2012-12-17 Michael OrlitzkyUpdate the poisson_matrix test with negated values.
2012-12-17 Michael OrlitzkyAdd the forward_euler1 function and a test for it.
2012-12-17 Michael OrlitzkyWhitespace cleanup.
2012-11-15 Michael OrlitzkyAdd the code for problem 5iii.
2012-11-15 Michael OrlitzkyAdd the c_norm function and l2_project functions.
2012-11-15 Michael OrlitzkyAdd semicolons.
2012-11-15 Michael OrlitzkyAdd docs for the c_inner_product function.
2012-11-14 Michael OrlitzkyAdd the Octave c_inner_product function.
2012-11-14 Michael OrlitzkyAdd some octave code to compute (scaled and unscaled...
2012-10-16 Michael OrlitzkyNegate the poisson matrix during its generation.
2012-10-16 Michael OrlitzkyAdd Newton's method and some tests.
2012-10-16 Michael OrlitzkyClean up a comment.
2012-10-15 Michael OrlitzkyAdd the fixed point method and some tests.
2012-10-15 Michael OrlitzkyAdd a test for the poisson_matrix function.
2012-10-15 Michael OrlitzkyFactor out the poisson_matrix function.
2012-10-15 Michael OrlitzkyMove several functions out of the homework1/src directo...
2012-09-16 Michael OrlitzkyCheck for existence of the include path before includin...
2012-09-16 Michael OrlitzkyAdd unit test framework and sample script.
2012-09-16 Michael OrlitzkyMove homework #1's octave code into its directory.
2012-09-15 Michael OrlitzkyFirst shot at a solve_poisson function.
2012-09-15 Michael OrlitzkyRewrite the forward_euler() function to return a vector...
2012-09-15 Michael OrlitzkyAdd the divided_difference_coefficients() function...
2012-09-15 Michael OrlitzkySquelch output from partition().
2012-09-14 Michael OrlitzkyAdd the forward_euler function.
2012-09-14 Michael OrlitzkyClean up the divided_difference function.
2012-09-14 Michael OrlitzkyAdd even/odd Octave functions.
2012-09-14 Michael OrlitzkyUpdate docs for has_root().
2012-09-14 Michael OrlitzkyReturn the number of bisections from the bisect() function.
2012-09-14 Michael OrlitzkyAdd the partition function.
2012-09-14 Michael OrlitzkyAdd the divided_difference Octave function.
2012-09-13 Michael OrlitzkyAdd two initial octave functions, has_root and bisect.