Mercurial > hg > octave-lyh
changeset 10310:cd14d826025f
ChangeLog fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 11:04:02 -0500 |
parents | cd925a5a82df |
children | a217e1d74353 |
files | src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,10 +4,9 @@ #undefs before including zfstream.h. 2010-01-30 Jyh-Miin Lin <jyhmiin@gmail.com> - * DLD-FUNCTIONS/qz.cc (Fqz): - Add support for complex case (no reordering yet). - Place dggbak and zggbak later. - Change Q to Q' to meet MATLAB's results. + + * DLD-FUNCTIONS/qz.cc (Fqz): Handle complex case without reordering. + Return Q' for Matlab compatibility. 2010-02-11 Jaroslav Hajek <highegg@gmail.com>