comparison liboctave/ChangeLog @ 6483:d00da2148c53

[project @ 2007-04-04 02:58:48 by jwe]
author jwe
date Wed, 04 Apr 2007 02:58:48 +0000
parents 7e958a1532c6
children e978a9233cf6
comparison
equal deleted inserted replaced
6482:7e958a1532c6 6483:d00da2148c53
4 4
5 * CMatrix.cc (ComplexMatrix::tinverse): Use Array<T> and 5 * CMatrix.cc (ComplexMatrix::tinverse): Use Array<T> and
6 fortran_vec method instead of OCTAVE_LOCAL_BUFFER to avoid 6 fortran_vec method instead of OCTAVE_LOCAL_BUFFER to avoid
7 "maybe clobbered by vfork" warning. 7 "maybe clobbered by vfork" warning.
8 8
9 * Sparse-op-defs.h (SPARSE_CUMSUM): Add parens to avoid ambiguous 9 * Sparse-op-defs.h (SPARSE_CUMSUM): Add braces to avoid ambiguous
10 if/else. 10 if/else.
11 11
12 * oct-spparms.h (octave_sparse_params): Define copy constructor 12 * oct-spparms.h (octave_sparse_params): Define copy constructor
13 and destructor. 13 and destructor.
14 14