comparison liboctave/ChangeLog @ 5602:dfa2da0563e5

[project @ 2006-01-31 03:43:40 by jwe]
author jwe
date Tue, 31 Jan 2006 03:43:41 +0000
parents b4cb3f93c1e1
children 2c66c36d2698
comparison
equal deleted inserted replaced
5601:c8ed37d87923 5602:dfa2da0563e5
1 2006-01-30 John W. Eaton <jwe@octave.org>
2
3 * so-array.h (streamoff_array::nnz): New funtion.
4 * boolNDArray.h (boolNDArray::nnz): New function.
5 * MArrayN.h (MArrayN<T>::nnz): New function.
6 * MArray.h (MArray<T>::nnz): New function.
7
1 2006-01-04 David Bateman <dbateman@free.fr> 8 2006-01-04 David Bateman <dbateman@free.fr>
2 9
3 * Spars-op-defs.h (SPARSE_SPARSE_MUL): Previous change resulted in 10 * Spars-op-defs.h (SPARSE_SPARSE_MUL): Previous change resulted in
4 elements not being sorted in return matrix. Sort them, and make 11 elements not being sorted in return matrix. Sort them, and make
5 solver select between two algorithms to further improve the 12 solver select between two algorithms to further improve the