Mercurial > hg > octave-max
diff liboctave/ChangeLog @ 8308:5fe0f4dfdbec
use std::vector as a simple linear container in oct-norm.cc to avoid problems with instantiating Array<T>
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sun, 09 Nov 2008 12:59:42 +0100 |
parents | b11c31849b44 |
children | eb0fb4a9859c |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,13 @@ +2008-11-09 Jaroslav Hajek <highegg@gmail.com> + + * oct-norm.cc: Don't include Array.cc. + (column_norms (const MArray2<T>&, ...)): Use std::vector instead of Array<T> for + accumulator containers. Use empty constructor instead of + Array<T>::resize. + (row_norms (const MArray2<T>&, ...)): Dtto. + (column_norms (const MSparse2<T>&, ...)): Dtto. + (row_norms (const MSparse2<T>&, ...)): Dtto. + 2008-10-31 Jaroslav Hajek <highegg@gmail.com> * oct-norm.h: New header file.