Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 10785:c2041adcf234
remove unnecessary sparse indexing overloads
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 13 Jul 2010 12:08:08 +0200 |
parents | add87b12e63c |
children | eaf7c8ab3b0c |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +2010-07-13 Jaroslav Hajek <highegg@gmail.com> + + * MSparse.h (MSparse<T>::index): Remove overloads. + * dSparse.h (SparseMatrix::index): Likewise. + * dSparse.cc (SparseMatrix::index): Likewise. + * CSparse.h (SparseComplexMatrix::index): Likewise. + * CSparse.cc (SparseComplexMatrix::index): Likewise. + 2010-07-09 Jaroslav Hajek <highegg@gmail.com> * CMatrix.cc (ComplexMatrix::lssolve (const ComplexMatrix&)):