Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 9359:be6867ba8104
avoid useless zero initialization when doing matrix multiply
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 18 Jun 2009 09:14:57 +0200 |
parents | 9fd5c56ce57a |
children | 2ebf3ca62add |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +2009-06-18 Jaroslav Hajek <highegg@gmail.com> + + * dMatrix.cc (xgemm): Replace resize() with uninitialized allocations + where appropriate. + * fMatrix.cc (xgemm): Ditto. + * CMatrix.cc (xgemm): Ditto. + * fCMatrix.cc (xgemm): Ditto. + 2009-06-12 Jaroslav Hajek <highegg@gmail.com> * oct-sort.cc (octave_sort::lookupm, octave_sort::lookupb): New