Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8601:b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
author | sh@sh-t400 |
---|---|
date | Tue, 27 Jan 2009 12:28:22 -0500 |
parents | a6c1aa6f5915 |
children | 827f0285a201 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-01-27 Søren Hauberg <hauberg@gmail.com> + + * general/gradient.m: Handle computing the gradient of a function + handle. + 2009-01-27 Jaroslav Hajek <highegg@gmail.com> * optimization/lsqnonneg.m: Reimplement using QR updating for @@ -39,7 +44,7 @@ * sparse/svds.m: svds.m: skip tests if ARPACK is missing. -2009-01-23 Søren Hauberg <hauberg@gmail.com> +2009-01-23 Søren Hauberg <hauberg@gmail.com> * help/type.m: Make 'type X' work, when X is the name of a variable.