comparison test/ChangeLog @ 8951:5bce1357edd6

Fix conversion from PermMatrix to SparseMatrix. From 76c98628f1943d583d5813321ec0a3c684d7ac84 Mon Sep 17 00:00:00 2001 Date: Tue, 10 Mar 2009 14:12:59 -0400 The result was transposed and missing its values. Also add a test case. Signed-off-by: Jason Riedy <jason@acm.org> --- liboctave/ChangeLog | 6 ++++++ liboctave/dSparse.cc | 7 +++++-- test/ChangeLog | 4 ++++ test/test_diag_perm.m | 9 +++++++++ 4 files changed, 24 insertions(+), 2 deletions(-)
author Jason Riedy <jason@acm.org>
date Tue, 10 Mar 2009 15:44:11 -0400
parents fb1c929dbbb7
children 97c84c4c2247
comparison
equal deleted inserted replaced
8950:d865363208d6 8951:5bce1357edd6
1 2009-03-10 Jason Riedy <jason@acm.org>
2
3 * test_diag_perm.m: Add a test for conversion to sparse form.
4
1 2009-02-25 John W. Eaton <jwe@octave.org> 5 2009-02-25 John W. Eaton <jwe@octave.org>
2 6
3 * build_sparse_tests.sh: Note that saving sparse matrices to MAT 7 * build_sparse_tests.sh: Note that saving sparse matrices to MAT
4 files fails when using 64-bit indexing. 8 files fails when using 64-bit indexing.
5 9