comparison liboctave/ChangeLog @ 5387:5b00a8beb504

[project @ 2005-06-14 17:13:45 by jwe]
author jwe
date Tue, 14 Jun 2005 17:13:45 +0000
parents f64ec7b38586
children 25c8956d2204
comparison
equal deleted inserted replaced
5386:f64ec7b38586 5387:5b00a8beb504
1 2005-06-14 John W. Eaton <jwe@octave.org> 1 2005-06-14 John W. Eaton <jwe@octave.org>
2 2
3 * dMatrix.cc (Matrix::too_large_for_float): Special case Inf values too. 3 * dMatrix.cc (Matrix::too_large_for_float): Only check if abs
4 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto. 4 value is greater than FLT_MAX.
5 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto.
6 * dNDArray.cc (NDArray::too_large_for_float): Ditto.
7 * CNDArray.cc (ComplexNDArray::too_large_for_float): Ditto.
8
9 * dMatrix.cc (Matrix::too_large_for_float): Special case Inf
10 values too.
11 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto.
12
13 * dNDArray.cc (NDArray::too_large_for_float): Likewise for NaN,
14 NA, Inf values.
15 * CNDArray.cc (ComplexNDArray::too_large_for_float): Ditto.
5 16
6 2005-06-14 David Bateman <dbateman@free.fr> 17 2005-06-14 David Bateman <dbateman@free.fr>
7 18
8 * dMatrix.cc (Matrix::too_large_for_float): Special case NaN and NA values. 19 * dMatrix.cc (Matrix::too_large_for_float): Special case NaN and
9 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto. 20 NA values.
21 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto.
10 22
11 2005-06-02 John W. Eaton <jwe@octave.org> 23 2005-06-02 John W. Eaton <jwe@octave.org>
12 24
13 * Array.cc (assignN): Try harder to correctly resize previously 25 * Array.cc (assignN): Try harder to correctly resize previously
14 empty LHS. 26 empty LHS.