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