comparison liboctave/ChangeLog @ 3945:b050da7f9994

[project @ 2002-05-20 19:40:07 by jwe]
author jwe
date Mon, 20 May 2002 19:40:07 +0000
parents 818f5aec1db5
children eab957395758
comparison
equal deleted inserted replaced
3944:818f5aec1db5 3945:b050da7f9994
1 2002-05-20 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * DASSL.h (DASSL_options::init): Undo previous change.
4 (DASSL_options::set_absolute_tolerance): Likewise.
5 * LSODE.h (LSODE_options::init): Likewise.
6 (LSODE_options::set_absolute_tolerance): Likewise.
7
8 * DASPK.h (DASPK_options::init): Use default absolute tolerance of
9 sqrt(eps), not eps^2.
10 DASPK_options::set_absolute_tolerance): Likewise.
11
1 2002-05-17 Mumit Khan <khan@nanotech.wisc.edu> 12 2002-05-17 Mumit Khan <khan@nanotech.wisc.edu>
2 13
3 * Array.h (Array<T>::resize_fill_value): Return default initialized 14 * Array.h (Array<T>::resize_fill_value): Return default initialized
4 object. 15 object.
5 16