Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 5008:c2bb27ada496
[project @ 2004-09-17 14:45:39 by jwe]
author | jwe |
---|---|
date | Fri, 17 Sep 2004 14:45:39 +0000 |
parents | 3f3d6eec0a2c |
children | 6d481b6e349e |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,10 @@ +2004-09-17 David Bateman <dbateman@free.fr> + + * CmplxSCHUR.cc (CmplxSCHUR::init): New arg, calc_unitary to make the + calculation of the unitary matrix optional. + * dbleSCHUR.cc (SCHUR::init): Ditto. + * CmplxSCHUR.h, dbleSCHUR.h: Update decls. + 2004-09-15 David Bateman <dbateman@free.fr> * oct-sort.h (octave_sort<T>::set_compare (bool (*comp) (T, T))):