Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 3775:13905c3a24af
[project @ 2001-02-06 01:56:59 by jwe]
author | jwe |
---|---|
date | Tue, 06 Feb 2001 01:57:06 +0000 |
parents | 7c8e3c42ed04 |
children | 7ed917c1ca60 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,24 @@ +2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> + + * Makefile.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Use to create + archive libraries containing templates. + + * ArrayN-idx.h (freeze, all_ok, any_orig_empty, any_zero_len, + get_zero_len_size, all_colon_equiv): Inline. + (ArrayN<T>::index): Rename idx to arr_idx. + * ArrayN.cc (ArrayN<T>::index, ArrayN<T>::compute_index, + ArrayN<T>::get_size, ArrayN<T>::range_error, ArrayN<T>::range_error, + increment_index, ArrayN<T>::resize, ArrayN<T>::insert): Likewise. + +2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> + + * lo-mappers.h, lo-mappers.cc (tan (const Complex&), + log10 (const Complex&)): Delete. + + * oct-cmplx.h: Define forwarding functions for real, imag, abs, + arg, norm, conj, polar, cos, cosh, exp, log, log10, pow, sin, + sinh, sqrt, tan, and tanh. + 2001-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> * file-ops.cc, help.cc, load-save.cc, pr-output.cc, utils.cc: