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