comparison liboctave/ChangeLog @ 6508:184ab67c3bc1

[project @ 2007-04-07 00:43:09 by jwe]
author jwe
date Sat, 07 Apr 2007 00:43:10 +0000
parents 0ad7655cf2bc
children e0a1dff7677c
comparison
equal deleted inserted replaced
6507:679c2f987943 6508:184ab67c3bc1
1 2007-04-06 John W. Eaton <jwe@octave.org>
2
3 * MArray-defs.h (MARRAY_NORM_BODY): New macro.
4 * MArray.h (MArray<T>::norm): New function.
5 * MArray.cc: Provide decl.
6 * MArray-d.cc (MArray<double>::norm): Define double specialization.
7 * MArray-C.cc (MArray<Complex>::norm): Define Complex specialization.
8
1 2007-04-04 John W. Eaton <jwe@octave.org> 9 2007-04-04 John W. Eaton <jwe@octave.org>
2 10
3 * Range.cc (Range::nelem_internal): Likewise. 11 * Range.cc (Range::nelem_internal): Likewise.
4 * lo-utils.cc (NINT): Use numeric_limits<int> instead of INT_MAX. 12 * lo-utils.cc (NINT): Use numeric_limits<int> instead of INT_MAX.
5 (NINTbig): Use numeric_limits<octave_idx_type> instead of INT_MAX. 13 (NINTbig): Use numeric_limits<octave_idx_type> instead of INT_MAX.