Mercurial > hg > octave-lyh
comparison liboctave/ChangeLog @ 7546:4249c6fb6e09
Treat repeated indices in the sparse assignments
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 04 Mar 2008 01:18:09 +0100 |
parents | 5b806195190d |
children | ff9c2bb7abc7 |
comparison
equal
deleted
inserted
replaced
7545:5b806195190d | 7546:4249c6fb6e09 |
---|---|
1 2008-03-03 David Bateman <dbateman@free.fr> | |
2 | |
3 * Sparse.cc (assign1, assign1): Take care of repeated index | |
4 values. Adapt the test code to check for these cases. | |
5 | |
1 2008-03-03 Jaroslav Hajek <highegg@gmail.com> | 6 2008-03-03 Jaroslav Hajek <highegg@gmail.com> |
2 | 7 |
3 * dMatrix.cc (Matrix::lssolve): Also avoid dgelsd lwork query bug | 8 * dMatrix.cc (Matrix::lssolve): Also avoid dgelsd lwork query bug |
4 in lssolve method that accepts column vector argument. Correct | 9 in lssolve method that accepts column vector argument. Correct |
5 calculation of nlvl. | 10 calculation of nlvl. |