]> gitweb.michael.orlitzky.com - octave.git/shortlog
octave.git
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.