comparison liboctave/ChangeLog @ 4687:e95c86d48732

[project @ 2004-01-06 21:53:34 by jwe]
author jwe
date Tue, 06 Jan 2004 21:53:34 +0000
parents 7736835a5c8e
children 737fd5c0ae06
comparison
equal deleted inserted replaced
4686:c7ae43dfdea4 4687:e95c86d48732
1 2004-01-06 David Bateman <dbateman@free.fr>
2
3 * CNDArray.cc (ComplexNDArray::any_element_is_inf_or_nan,
4 ComplexNDArray::all_elements_are_real, ComplexNDArray::all_integers,
5 ComplexNDArray::too_large_for_float): New functions
6
7 * CNDArray.cc (operator <<, operator >>): New IO operators.
8 * CNDArray.h: Provide decls.
9 * dNDArray.cc (operator <<, operator >>): New IO operators.
10 * dNDArray.h: Provide decls.
11
1 2003-12-10 John W. Eaton <jwe@bevo.che.wisc.edu> 12 2003-12-10 John W. Eaton <jwe@bevo.che.wisc.edu>
2 13
3 * mx-ops: Delete bnda x bnda, b x bnda, and bnda x b ops since 14 * mx-ops: Delete bnda x bnda, b x bnda, and bnda x b ops since
4 they are already defined in boolNDArray.cc. 15 they are already defined in boolNDArray.cc.
5 16