Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 5011:1743bf921773
[project @ 2004-09-21 15:41:14 by jwe]
author | jwe |
---|---|
date | Tue, 21 Sep 2004 15:41:14 +0000 |
parents | a0e7231a58eb |
children | 2a0e2daac997 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,11 @@ +2004-09-21 David Bateman <dbateman@free.fr> + + * general/rotdim.m: New function for rotation of an N-d array in an + arbitrary plane. + + * general/flipdim.m: New function to flip an N-d array about an + arbitrary axis. + 2004-09-15 David Bateman <dbateman@free.fr> * general/bitget.m: Replace Bmax, which is undefined with bitmax @@ -163,12 +171,6 @@ the differences and allow the order of the differences to be larger than the dimension itself. - * general/rotdim.m: New function for rotation of an N-d array in an - arbitrary plane. - - * general/flipdim.m: New function to flip an N-d array about an - arbitrary axis. - * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the use of these functions to 1- and 2-d arrays.