comparison liboctave/ChangeLog @ 5429:2042301733ce

[project @ 2005-08-25 12:21:24 by dbateman]
author dbateman
date Thu, 25 Aug 2005 12:21:24 +0000
parents f608ac74f92c
children 49ff3dd744ee
comparison
equal deleted inserted replaced
5428:2a16423e4aa0 5429:2042301733ce
1 2005-08-25 David Bateman <dbateman@free.fr>
2
3 * Sparse-op-defs.h (FULL_SPARSE_MUL, SPARSE_FULL_MUL): Macro for
4 mixed sparse/full multiply.
5 * dSparse.cc (operator *), CSparse.cc (operator *): New operators for
6 mixed sparse/full multiply.
7 * dSparse.h (operator *), CSparse.h (operator *): Declaration of
8 mixed sparse/full multiply operators.
9
1 2005-07-25 Erik de Castro Lopo <erikd@zip.com.au> 10 2005-07-25 Erik de Castro Lopo <erikd@zip.com.au>
2 11
3 * oct-inttypes.h (OCTAVE_S_US_FTR): Compare <= 0 instead of < 0 to 12 * oct-inttypes.h (OCTAVE_S_US_FTR): Compare <= 0 instead of < 0 to
4 avoid warnings for unsigned types. 13 avoid warnings for unsigned types.
5 14