comparison liboctave/ChangeLog @ 12033:c477c7023698 release-3-2-x

fix bugs in sparse reductions
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 03 Jul 2009 12:21:50 +0200
parents 20a9a8180e33
children d9436b357fd6
comparison
equal deleted inserted replaced
12032:b59e304fe00a 12033:c477c7023698
1 2009-07-03 Jaroslav Hajek <highegg@gmail.com>
2
3 * Sparse-op-defs.h (SPARSE_ALL_OP): Fix typo.
4 * dSparse.cc (SparseMatrix::prod): Ditto.
5 * CSparse.cc (ComplexSparseMatrix::prod): Ditto.
6
1 2009-07-02 Jaroslav Hajek <highegg@gmail.com> 7 2009-07-02 Jaroslav Hajek <highegg@gmail.com>
2 8
3 * Sparse-diag-op-defs.h (inner_do_add_sm_dm): Rewrite to ensure 9 * Sparse-diag-op-defs.h (inner_do_add_sm_dm): Rewrite to ensure
4 ordering of row indices. 10 ordering of row indices.
5 11