comparison liboctave/ChangeLog @ 4634:79fe96966ca0

[project @ 2003-11-19 21:22:39 by jwe]
author jwe
date Wed, 19 Nov 2003 21:23:19 +0000
parents ca70857bdbd1
children f2cd320cbf6e
comparison
equal deleted inserted replaced
4633:d95dd6ae89fd 4634:79fe96966ca0
1 2003-11-19 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * dNDArray.cc (NDArray::all_elements_are_int_or_inf_or_nan,
4 NDArray::any_element_is_inf_or_nan, NDArray::too_large_for_float):
5 New functions.
6 * dNDArray.h: Provide decls.
7
8 * dMatrix.h (Matrix::any_element_is_negative,
9 Matrix::any_element_is_inf_or_nan, Matrix::too_large_for_float,
10 Matrix::all_elements_are_int_or_inf_or_nan, Matrix::all_integers):
11 Simplify.
12
13 * dNDArray.cc (NDArray::abs): Make it work for N-d arrays.
14 * CNDArray.cc (ComplexNDArray::abs): Likewise.
15
16 * dNDArray.cc (real, imag): New functions.
17 * dNDArray.h: Provide decls.
18
1 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> 19 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu>
2 20
3 * Makefile.in (TEMPLATE_SRC): Move MArrayN.cc here from MATRIX_SRC. 21 * Makefile.in (TEMPLATE_SRC): Move MArrayN.cc here from MATRIX_SRC.
4 22
5 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> 23 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>