Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 10527:b4d2080b6df7
Replace nzmax by nnz as needed
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 16 Apr 2010 16:14:45 +0200 |
parents | 72c90e7132a9 |
children | 2dd8ea8bfd71 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,17 @@ +2010-04-16 David Bateman <dbateman@free.fr> + + * Sparse.cc (template <class T> Sparse<T>::Sparse (const Array<T>&, + const idx_vector&, const idx_vector&, octave_idx_type, + octave_idx_type, bool, octave_idx_type)): Add argument defining the + minimum storage to allocate for the sparse matrix. + * Sparse.h (template <class T> Sparse (const Array<T>&, + const idx_vector&, const idx_vector&, octave_idx_type, + octave_idx_type, bool, octave_idx_type)): ditto. + * MSparse.h : ditto + * CSparse.h : ditto + * dSparse.h : ditto + * boolSparse.h : ditto + 2010-04-14 Jaroslav Hajek <highegg@gmail.com> * Sparse.cc: Update failing tests.