Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 9666:a531dec450c4
allow 1D case for sub2ind and ind2sub
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sun, 27 Sep 2009 11:26:41 +0200 |
parents | 1dba57e9d08d |
children | 641a788c82a4 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2009-09-27 Jaroslav Hajek <highegg@gmail.com> + + * dim-vector.h (dim_vector::redim): Rewrite. + * Array-util.cc (sub2ind): Allow single index case. + 2009-09-26 Jaroslav Hajek <highegg@gmail.com> * dMatrix.cc (xgemm): Use blas_trans_type to indicate transposes.