Mercurial > hg > octave-lyh
comparison liboctave/ChangeLog @ 3732:82f9f48d1147
[project @ 2000-10-31 20:12:59 by jwe]
author | jwe |
---|---|
date | Tue, 31 Oct 2000 20:12:59 +0000 |
parents | c06bae7229cf |
children | ac4609ffc702 |
comparison
equal
deleted
inserted
replaced
3731:c06bae7229cf | 3732:82f9f48d1147 |
---|---|
1 2000-10-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | 1 2000-10-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
2 | 2 |
3 * Array2.cc (Array2<T>::transpose): Avoid copy for empty matrices | 3 * Array2.cc (Array2<T>::transpose): Avoid copy for empty matrices |
4 and vectors. | 4 and vectors. Use xelem for faster access to elements when copying. |
5 | 5 |
6 2000-10-18 John W. Eaton <jwe@bevo.che.wisc.edu> | 6 2000-10-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7 | 7 |
8 * CMatrix.cc (ComplexMatrix::cumsum, ComplexMatrix::cumprod): | 8 * CMatrix.cc (ComplexMatrix::cumsum, ComplexMatrix::cumprod): |
9 Correct indexing for operation across rows. | 9 Correct indexing for operation across rows. |