Mercurial > hg > octave-lyh
comparison liboctave/ChangeLog @ 6221:8e0f1eda266b
[project @ 2007-01-03 17:23:33 by jwe]
author | jwe |
---|---|
date | Wed, 03 Jan 2007 17:23:34 +0000 |
parents | 95084cd8723c |
children | aa5df9ba98d5 |
comparison
equal
deleted
inserted
replaced
6220:0c3537d2a844 | 6221:8e0f1eda266b |
---|---|
1 2007-01-03 David Bateman <dbateman@free.fr> | |
2 | |
3 * MSparse.cc (SPARSE_A2A2_OP, SPARSE_A2A2_FCN_1, | |
4 SPARSE_A2A2_FCN_1): Modify macros so that scalars stored as | |
5 sparse matrices are special cased. | |
6 | |
7 * Sparse-op-defs.h: Include mx-ops.h to have access to mixed | |
8 matrix, sparse matrix operations. | |
9 (SPARSE_SMSM_BIN_OP_1, SPARSE_SMSM_BIN_OP_2, SPARSE_SMSM_BIN_OP_3, | |
10 SPARSE_SMSM_CMP_OP, SPARSE_SMSM_BOOL_OP, SPARSE_MSM_BIN_OP_1, | |
11 SPARSE_MSM_BIN_OP_2, SPARSE_MSM_CMP_OP, SPARSE_MSM_BOOL_OP, | |
12 SPARSE_SMM_BIN_OP_1, SPARSE_SMM_BIN_OP_2, SPARSE_SMM_CMP_OP, | |
13 SPARSE_SMM_BOOL_OP, SPARSE_SPARSE_MUL, SPARSE_FULL_MUL, | |
14 FULL_SPARSE_MUL): Modify macros so that scalars stored as | |
15 sparse matrices are special cased. | |
16 | |
1 2006-12-22 David Bateman <dbateman@free.fr> | 17 2006-12-22 David Bateman <dbateman@free.fr> |
2 | 18 |
3 * boolSparse.cc (SparseBoolMatrix::operator !): Fix off-by-one error. | 19 * boolSparse.cc (SparseBoolMatrix::operator !): Fix off-by-one error. |
4 | 20 |
5 2006-12-22 John W. Eaton <jwe@octave.org> | 21 2006-12-22 John W. Eaton <jwe@octave.org> |