comparison src/ChangeLog @ 7102:a627f27c1e8e

[project @ 2007-11-06 17:02:11 by jwe]
author jwe
date Tue, 06 Nov 2007 17:02:12 +0000
parents 2c5b14c60c6c
children b26d0cd10a42
comparison
equal deleted inserted replaced
7101:2c5b14c60c6c 7102:a627f27c1e8e
1 2007-11-06 John W. Eaton <jwe@octave.org> 1 2007-11-06 John W. Eaton <jwe@octave.org>
2
3 * data.cc (Fnorm): New tests.
2 4
3 * defun-int.h (DEFINE_FUNX_INSTALLER_FUN3): Don't install function 5 * defun-int.h (DEFINE_FUNX_INSTALLER_FUN3): Don't install function
4 if check_version produces an error. 6 if check_version produces an error.
5
6 2007-11-06 David Bateman <dbateman@free.fr>
7
8 * MArray-def.h (MARRAY_NORM_BODY): Scale frobenius norm by infinity
9 norm to avoid issues of over- and underflow. From Rolf Fabian
10 <Rolf.Fabian@gmx.de>.
11 7
12 2007-11-05 John W. Eaton <jwe@octave.org> 8 2007-11-05 John W. Eaton <jwe@octave.org>
13 9
14 * pt-idx.cc (tree_index_expression::lvalue): Try to do a better 10 * pt-idx.cc (tree_index_expression::lvalue): Try to do a better
15 job of computing the number of elements in lvalue expressions when 11 job of computing the number of elements in lvalue expressions when