comparison liboctave/ChangeLog @ 7924:4976f66d469b

miscellaneous cleanup
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jul 2008 17:59:28 -0400
parents 935be827eaf8
children 30b952e90c29
comparison
equal deleted inserted replaced
7923:c3d21b9b94b6 7924:4976f66d469b
1 2008-07-11 John W. Eaton <jwe@octave.org> 1 2008-07-11 John W. Eaton <jwe@octave.org>
2
3 * dDiagMatrix.cc (DiagMatrix::diag): Return empty ColumnVector if
4 number of rows or columns is 0.
5 * fDiagMatrix.cc (FloatDiagMatrix::diag): Likewise.
6
7 * Array-util.cc (is_vector): Avoid GCC warning.
8 * Array-f.cc (Array<float>::sort): Likewise.
9 * Array-d.cc (Array<double>::sort): Likewise.
10 * dbleQR.cc (QR::QR (const Matrix&, const Matrix&)): Likewise.
11 * CmplxQR.cc (ComplexQR::ComplexQR (const ComplexMatrix&, const
12 ComplexMatrix&)): Likewise.
13 * floatQR.cc (FloatQR::FloatQR (const FloatMatrix&, const
14 FloatMatrix&)): Likewise.
15 * fCmplxQR.cc (FloatComplexQR::FloatComplexQR (const
16 FloatComplexMatrix&, const FloatComplexMatrix&)): Likewise.
17 * Quad.cc (IndefQuad::do_integrate (octave_idx_type&,
18 octave_idx_type&, float&), FloatIndefQuad::do_integrate,
19 DefQuad::do_integrate octave_idx_type&, octave_idx_type&, float&,
20 FloatIndefQuad::do_integrate): Likewise.
2 21
3 * mx-op-defs.h (MS_BOOL_OP, SM_BOOL_OP, MM_BOOL_OP, NDS_BOOL_OP, 22 * mx-op-defs.h (MS_BOOL_OP, SM_BOOL_OP, MM_BOOL_OP, NDS_BOOL_OP,
4 SND_BOOL_OP, NDND_BOOL_OP): Detect NaN values. 23 SND_BOOL_OP, NDND_BOOL_OP): Detect NaN values.
5 * Array-util.cc (gripe_nan_to_logical_conversion): New function. 24 * Array-util.cc (gripe_nan_to_logical_conversion): New function.
6 * Array-util.h: Provide decl. 25 * Array-util.h: Provide decl.