3946
|
1 2002-05-22 Mumit Khan <khan@nanotech.wisc.edu> |
|
2 |
|
3 * DASPK.cc (ddaspk_psol): Return value. |
|
4 * oct-rl-edit.c: Use /* ... */ to comment. |
|
5 |
3945
|
6 2002-05-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7 |
|
8 * DASSL.h (DASSL_options::init): Undo previous change. |
|
9 (DASSL_options::set_absolute_tolerance): Likewise. |
|
10 * LSODE.h (LSODE_options::init): Likewise. |
|
11 (LSODE_options::set_absolute_tolerance): Likewise. |
|
12 |
|
13 * DASPK.h (DASPK_options::init): Use default absolute tolerance of |
|
14 sqrt(eps), not eps^2. |
|
15 DASPK_options::set_absolute_tolerance): Likewise. |
|
16 |
3944
|
17 2002-05-17 Mumit Khan <khan@nanotech.wisc.edu> |
|
18 |
|
19 * Array.h (Array<T>::resize_fill_value): Return default initialized |
|
20 object. |
|
21 |
3933
|
22 2002-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
23 |
|
24 * oct-rl-edit.c (OCTAVE_RL_SAVE_STRING): New macro. |
|
25 (octave_rl_set_name, octave_rl_set_basic_quote_characters): Use it. |
|
26 (octave_rl_set_basic_word_break_characters, |
|
27 octave_rl_set_completer_word_break_characters): New functions. |
|
28 * oct-rl-edit.h: Provide decls. |
|
29 * cmd-edit.cc (gnu_readline::do_set_basic_word_break_characters, |
|
30 gnu_readline::do_set_completer_word_break_characters): New functions. |
|
31 (command_editor::set_basic_quote_characters, |
|
32 command_editor::set_completion_append_character): New static functions. |
|
33 * cmd-edit.h: Provide decls. |
|
34 (command_editor::do_set_basic_word_break_characters, |
|
35 command_editor::do_set_completer_word_break_characters): |
|
36 New virtual functions. |
|
37 |
|
38 * CMatrix.h, boolMatrix.h, chMatrix.h, dMatrix.h |
|
39 (resize_fill_value): New static function. |
|
40 |
|
41 * Array-idx.h (Array<T>::index): New args, resize_ok and |
|
42 resize_fill_value. |
|
43 * Array2-idx.h (Array2<T>::index): Likewise. |
|
44 * ArrayN-idx.h (ArrayN<T>::index): Likewise. |
|
45 |
|
46 * Array2.cc (Array<T>::print_info): New function. |
|
47 * Array2.h: Provide decl. |
|
48 |
|
49 * Array.cc (Array<T>::print_info): New function. |
|
50 * Array.h: Provide decl. |
|
51 |
3928
|
52 2002-05-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
53 |
|
54 * idx-vector.h (idx_vector::idx_vector (int)): New function. |
|
55 (idx_vector_rep::idx_vector_rep (int)): New decl. |
|
56 * idx-vector.cc (idx_vector_rep::idx_vector_rep (int)): New function. |
|
57 |
|
58 * Array.h (Array<T>::resize_fill_value (void)): New static function. |
|
59 (assign (Array<LT>&, const Array<RT>&)): Use it. |
|
60 * Array2.h (assign (Array2<LT>&, const Array2<RT>&)): Use it. |
|
61 * ArrayN.h (assign (ArrayN<LT>&, const ArrayN<RT>&)): Use it. |
|
62 |
|
63 2002-05-02 Cai Jianming <caijianming@yahoo.co.uk> |
|
64 |
|
65 * Array3.h (Array3<T>::checkelem): Improve error message. |
|
66 * ArrayN.h (ArrayN<T>::range_error): Likewise. |
|
67 * DiagArray2.cc (DiagArray2<T>::checkelem): Likewise. |
|
68 * DiagArray2.cc (DiagArray2<T>::operator ()): Likewise. |
|
69 |
3919
|
70 2002-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
71 |
|
72 * DASSL.h (DASSL_options::init): Undo previous change. |
|
73 (DASSL_options::set_absolute_tolerance): Likewise. |
|
74 |
3912
|
75 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
76 |
|
77 * DASPK.h, DASPK.cc: New files. |
|
78 * Makefile.in: Add them to the appropriate lists. |
|
79 |
3904
|
80 2002-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
81 |
|
82 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&) const): |
|
83 Simplify indexing when one or both of the indices are empty. |
|
84 |
3896
|
85 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
86 |
|
87 * DASSL.h (DASSL_options::init): Set absolute tolerance to eps ^ 2. |
|
88 (DASSL_options::set_absolute_tolerance): Likewise. |
|
89 * LSODE.h (LSODE_options::init): Likewise. |
|
90 (LSODE_options::set_absolute_tolerance): Likewise. |
|
91 |
3887
|
92 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
|
93 |
|
94 * f2c-main.c (MAIN_, MAIN__): Delete. Use F77_DUMMY_MAIN instead. |
|
95 * file-stat.cc (file_stat::update_internal, file_stat::copy): |
|
96 Use HAVE_STRUCT_STAT_ST_RDEV instead of HAVE_ST_RDEV. |
|
97 Use HAVE_STRUCT_STAT_ST_BLKSIZE instead of HAVE_ST_BLKSIZE. |
|
98 Use HAVE_STRUCT_STAT_ST_BLOCKS instead of HAVE_ST_BLOCKS. |
|
99 * file-stat.h: Likewise. |
|
100 * oct-time.cc (octave_time::octave_time, octave_base_tm::strftime, |
|
101 octave_base_tm::init, octave_strptime::init): Use HAVE_TM_ZONE |
|
102 instead of HAVE_STRUCT_TM_TM_ZONE. |
|
103 * strftime.c: Likewise. |
|
104 * lo-specfun.cc, mach-info.cc, CColVector.cc, CMatrix.cc, |
|
105 CRowVector.cc, CmplxAEPBAL.cc, CmplxCHOL.cc, CmplxHESS.cc, |
|
106 CmplxLU.cc, CmplxQR.cc, CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, |
|
107 CollocWt.cc, DASSL.cc, EIG.cc, LSODE.cc, NLEqn.cc, Quad.cc, |
|
108 dColVector.cc, dMatrix.cc, dRowVector.cc, dbleAEPBAL.cc, |
|
109 dbleCHOL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, |
|
110 dbleSCHUR.cc, dbleSVD.cc: Use F77_FUNC instead of F77_FCN. |
|
111 |
3883
|
112 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
|
113 |
|
114 * CmplxQR.cc (ComplexQR::init): Use economy QR decomposition |
|
115 internally when the user requests it. |
|
116 * CmplxQRP.cc (ComplexQRP::init): Ditto. |
|
117 * dbleQR.cc (QR::init): Ditto. |
|
118 * dbleQRP.cc (QRP::init): Ditto. |
|
119 |
3874
|
120 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
121 |
|
122 * oct-fftw.cc (octave_fftw::fft2d): Avoid having to find a |
|
123 definition for NULL by passing 0 as the last arg to fftwnd_one. |
|
124 (octave_fftw::ifft2d): Likewise. |
|
125 |
3873
|
126 2002-02-22 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
|
127 |
|
128 * lo-mappers.cc (arg): Simply call atan2 (0.0, x). |
|
129 |
3867
|
130 2001-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
131 |
|
132 * data-conv.cc (LS_DO_READ): Don't do anything unless len > 0. |
|
133 (LS_DO_WRITE): Likewise. |
|
134 |
3864
|
135 2001-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
136 |
|
137 * mx-inlines.cc (MX_CUMMULATIVE_OP): New macro. |
|
138 * CMatrix.cc (ComplexMatrix::cumprod, ComplexMatrix::cumsum): Use it. |
|
139 * dMatrix.cc (Matrix::cumprod, Matrix::cumsum): Likewise. |
|
140 |
|
141 * mx-inlines.cc (MX_REDUCTION_OP, MX_REDUCTION_OP_COL_EXPR, |
|
142 MX_REDUCTION_OP_ROW_EXPR): New macros. |
|
143 * dMatrix.cc (Matrix::prod, Matrix::sum): Use MX_REDUCTION_OP. |
|
144 * CMatrix.cc (ComplexMatrix::prod, ComplexMatrix::sum): Likewise. |
|
145 |
|
146 * mx-inlines.cc (MX_BASE_REDUCTION_OP): New macro. |
|
147 DIM == -1 now means no orientation for vector sums. |
|
148 * dMatrix.cc (ComplexMatrix::sumsq): Use it. |
|
149 * CMatrix.cc (ComplexMatrix::sumsq): Likewise. |
|
150 |
3858
|
151 2001-11-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
152 |
|
153 * Range.cc (Range::nelem_internal): Special case ranges that must |
|
154 have zero elements. |
|
155 |
3854
|
156 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
157 |
3857
|
158 * Makefile.in: Split out readline and pathsearch functionality |
|
159 into separate liboct-readline and liboct-pathsearch libraries. |
|
160 |
3854
|
161 * oct-rl-edit.c (octave_rl_clear_screen): Call rl_clear_screen, |
3857
|
162 not _rl_clear_screen. Temporarily redefine rl_redisplay_function |
|
163 to do nothing for this call to rl_clear_screen. |
3854
|
164 |
3849
|
165 2001-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
166 |
|
167 * DASSL.cc (ddassl_f): Handle IRES returned from user supplied |
|
168 function. |
|
169 * DAEFunc.h (DAERHSFunc): Add IRES to prototype. |
|
170 |
3838
|
171 2001-06-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
172 |
|
173 * dMatrix.cc (Matrix::inverse, Matrix::solve, Matrix::determinant, |
|
174 Matrix::inverse): Handle the case of rcond being a NaN the same as |
|
175 a signular matrix. From "Jianming" <caijianming@yahoo.co.uk>. |
|
176 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::solve, |
|
177 ComplexMatrix::determinant, ComplexMatrix::inverse): Likewise. |
|
178 |
3836
|
179 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
180 |
|
181 * chMatrix.cc (charMatrix::row_as_string): New parameter, raw. |
|
182 |
|
183 * Array-i.cc, Array-s.cc, Array-d.cc, Array-ch.cc, Array-C.cc, |
|
184 Array-b.cc: Instantiate three arg assign functions. |
|
185 |
|
186 * ArrayN.cc (assign (ArrayN<LT>&, const ArrayN<RT>&, const LT&)): |
|
187 New arg, resize_fill_value. |
|
188 * ArrayN.h: Provide declaration. |
|
189 (assign (ArrayN<LT>&, const ArrayN<RT>&): Define here by calling |
|
190 three arg version. |
|
191 |
|
192 * Array3.cc (assign (Array3<LT>&, const Array3<RT>&, const LT&)): |
|
193 New arg, resize_fill_value. |
|
194 * Array3.h: Provide declaration. |
|
195 (assign (Array3<LT>&, const Array3<RT>&): Define here by calling |
|
196 three arg version. |
|
197 |
|
198 * Array2.cc (assign (Array2<LT>&, const Array2<RT>&, const LT&)): |
|
199 New arg, resize_fill_value. |
|
200 * Array2.h: Provide declaration. |
|
201 (assign (Array2<LT>&, const Array2<RT>&): Define here by calling |
|
202 three arg version. |
|
203 |
|
204 * Array.cc (assign (Array<LT>&, const Array<RT>&, const LT&)): |
|
205 New arg, resize_fill_value. |
|
206 * Array.h: Provide declaration. |
|
207 (assign (Array<LT>&, const Array<RT>&): Define here by calling |
|
208 three arg version. |
|
209 |
3833
|
210 2001-05-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
211 |
|
212 * pathsearch.cc (dir_path::set_program_name): Set the environment |
|
213 variables SELFAUTOLOC, SELFAUTODIR, SELFAUTOPARENT, and TEXMFDBS |
|
214 to the empty string. |
|
215 |
3832
|
216 2001-05-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
217 |
|
218 * Array2.h (Array2<T>::operator = (const Array2<T>&)): |
|
219 Don't check for rep != a.rep. |
|
220 |
3827
|
221 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu> |
|
222 |
|
223 * oct-fftw.h, oct-fftw.cc: New files. |
|
224 * Makefile.in (INCLUDES, SOURCES): Add new files. |
|
225 * CMatrix.cc (ComplexMatrix::{fourier, ifourier, fourier2d, |
|
226 ifourier2d}): Use fftw if available. |
|
227 * dMatrix.cc (Matrix::{fourier, ifourier, fourier2d, ifourier2d}): |
|
228 Likewise. |
|
229 |
3821
|
230 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
231 |
|
232 * Makefile.in (install-lib): Don't use mk-libdir-link. |
|
233 (install-inc): Don't use mk-includedir-link. |
|
234 |
3803
|
235 2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
236 |
|
237 * lo-cutils.c (octave_gethostname): New function. |
|
238 * lo-utils.h: Provide declaration. |
|
239 * oct-env.cc (octave_env::do_get_host_name): |
|
240 Call octave_gethostname, instead of gethostname. |
|
241 |
|
242 * lo-cutils.c (gethostname): Define here. |
|
243 * lo-sysdep.cc: Not here. |
|
244 |
3786
|
245 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
246 |
|
247 * lo-cutils.c: Don't declare strptime. |
|
248 (oct_strptime): Cast return type of strptime to char*. |
|
249 |
3777
|
250 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
251 |
3779
|
252 * oct-rl-edit.c (octave_rl_newline): Call rl_newline with two args. |
|
253 (octave_rl_set_name): call rl_re_read_init_file with two args. |
|
254 (octave_rl_read_init_file): Ditto. |
|
255 (octave_rl_clear_undo_list): Call rl_free_undo_list, not |
|
256 free_undo_list. |
|
257 (octave_rl_completion_matches): Call rl_completion_matches, not |
|
258 completion_matches. |
|
259 (octave_rl_enable_paren_matching): New function. |
|
260 (octave_rl_set_blink_matching_paren_flag): Delete. |
|
261 (octave_rl_get_blink_matching_paren_flag): Delete. |
|
262 |
3777
|
263 * lo-mappers.h, lo-mappers.cc (log10 (const Complex&), |
|
264 tanh (const Complex&)): Declare and define if not |
|
265 CXX_ISO_COMPLIANT_LIBRARY. |
|
266 |
3776
|
267 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
268 |
|
269 * lo-mappers.h (tanh (const Complex&)): Only declare if not |
|
270 CXX_ISO_COMPLIANT_LIBRARY. |
|
271 |
3775
|
272 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> |
|
273 |
3776
|
274 * lo-mappers.cc (tanh (const Complex&)): Only define if not |
|
275 CXX_ISO_COMPLIANT_LIBRARY. |
|
276 |
3775
|
277 * Makefile.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Use to create |
|
278 archive libraries containing templates. |
|
279 |
|
280 * ArrayN-idx.h (freeze, all_ok, any_orig_empty, any_zero_len, |
|
281 get_zero_len_size, all_colon_equiv): Inline. |
|
282 (ArrayN<T>::index): Rename idx to arr_idx. |
|
283 * ArrayN.cc (ArrayN<T>::index, ArrayN<T>::compute_index, |
|
284 ArrayN<T>::get_size, ArrayN<T>::range_error, ArrayN<T>::range_error, |
|
285 increment_index, ArrayN<T>::resize, ArrayN<T>::insert): Likewise. |
|
286 |
|
287 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
288 |
|
289 * lo-mappers.h, lo-mappers.cc (tan (const Complex&), |
|
290 log10 (const Complex&)): Delete. |
|
291 |
|
292 * oct-cmplx.h: Define forwarding functions for real, imag, abs, |
|
293 arg, norm, conj, polar, cos, cosh, exp, log, log10, pow, sin, |
|
294 sinh, sqrt, tan, and tanh. |
|
295 |
3769
|
296 2001-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
297 |
|
298 * file-ops.cc, help.cc, load-save.cc, pr-output.cc, utils.cc: |
|
299 Add std:: namespace qualifier as needed. |
|
300 |
|
301 * mx-inlines.cc: Rename all functions with mx_inline_ prefix. |
|
302 Change all uses to match. |
|
303 |
3767
|
304 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
305 |
|
306 * lo-cutils.c: Don't delcare strptime. |
|
307 |
3760
|
308 2001-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
309 |
|
310 * CMatrix.cc (operator * (const ComplexMatrix&, const ComplexMatrix&): |
|
311 Return correct size result for empty matrix case. |
|
312 |
3757
|
313 2000-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
314 |
|
315 * lo-mappers.cc (xmin (const Complex&, const Complex& y): |
|
316 If args are equal in magnitude, return first arg instead of |
|
317 second. |
|
318 |
3752
|
319 2000-12-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
320 |
3755
|
321 * Range.cc (Range::nelem_internal): Call tfloor, not round, but |
|
322 then try harder to compute correct number of elements. |
3753
|
323 |
3752
|
324 * dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector. |
|
325 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS. |
|
326 |
3750
|
327 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
328 |
3751
|
329 * Range.cc (Range::nelem_internal): Call round here, not tfloor. |
|
330 Rename n_intervals to be n_elt. |
|
331 |
3750
|
332 * strptime.c: Surround everything after including config.h in |
|
333 #ifndef HAVE_STRPTIME ... #endif. |
|
334 |
3742
|
335 2000-11-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
336 |
|
337 * Array-idx.h (assign): When resizing, cast fill value to LT. |
|
338 * Array2-idx.h (MAYBE_RESIZE_LHS): Likewise. |
|
339 |
3741
|
340 2000-11-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
341 |
|
342 * MArray-defs.h: Protect against multiple inclusion. |
|
343 |
3739
|
344 2000-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
345 |
|
346 * data-conv.h (enum save_type): Move LS_U_LONG and LS_LONG to the |
|
347 end of the list, to be compatible with previous versions of Octave. |
|
348 |
3736
|
349 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
350 |
|
351 * oct-time.cc (DEFINE_SET_INT_FIELD_FCN): Don't check limits here, |
|
352 since mktime is supposed to `normalize' the results for us. |
|
353 |
3731
|
354 2000-10-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
355 |
|
356 * Array2.cc (Array2<T>::transpose): Avoid copy for empty matrices |
3732
|
357 and vectors. Use xelem for faster access to elements when copying. |
3731
|
358 |
3726
|
359 2000-10-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
360 |
|
361 * CMatrix.cc (ComplexMatrix::cumsum, ComplexMatrix::cumprod): |
|
362 Correct indexing for operation across rows. |
|
363 * dMatrix.cc (Matrix::cumsum, Matrix::cumprod): Likewise. |
|
364 |
3725
|
365 2000-10-12 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
366 |
|
367 * Array2-idx.h (Array2<T>::index (idx_vector&)): Avoid copying |
|
368 elements if arg is a colon. |
|
369 |
3723
|
370 2000-10-12 Cai Jianming <caijianming@yahoo.co.uk> |
|
371 |
3795
|
372 * dMatrix.cc (Matrix::cumprod (int) const): New arg, DIM. |
3723
|
373 (Matrix::cumsum (int) const): Likewise. |
|
374 (Matrix::prod (int) const): Likewise. |
|
375 (Matrix::sum (int) const): Likewise. |
|
376 (Matrix::sumsq (int) const): Likewise. |
|
377 * CMatrix.cc (ComplexMatrix::cumprod (int dim) const): Likewise. |
|
378 (ComplexMatrix::cumsum (int) const): Likewise. |
|
379 (ComplexMatrix::prod (int) const): Likewise. |
|
380 (ComplexMatrix::sum (int) const): Likewise. |
|
381 (ComplexMatrix::sumsq (int) const): Likewise. |
|
382 |
3722
|
383 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
384 |
|
385 * Array2-idx.h (Array2<T>::index (idx_vector&)): Correctly set |
|
386 size if Array<T>::index returns an empty array. |
|
387 |
3710
|
388 2000-08-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
389 |
|
390 * file-ops.cc (file_ops::link, file_ops::symlink, |
|
391 file_ops::readlink): New functions. |
|
392 |
3709
|
393 2000-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
394 |
|
395 * Array2-idx.h (Array2<T>::index (idx_vector&)): If a scalar is |
|
396 indexed, always return an object the same size as the index arg. |
|
397 |
|
398 * oct-time.cc (octave_base_tm::strftime): Return empty string for |
|
399 empty format. |
|
400 |
3706
|
401 2000-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
402 |
|
403 * lo-cutils.c (oct_strptime): New function. |
|
404 * oct-time.cc (octave_strptime::init): Call it instead of strptime. |
|
405 Don't declare strptime. Don't define _XOPEN_SOURCE or _BSD_SOURCE. |
|
406 |
3702
|
407 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
408 |
3703
|
409 * oct-time.cc: Comment out _BSD_SOURCE and _XOPEN_SOURCE definitions. |
|
410 |
3702
|
411 * Makefile.in (MATRIX_INC): Add ArrayN-idx.h to the list. |
|
412 |
3689
|
413 2000-06-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
414 |
|
415 * dMatrix.h (read_int): Provide declaration. |
|
416 |
3688
|
417 2000-06-29 James R. Van Zandt <jrv@vanzandt.mv.com> |
|
418 |
|
419 * data-conv.cc (read_doubles): Handle EIGHT_BYTE_INT cases. |
|
420 (write_doubles): Ditto. |
|
421 * data-conv.h: Ditto. |
|
422 (enum save_type): New values, LS_U_LONG and LS_LONG. |
|
423 |
3685
|
424 2000-06-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
425 |
|
426 * boolMatrix.h: Declare MM_CMP_OPS here. |
|
427 * boolMatrix.cc: Define them here. |
|
428 |
3680
|
429 2000-06-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
430 |
|
431 * Array2-idx.h (assign): Allow x(bool) = RHS to succeed if x is |
|
432 previously undefined and set size of x to size of bool index. |
|
433 * idx-vector.cc (IDX_VEC_REP::maybe_convert_one_zero_to_idx): |
|
434 Allow z_len to be zero. |
|
435 (IDX_VEC_REP::freeze): If z_len is zero, set frozen_at_z_len to len. |
|
436 If frozen, don't assert that frozen_at_z_len == z_len. |
|
437 |
3670
|
438 2000-05-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
439 |
|
440 * oct-rl-edit.c (octave_rl_clear_screen): Call _rl_clear_screen |
|
441 instead of rl_clear_screen. |
|
442 |
3665
|
443 2000-05-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
444 |
|
445 * Array-d.cc: Instantiate ArrayN<double> here too. |
|
446 * Array-idx-vec.cc, ArrayN-idx.h, ArrayN.cc, ArrayN.h: New files. |
|
447 * Makefile.in: Add them to the appropriate lists. |
|
448 |
3657
|
449 2000-04-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
450 |
|
451 * Array.cc (Array<T>::operator =): Don't set max_indices to 1 here. |
|
452 |
3635
|
453 2000-03-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
454 |
|
455 * lo-sysdep.h: octave_chdir returns int, not bool. |
|
456 |
3615
|
457 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
458 |
|
459 * Makefile.in (liboctave.$(SHLEXT)): Delete target |
|
460 before rebuilding. |
|
461 |
|
462 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>: |
|
463 |
|
464 * liboctave/Makefile.in (liboctave.$(LIBEXT)): New target. |
|
465 (libraries): Depend only on library targets, not archive members. |
|
466 |
3613
|
467 2000-03-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
468 |
|
469 * Makefile.in: (objects): New target. |
|
470 |
|
471 * lo-cutils.c: New file. |
|
472 * Makefile.in (SOURCES): Add it to the list. |
|
473 * lo-utils.h: Declare octave_qsort here. |
|
474 * Array.h (Array::qsort): Use it here. |
|
475 |
3607
|
476 2000-03-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
477 |
|
478 * oct-time.cc: Include <sys/types.h> and <unistd.h>, if available. |
|
479 |
3598
|
480 2000-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
481 |
|
482 * oct-rl-hist.c (octave_history_list): Do something when not |
|
483 printing line numbers. Fix reallocation of retval. |
|
484 |
3597
|
485 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
486 |
|
487 * Makefile.in (install-inc): Install files in |
|
488 $(octincludedir)/octave. |
|
489 (uninstall): Remove them from the correct directory too. |
|
490 |
|
491 * oct-time.cc: Temporarily define _BSD_SOURCE and _XOPEN_SOURCE if |
|
492 they are not already defined. |
|
493 |
3588
|
494 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
495 |
|
496 * CRowVector.cc, CRowVector.h, CColVector.cc, CColVector.h: |
|
497 Delete declarations and definitions of mixed-type vector-vector ops. |
|
498 |
3585
|
499 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
500 |
|
501 * CMatrix.h, CMatrix.cc: Add lssolve methods for real-valued RHS |
|
502 matrix and vector objects. |
|
503 |
|
504 * mx-op-defs.h (DMM_BIN_OP): Explicitly request conversion to |
|
505 return type from second arg type. |
|
506 (MDM_BIN_OP): Likewise, for first arg type. |
|
507 |
|
508 * dMatrix.cc (Matrix::fourier, Matrix::ifourier, |
|
509 Matrix::fourier2d, Matrix::ifourier2d): Likewise. |
|
510 |
|
511 * EIG.cc (EIG::symmetric_init, EIG::hermitian_init): Explicitly |
|
512 request ColumnVector to ComplexColumnVector, and Matrix to |
|
513 ComplexMatrix conversions. |
|
514 |
|
515 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Give balancing_mat its |
|
516 initial value using ComplexMatrix constructor. |
|
517 |
|
518 * CColVector.cc (product, quotient, |
|
519 operator * (const DiagMatrix&, const ComplexColumnVetor&)): |
|
520 Fix type of returned value. |
|
521 * CDiagMatrix.cc (ComplexDiagMatrix::row, |
|
522 ComplexDiagMatrix::column, ComplexDiagMatrix::inverse): Likewise. |
|
523 |
|
524 * Array.h, CColVector.h, CDiagMatrix.h, CMatrix.h, CRowVector.h, |
|
525 MArray.h, MDiagArray2.h, dColVector.h, dDiagMatrix.h, dMatrix.h, |
|
526 dRowVector.h: Declare some constructors explicit, to disallow |
|
527 potentially problematic automatic type conversions. |
|
528 |
3580
|
529 2000-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
530 |
3582
|
531 * vx-rv-crv.h, vx-cv-ccv.h, vx-crv-rv.h, vx-ccv-cv.h, |
|
532 vx-rv-crv.cc, vx-cv-ccv.cc, vx-crv-rv.cc, vx-ccv-cv.cc: |
|
533 More new files. |
|
534 * Makefile.in: Add them to the appropriate lists. |
|
535 |
|
536 * vx-ccv-s.h, vx-crv-s.h, vx-cs-cv.h, vx-cs-rv.h, vx-cv-cs.h, |
|
537 vx-rv-cs.h, vx-s-ccv.h, vx-s-crv.h, vx-ccv-s.cc, vx-crv-s.cc, |
|
538 vx-cs-cv.cc, vx-cs-rv.cc, vx-cv-cs.cc, vx-rv-cs.cc, vx-s-ccv.cc, |
|
539 vx-s-crv.cc:, New files. |
|
540 * Makefile.in: Add them to the appropriate lists. |
|
541 |
|
542 * CRowVector.h, CRowVector.cc, CColVector.h, CColVector.cc: |
|
543 Delete scalar by vector and vector by scalar binary ops. |
|
544 |
3580
|
545 * MArray-defs.h: More new macros to handle MDiagArray operators. |
|
546 * dDiagMatrix.h, CDiagMatrix.h: Use the op-forwarding macros. |
|
547 |
3573
|
548 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
549 |
3578
|
550 * oct-rl-edit.c (octave_rl_set_event_hook): Take address of |
|
551 rl_event_hook before casting to void **. |
|
552 (octave_rl_set_startup_hook): Likewise, for rl_startup_hook. |
|
553 |
3574
|
554 * MArray-defs.h: Many new macros to make declaration and |
|
555 definition of operators more consistent. |
|
556 |
|
557 * MArray.h, MArray2.h, dColVector.h, dRowVector.h, CColVector.h, |
|
558 CRowVector.h, dMatrix.h, CMatrix.h: Use them. |
3573
|
559 |
3569
|
560 2000-02-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
561 |
3572
|
562 * dMatrix.cc (Matrix::ifourier): Cast divisor to double. |
|
563 (Matrix::ifourier2d): Likewise. |
|
564 * CMatrix.cc (ComplexMatrix::ifourier): Likewise. |
|
565 (ComplexMatrix::ifourier2d): Likewise. |
|
566 |
3569
|
567 * Array.h (Array::ArrayRep::qsort): Cast len to size_t. |
|
568 |
3504
|
569 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
570 |
3519
|
571 * oct-rl-edit.c, oct-rl-edit.h: New files for interface to GNU |
|
572 readline library. |
|
573 * Makefile.in: Add them to the appropriate lists. |
|
574 |
|
575 * oct-rl-hist.c, oct-rl-hist.h: New files for interface to GNU |
|
576 readline history library. |
|
577 * Makefile.in: Add them to the appropriate lists. |
|
578 |
3517
|
579 * data-conv.cc (LS_DO_WRITE): Cast arg to ostream::write to char*. |
|
580 (LS_DO_READ): Likewise, for istream::read. |
3518
|
581 (write_doubles): Likewise. |
|
582 (read_doubles): Likewise. |
3517
|
583 |
3516
|
584 * oct-env.cc (octave_env::do_polite_directory_format): |
|
585 Use operator== and substr method to do limited-length string |
|
586 comparison. |
|
587 |
3513
|
588 * Array2-idx.h, Array-idx.h: Avoid shadowing warnings for idx. |
3512
|
589 |
3511
|
590 * Quad.h: Use do_integrate as name of pure virtual function. |
|
591 |
3508
|
592 * base-de.h: Use tt instead of t as arg names. |
3511
|
593 Add method with tcrit arg. |
|
594 |
3509
|
595 * DAE.h, DAE.cc: Likewise, also xx for x. |
3508
|
596 |
3507
|
597 * DASSL.cc (dassl_fcn_ptr, dassl_jac_ptr): New typedefs. |
|
598 * LSODE.cc: lsode_fcn_ptr, lsode_jac_ptr): Ditto. |
|
599 * Quad.cc (quad_fcn_ptr): Ditto. |
|
600 * NLEqn.cc (hybrd1_fcn_ptr, hybrj1_fcn_ptr): Ditto. |
|
601 |
3505
|
602 * oct-getopt.h, oct-getopt.c: New files for interface to getopt. |
3519
|
603 * Makefile.in: Add them to the appropriate lists. |
3505
|
604 |
|
605 * oct-kpse.h, oct-kpse.c: New files for interface to kpathsearch. |
3519
|
606 * Makefile.in: Add them to the appropriate lists. |
3505
|
607 |
3504
|
608 * dMatrix.cc (write_int, read_int): No longer declared static. |
|
609 |
|
610 * CDiagMatrix.h: Delete decls for friend operators that are |
|
611 handled by MDiagArray2 class. Move others outside class decl and |
|
612 strip friend status. |
|
613 * dDiagMatrix.h: Likewise. |
|
614 |
|
615 * MArray.h: Delete decls for friend operators inside class decl. |
|
616 * MArray2.h: Ditto. |
|
617 * MDiagArray2.h: Ditto. |
|
618 |
|
619 * MArray-defs.h (DO_VS_OP,, DO_SV_OP, DO_VV_OP, NEGV): Pass all |
|
620 necessary parameters. Don't allocate memory in the macro. Change |
|
621 all uses. |
|
622 |
|
623 * dMatrix.h (class Matrix): Delete `friend class' decls. |
|
624 * CMatrix.h (class ComplexMatrix): Ditto. |
|
625 |
|
626 * mx-op-defs (MS_BOOL_OP, MS_BOOL_OPS, SM_BOOL_OP, SM_BOOL_OPS, |
|
627 MM_BOOL_OP, MM_BOOL_OPS, MDM_MULTIPLY_OP, MDM_BIN_OPS, |
|
628 DMM_MULTIPLY_OP, DMM_BIN_OPS): Pass zero constant as final arg, to |
|
629 avoid type conflicts. Change all uses. |
|
630 |
|
631 * strptime.c (__mon_yday): Fix size of array decl. |
|
632 |
|
633 * mx-inlines.cc: Use `xnot' instead of `not' for function name. |
|
634 |
|
635 * chMatrix.cc (charMatrix::row_as_string): Delete extraneous |
|
636 default value for second arg. |
|
637 |
|
638 * Array2.cc (Array2<T>::resize): Add Array<T>:: qulaifier to |
|
639 references to ArrayRep. |
|
640 |
3503
|
641 2000-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
642 |
3504
|
643 * Array.h (Array::ArrayRep): Now protected, not private. |
3503
|
644 |
|
645 * All source files: Include iostream, fstream, strstream, |
|
646 etc. as needed instead of using forward declarations for these |
3504
|
647 classes. Add std:: qualifier as needed. |
3503
|
648 |
3498
|
649 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
650 |
|
651 * oct-time.cc: Declare strptime extern "C". |
|
652 |
3496
|
653 2000-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
654 |
|
655 * oct-time.cc [! HAVE_STRPTIME]: Provide declaration. |
|
656 |
3488
|
657 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
658 |
3492
|
659 * Array2.h (Array2<T>::get_size): Now protected instead of private. |
|
660 * Array3.h, Array3.cc: Use it in constructors and resize methods |
|
661 to get total size to be allocated. |
|
662 |
3488
|
663 * DASSL.cc (DASSL::integrate): Declare do_restart and save_output |
|
664 as bool, not int. |
|
665 |
3482
|
666 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
667 |
|
668 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
669 Allow A(idx) = RHS if idx is a boolean index with the same shape |
|
670 as A, even when do_fortran_indexing is not enabled. |
|
671 (Array2<T>::index (idx_vector& idx) const): Likewise, for A(idx). |
|
672 |
3473
|
673 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
674 |
3480
|
675 * dMatrix.cc (Matrix::solve (...)): Add new variant with |
|
676 function pointer as final arg. Passed function (if any) will be |
|
677 called for singularity errors. |
|
678 * CMatrix.cc (ComplexMatrix::solve (...)): Likewise. |
|
679 |
|
680 * dMatrix.cc (Matrix::pseudo_inverse): Use economy SVD. |
|
681 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise. |
|
682 |
3475
|
683 * lo-ieee.cc (octave_ieee_init): Don't include sunmath.h. |
|
684 No longer bother with infinity or quiet_nan. |
|
685 |
3473
|
686 * Array2.cc (Array2<T>::get_size): New function. |
|
687 (Array2<T>::Array2, Array2<T>::resize): Use it. |
|
688 |
3472
|
689 2000-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
690 |
|
691 * Array2-idx.h (Array2<T>::maybe_delete_elements (idx_vector&)): |
|
692 New function. |
|
693 (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
694 Use it when indexing with one arg instead of faking a second one. |
|
695 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): |
|
696 Return empty matrices with the correct dimensions for A(:,:) = [] |
|
697 and also A(:,idx) = [], and A(idx,:) = [] when idx enumerates all |
|
698 rows or columns. |
|
699 |
|
700 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Recognize a bool |
|
701 vector that is all true values with a length equal to n as colon |
|
702 equivalent. |
|
703 |
3470
|
704 2000-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
705 |
|
706 * strptime.c: Only include langinfo.h if _LIBC is defined. |
|
707 |
|
708 2000-01-21 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3468
|
709 |
|
710 * CMatrix.cc (ComplexMatrix::expm): Apply permutation and scaling |
|
711 operations directly in step 2 and reverse step 2. |
|
712 * dMatrix.cc (Matrix::expm): Apply permutation and scaling |
|
713 operations directly in step 2 and reverse step 2. |
|
714 |
3465
|
715 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
716 |
|
717 * oct-time.h, oct-time.cc (octave_strptime): New class. |
|
718 |
|
719 * strptime.c: New file, from glibc 2.1.2. |
|
720 * Makefile.in (SOURCES): Add strptime.c to the list. |
|
721 |
3419
|
722 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
723 |
|
724 * MArray.h (MArray <const Array<T>&)): New constructor. |
|
725 |
3415
|
726 2000-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
727 |
|
728 * pathsearch.cc (dir_path::all_directories): Avoid dereferencing |
|
729 NULL directory list returned from kpse_element_dirs |
|
730 |
3375
|
731 1999-12-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
732 |
|
733 * dbleLU.cc (LU::LU): Call DGETRF directly instead of calling DGESV. |
|
734 * CmplxLU.cc (ComplexLU::ComplexLU): Likewise, call ZGETRF |
|
735 directly, instead of calling ZGESV. |
|
736 |
3358
|
737 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
738 |
|
739 * data-conv.cc (init_sized_type_lookup_table): New function. |
|
740 (string_to_data_type): Use it to improve lookup of data types. |
|
741 |
3354
|
742 1999-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
743 |
|
744 * dMatrix.cc (is_symmetric): Move here from Array2.cc. |
|
745 * Array2.h (is_symmetric): Delete declaration. |
|
746 |
3347
|
747 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
748 |
|
749 * oct-env.cc (do_get_user_name): Reverse sense of test. |
|
750 |
3344
|
751 1999-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
752 |
|
753 * oct-time.cc (Fstrftime): Undo previous change. |
|
754 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
755 |
3334
|
756 1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
757 |
3336
|
758 * dbleSVD.cc (SVD::init): Let DGESVD determine work space requirement. |
|
759 * CmplxSVD.cc (ComplexSVD::init): Likewise, for complex version. |
|
760 |
3334
|
761 * dbleSCHUR.cc (SCHUR::init): IWORK is always referenced by dgeesx. |
|
762 Don't forget to pass length of third string argument to dgeesx. |
|
763 |
|
764 * CmplxSCHUR.cc (ComplexSCHUR::init): Don't forget to pass length |
|
765 of third string argument to zgeesx. |
|
766 |
3333
|
767 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
768 |
|
769 * DiagArray2.cc (DiagArray2<T>::operator () (int, int)): |
|
770 On errors, simply return `T ()'. |
|
771 (DiagArray2<T>::checkelem (int, int)): Likewise. |
|
772 |
3331
|
773 1999-11-02 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
774 |
|
775 * dMatrix.cc (Matrix::expm): Do balancing here instead of using |
|
776 AEPBALANCE class. |
|
777 * CMatrix.cc (ComplexMatrix::expm): Likewise. |
|
778 |
3325
|
779 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
780 |
|
781 * oct-shlib.cc, oct-shlib.h: New files. |
|
782 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
783 |
3322
|
784 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
785 |
|
786 * CRowVector.cc (linspace): Allow npoints == 1 if x1 == x2. |
|
787 * dRowVector.cc (linspace): Ditto. |
|
788 |
|
789 * oct-time.cc (Fstrftime): Don't save or delete tm_zone. |
|
790 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
791 |
3312
|
792 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
793 |
|
794 * DASSL.cc (DASSL::do_integrate (double)): If we have a function |
|
795 to evaluate the Jacobian, set info(4), not iwork(4). |
|
796 Set rwork(1) to the maximum step size, not rwork(2). |
|
797 |
3290
|
798 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
799 |
|
800 * oct-time.cc: Include <climits>. |
|
801 |
3281
|
802 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
803 |
|
804 * cmd-edit.h (command_editor::do_resize_terminal): New function. |
|
805 * cmd-edit.cc (command_editor::resize_terminal): New function. |
|
806 (gnu_readline::do_resize_terminal): New function. |
|
807 |
3268
|
808 Fri Sep 3 12:39:17 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
809 |
|
810 * lo-mappers.cc: Include ieeefp.h and sunmath.h if we have them. |
|
811 * lo-ieee.c: Likewise. |
|
812 Delete extern "C" declarations for infinity and quiet_nan. |
|
813 |
3262
|
814 Fri Aug 20 07:58:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
815 |
3263
|
816 * mx-inlines.cc (VS_OP, SV_OP, VV_OP): Delete `extern template' decls. |
|
817 (VS_OP_FCN, SV_OP_FCN, VV_OP_FCN): Declare template functions |
|
818 `inline', not `static inline'. |
|
819 |
3262
|
820 * idx-vector.cc (intcmp): Declare args as const void *, not int *, |
|
821 then cast to const int * to compare. |
|
822 |
3257
|
823 Fri Jul 16 11:23:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
824 |
|
825 * DAEFunc.h: Remove useless preprocessor conditional. |
|
826 |
3255
|
827 Thu Jul 15 14:10:33 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
828 |
3257
|
829 * cmd-edit.cc (command_editor::do_decode_prompt_string): |
|
830 Use octave_time object instead of time_t. |
|
831 |
|
832 * file-stat.h (file_stat::fs_atime, file_stat::fs_mtime, |
|
833 file_stat::fs_ctime): Now octave_time objects. |
|
834 (file_stat::atime, file_stat::mtime, file_stat::ctime): |
|
835 Return octave_time objects. |
|
836 (file_stat::is_newer): Args are now octave_time objects instead of |
|
837 time_t. |
|
838 |
3255
|
839 * oct-time.h (octave_time::as_double): Delete. |
|
840 (octave_time::operator double ()): New function. |
|
841 (octave_time::operator time_t ()): New function. |
|
842 (octave_time::ctime): New function. |
|
843 (octave_base_tm::strftime): Renamed from format_as_string. |
|
844 (octave_base_tm::asctime): New function. |
|
845 (operator == (const octave_time&, const octave_time&), |
|
846 operator != (const octave_time&, const octave_time&), |
|
847 operator < (const octave_time&, const octave_time&), |
|
848 operator <= (const octave_time&, const octave_time&), |
|
849 operator > (const octave_time&, const octave_time&), |
|
850 operator >= (const octave_time&, const octave_time&)): |
|
851 New comparison functions. |
|
852 |
|
853 * strftime.c: Move here from src directory. |
|
854 * Makefile.in (SOURCES): Add it to the list. |
|
855 |
|
856 * oct-time.h (octave_time::octave_time (time_t)): New constructor. |
|
857 |
3253
|
858 Wed Jul 14 17:38:07 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
859 |
|
860 * oct-time.h, oct-time.cc: New files. |
|
861 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
862 |
|
863 * systime.h: Move here from src directory. |
|
864 * Makefile.in (INCLUDES): Add it to the list. |
|
865 |
3248
|
866 Mon Jul 12 22:34:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
867 |
|
868 * mx-defs.h (b_d_Mapper, b_c_Mapper): New typedefs. |
|
869 * dMatrix.cc (Matrix::map (b_d_Mapper)): New function. |
|
870 * CMatrix.cc (ComplexMatrix::map (b_c_Mapper)): New function. |
|
871 * lo-mappers.cc (xisinf, xisnan, xfinite): Return bool, not double. |
|
872 |
|
873 * lo-mappers.cc (xmin, xmax): New functions to correctly handle NaNs. |
|
874 |
3243
|
875 Mon May 10 07:45:11 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
876 |
|
877 * MArray-defs.h (DO_VV_OP2): Fix macro definition to use arg. |
|
878 |
|
879 Wed May 5 20:06:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
880 |
|
881 * Array2-idx.h (Array2<T>index (idx_vector& idx)): Always return a |
|
882 column vector for A(:), for compatibility with Matlab. |
|
883 |
|
884 Fri Apr 23 11:52:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
885 |
|
886 * LSODE.cc (LSODE::do_integrate (double)): Don't forget to set |
|
887 iopt when there are optional inputs in rwork or iwork. |
|
888 |
3238
|
889 Fri Mar 26 11:26:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
890 |
|
891 * Makefile.in (libraries): Use the libfoo.a(objects) method of |
|
892 creating static libs. |
|
893 |
|
894 Thu Mar 4 02:17:04 1999 James Macnicol <jamesm@evans.ee.adfa.oz.au> |
|
895 |
|
896 * data-conv.cc (oct_data_conv::string_to_data_type): Handle uint16 |
|
897 and uint32 data types. |
|
898 |
|
899 Thu Mar 4 01:51:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
900 |
|
901 * lo-ieee.cc (octave_ieee_init): Don't use __alpha__-specific code |
|
902 for Linux. Remove old Linux-specific code. |
|
903 |
3233
|
904 Tue Jan 19 09:34:55 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
905 |
|
906 * dMatrix.cc (operator * (const ColumnVector& v, const RowVector& a)): |
|
907 Don't require lengths to be equal. |
|
908 * CMatrix.cc (operator * (const ComplexColumnVector& v, const |
|
909 ComplexRowVector& a)): Likewise |
|
910 |
3225
|
911 Tue Nov 24 23:38:19 1998 Eric Norum <eric@skatter.USask.Ca> |
|
912 |
|
913 * statdefs.h: Only define mode_t if not already defined. |
|
914 |
|
915 Tue Nov 24 17:24:52 1998 john <john@arrows.demon.co.uk> |
|
916 |
|
917 * lo-specfun.cc (airy, biry): Set imaginary part of result to zero |
|
918 when appropriate. |
|
919 |
|
920 Mon Nov 23 09:57:05 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
921 |
|
922 * cmd-edit.cc (gnu_readline::gnu_readline): Set terminal name |
|
923 before calling rl_initialize. |
|
924 |
3220
|
925 Tue Nov 17 23:47:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
926 |
|
927 * lo-specfun.cc (besselh, airy, biry): New functions. |
|
928 Update Bessel function support to use library by D. E. Amos. |
|
929 |
3219
|
930 Thu Nov 12 17:44:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
931 |
|
932 * cmd-edit.h (command_editor::readline): Add new variation that |
|
933 allows EOF information to be passed back to caller. |
|
934 |
|
935 * dMatrix.cc (Matrix::read): Do the right thing for EOF when |
|
936 amount of data to read is unspecified. |
|
937 |
3215
|
938 Tue Nov 10 07:53:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
939 |
3219
|
940 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): New macro. |
|
941 (DEFINE_OCTAVE_ALLOCATOR): Ditto. |
|
942 |
3215
|
943 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, swap_8_bytes): |
|
944 Add volatile qualifier to void* arg. |
|
945 Cast volatile void* arg to volatile char*. |
|
946 |
|
947 Mon Nov 9 08:28:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
948 |
|
949 * cmd-edit.h (command_editor::do_set_event_hook): New function. |
|
950 (command_editor::do_restore_event_hook): Ditto. |
|
951 * cmd-edit.cc (command_editor::set_event_hook): Ditto. |
|
952 (command_editor::restore_event_hook): Ditto. |
|
953 (gnu_readline::do_set_event_hook): Ditto. |
|
954 (gnu_readline::do_restore_event_hook): Ditto. |
|
955 (gnu_readline::previous_event_hook): New data member. |
|
956 (gnu_readline::gnu_readline): Initialize previous_event_hook. |
|
957 |
3206
|
958 Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
959 |
|
960 * Makefile.in (BINDISTLIBS): Don't include .$(SHLEXT_VER) in name. |
|
961 |
|
962 * Makefile.in (stmp-pic): New target. |
|
963 ($(PICOBJ)): Depend on stmp-pic, not pic. |
|
964 (clean): Remove stmp-pic |
|
965 |
|
966 * Makefile.in: Undo previous change to avoid optmization when |
|
967 compiling lo-ieee.cc. |
|
968 |
|
969 Sun Nov 1 10:10:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
970 |
|
971 * lo-mappers.cc (xfinite): Define in terms of xfinite for real and |
|
972 imaginary parts. |
|
973 (xisinf): Define in terms of xisinf for real and imaginary parts. |
|
974 |
3203
|
975 Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
976 |
|
977 * boolMatrix.cc (boolMatrix::operator !): New function. |
|
978 |
3196
|
979 Fri Oct 23 21:46:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
980 |
|
981 * pathsearch.h (dir_path::default_path): New data member. |
|
982 * pathsearch.cc (dir_path::init): Use it. |
|
983 |
|
984 * Makefile.in: Avoid optmization when compiling lo-ieee.cc. |
|
985 |
3189
|
986 Fri Oct 16 01:08:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
987 |
|
988 * chMatrix.cc (charMatrix::extract): New function. |
|
989 (charMatrix::charMatrix (char c)): New constructor. |
|
990 |
|
991 Tue Oct 13 22:11:08 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
992 |
|
993 * cmd-edit.h: (command_editor::do_read_init_file): New function. |
|
994 * cmd-edit.cc (command_editor::read_init_file): New function. |
|
995 (gnu_readline::do_read_init_file): Likewise. |
|
996 |
3185
|
997 Fri Sep 25 14:26:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
998 |
|
999 * oct-env.cc (octave_env::do_get_home_directory): |
|
1000 If HOME can't be found, set it to "/". |
|
1001 (octave_env::do_get_user_name) |
|
1002 If user name can't be found, set it to "unknown". |
|
1003 (octave_env::do_get_host_name) |
|
1004 If host name can't be found, set it to "unknown". |
|
1005 |
|
1006 * pathsearch.h (dir_path::rehash): New function. |
|
1007 * pathsearch.cc (dir_path::init): Clear kpathsea's internal |
|
1008 diretcory cache before doing initialization. |
|
1009 |
3180
|
1010 Thu Sep 24 13:23:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1011 |
3185
|
1012 * dMatrix.cc (Qzval): Delete. |
|
1013 (qzhes, qzit, qzval): Delete F77_FCN declarations. |
|
1014 * dMatrix.h (Qzval): Delete declaration. |
|
1015 |
|
1016 * dbleGEPBAL.h, dbleGEPBAL.cc: Delete. |
|
1017 * Makefile.in (MATRIX_INC, MATRIX_SRC): Delete them from the lists. |
|
1018 * mx-ext.h: Don't include dbleGEPBAL. |
|
1019 |
3180
|
1020 * lo-ieee.cc (octave_ieee_init): For now, use X_CAST instead of |
|
1021 static_cast. |
|
1022 |
|
1023 Fri Sep 4 10:58:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1024 |
|
1025 * dMatrix.cc (Matrix::read): Skip after reading, not before. |
|
1026 From: Dr.-Ing. Torsten Finke <fi@igh-essen.com>. |
|
1027 |
|
1028 Wed Sep 2 09:50:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1029 |
|
1030 * lo-ieee.cc (octave_ieee_init): For Linux on arm, don't rely on |
|
1031 HUGE_VAL and NAN. |
|
1032 |
|
1033 Wed Aug 26 15:04:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1034 |
|
1035 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
1036 Handle x(i) = scalar for do_fortran_indexing == 1. |
|
1037 |
|
1038 Thu Jul 30 00:34:10 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1039 |
|
1040 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const charMatrix&)): |
|
1041 Alloctate space before attempting to use it. |
|
1042 (ComplexMatrix::ComplexMatrix (const boolMatrix&)): Likewise. |
|
1043 |
3178
|
1044 Mon Jun 22 17:04:27 1998 Tomislav Goles <tom@ait-tech.com> |
|
1045 |
|
1046 * EIG.cc (EIG::init): Move invariant code outside loop. |
|
1047 |
|
1048 Thu Jun 18 11:08:23 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1049 |
|
1050 * MArray2.cc (MARRAY_A2A2_OP): If operands are empty, make result |
|
1051 have the same size as the operands. |
|
1052 |
|
1053 Thu May 28 10:41:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1054 |
|
1055 * DASSL.cc (DASSL::do_integrate): If an exception occurs in the |
|
1056 call to ddassl, set integration_error to 1 before calling the |
|
1057 error handler and returning. |
|
1058 * LSODE.cc (LSODE::do_integrate): Likewise. |
|
1059 |
3177
|
1060 Wed May 27 13:46:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1061 |
|
1062 * Array2-idx.h (assign): Allow A([],[]) = scalar and, if |
|
1063 do_fortran_indexing is set, A([]) = scalar. |
|
1064 * Array-idx.h (assign): Allow A([]) = scalar. |
|
1065 |
3176
|
1066 Thu May 14 11:50:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1067 |
|
1068 * mx-op-defs.h (MDM_MULTIPLY_OP): Compute result if dm_nc > 0, not |
|
1069 if dm_nc == 0. |
|
1070 |
3174
|
1071 Thu Apr 23 16:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1072 |
|
1073 * pathsearch.h (dir_path::p_orig): New field. |
|
1074 * pathsearch.cc (dir_path::init): Perform variable and tilde |
|
1075 expansion on the original path here. |
|
1076 (dir_path::find_all): Don't do anything if not initialized. |
|
1077 |
3164
|
1078 Tue Apr 14 14:41:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1079 |
|
1080 * Array2-idx.h (index): Allow x(:) even when do_fortran_indexing |
|
1081 is not set. |
|
1082 (index): Allow x = zeros (2, 0); x(1,:) to work. |
|
1083 |
|
1084 * lo-specfun.cc (gammainc): Use dgamit to compute |
|
1085 (\int_0^x exp(-t) t^(a-1) dt)/gamma(a), not just |
|
1086 \int_0^x exp(-t) t^(a-1) dt. |
|
1087 |
|
1088 Wed Apr 8 22:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1089 |
|
1090 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-i.cc, Array-d.cc, |
|
1091 Array-s.cc: Change return types of all `assign' explicit |
|
1092 instantiations to be int, not void, to match the template decl in |
|
1093 Array.h. |
|
1094 |
3162
|
1095 Mon Apr 6 00:27:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1096 |
|
1097 * lo-specfun.cc (gammainc): Reorder args in call to xdgami. |
|
1098 |
3156
|
1099 Thu Feb 19 01:16:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1100 |
|
1101 * lo-specfun.cc (xgamma, xlgamma): Define here. |
|
1102 * lo-mappers.cc: Not here. |
|
1103 |
|
1104 * lo-specfun.h: Declare xgamma and xlgamma here. |
|
1105 * lo-mappers.h: Not here. |
|
1106 |
|
1107 * lo-specfun.h: Never declare gamma or lgamma. |
|
1108 |
3154
|
1109 Tue Feb 10 16:14:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1110 |
|
1111 * Array-idx.h (assign): Allow A([]) = X to succeed if X is an |
|
1112 empty matrix of any dimension. |
|
1113 |
3145
|
1114 Thu Feb 5 02:12:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1115 |
3147
|
1116 * oct-syscalls.cc (octave_syscalls::vfork): New function. |
|
1117 |
3146
|
1118 * lo-specfun.cc: Don't include dbleBessel.h. |
|
1119 |
|
1120 * Makefile.in (INCLUDES): Delete oct-math.h from the list. |
|
1121 |
3145
|
1122 * dir-ops.h (dir_entry::operator bool ()): Return bool, not void*. |
|
1123 * file-stat.h (file_stat::operator bool ()): Likewise. |
|
1124 * idx-vector.h (idx_vector::operator bool ()): Likewise. |
|
1125 * oct-group.h (octave_group::operator bool ()): Likewise. |
|
1126 * oct-passwd.h (octave_passwd::operator bool ()): Likewise. |
|
1127 |
|
1128 * data-conv.cc (IEEE_little_double_to_IEEE_big_double): |
|
1129 Don't cast arg in call to swap_8_bytes. |
|
1130 (IEEE_big_double_to_IEEE_little_double): Ditto |
|
1131 (IEEE_big_float_to_IEEE_little_float): Don't cast arg in call to |
|
1132 swap_4_bytes. |
|
1133 (IEEE_little_float_to_IEEE_big_float): Ditto |
|
1134 |
|
1135 * oct-alloc.cc (grow): Use X_CAST, not static_cast. |
|
1136 * prog-args.cc (prog_args::getopt): Likewise. |
|
1137 * dMatrix.cc (read_int, do_read, write_int, do_write): Likewise. |
|
1138 * cmd-edit.cc (gnu_readline::do_set_completion_function): Likewise. |
|
1139 * data-conv.cc (LS_DO_READ, LS_DO_WRITE, read_doubles, write_doubles): |
|
1140 Likewise. |
|
1141 |
|
1142 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, |
|
1143 swap_8_bytes): Declare ptr arg as void*, then use cast. |
|
1144 |
3141
|
1145 Mon Feb 2 01:42:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1146 |
|
1147 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir). |
|
1148 Use $(mk-libdir-link). |
|
1149 |
|
1150 * file-stat.cc (file_stat::update_internal): Use stat and lstat, |
|
1151 not SAFE_STAT and SAFE_LSTAT. |
|
1152 (lstat): New function, defined if HAVE_LSTAT is not defined. |
|
1153 * safe-xstat.hin, safe-xstat.cin: Delete. |
|
1154 * Makefile.in: Delete rules for safe-stat.h, safe-stat.c, |
|
1155 safe-lstat.h, and safe-lstat.cc. |
|
1156 |
3136
|
1157 Fri Jan 30 23:48:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1158 |
|
1159 * chMatrix.cc (charMatrix::all, charMatrix::any): New functions. |
|
1160 |
3130
|
1161 Tue Jan 20 16:30:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1162 |
|
1163 * dMatrix.cc (Matrix::expm): Skip trace normalization step if the |
|
1164 trace is negative. |
|
1165 * CMatrix.cc (ComplexMatrix::expm): Skip trace normalization if |
|
1166 the real part of the trace is negative. |
|
1167 |
|
1168 Mon Jan 19 16:01:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1169 |
|
1170 * dMatrix.cc (Matrix::expm): Call xdlange instead of dlange. |
|
1171 * CMatrix.cc (ComplexMatrix::expm): Call xzlange instead of zlange. |
|
1172 |
|
1173 * Array2-idx.h (assign): Allow operations like a = 1; a(2:3) = [1;2] |
|
1174 to succeed. |
|
1175 |
3125
|
1176 Thu Dec 18 14:53:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1177 |
|
1178 * idx-vector.cc (IDX_VEC_REP::sort): Don't do anything unless len > 1. |
|
1179 (make_uniq): Likewise. |
|
1180 |
|
1181 Fri Dec 12 10:58:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1182 |
|
1183 * lo-ieee.cc (octave_ieee_init): Check for linux before __alpha__. |
|
1184 |
3119
|
1185 Sun Nov 30 14:59:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1186 |
3121
|
1187 * lo-mappers.cc: Include cmath and lo-specfun.h, not oct-math.h. |
|
1188 |
|
1189 * lo-specfun.h, lo-specfun.cc: New files. |
3119
|
1190 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
1191 |
3121
|
1192 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c, |
|
1193 oct-math.h: Delete. |
|
1194 * Makefile.in (SOURCES): Delete them from the list. |
|
1195 |
3112
|
1196 Wed Nov 26 20:02:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1197 |
|
1198 * lo-sysdep.cc (octave_getcwd): Prefer getcwd over getwd. |
|
1199 |
3107
|
1200 Wed Nov 19 02:30:04 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
1201 |
|
1202 Changes to make support egcs snapshots that implement explicit |
|
1203 specification of template functions according to CD2. |
|
1204 |
|
1205 * MArray.h: If NEED_TEMPLATE_FCN_SPECS is defined, add explicit |
|
1206 template function specs for template friends. |
|
1207 * MArray2.h: Likewise. |
|
1208 * MDiagArray2.h: Likewise. |
|
1209 |
3095
|
1210 Thu Nov 13 21:57:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1211 |
|
1212 * CMatrix.cc (sumsq): Compute equivalent of sum (x .* conj (x)) |
|
1213 |
3092
|
1214 Thu Oct 2 17:13:02 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
1215 |
|
1216 * CRowVector.cc (linspace): Removed attempt for implicit conversion |
|
1217 to complex<double>(int) instead of complex<double>(double). |
|
1218 |
|
1219 * lo-mappers.cc (atanh): Ditto. |
|
1220 |
3079
|
1221 Thu Jul 31 22:13:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1222 |
|
1223 * idx-vector.cc (IDX_VEC_REP::sort): New function. |
|
1224 * idx-vector.h (idx_vector::sort): Ditto. |
|
1225 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use it before |
|
1226 trying to delete elements specified by the index vectors. |
|
1227 |
3075
|
1228 Fri Jul 25 17:31:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1229 |
|
1230 * dMatrix.cc (Matrix::lssolve): Increase lwork by factor of 16. |
|
1231 * CMatrix.cc (ComplexMatrix::lssolve): Ditto. |
|
1232 |
3074
|
1233 Thu Jul 24 14:32:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1234 |
|
1235 * file-ops.cc (tilde_expand_word): Fix off-by-one error. |
|
1236 |
3069
|
1237 Wed Jul 9 19:40:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1238 |
|
1239 * lo-sysdep.cc (octave_getcwd): If getwd is available, use it. |
|
1240 Call error handler if we can't find the current directory. |
|
1241 |
3068
|
1242 Mon Jul 7 21:14:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1243 |
3069
|
1244 * lo-mappers.cc (xisnan (double)): Return only 1 or 0. |
|
1245 (xfinite (double)): Ditto. |
|
1246 |
3068
|
1247 * dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw. |
|
1248 * CmplxQR.cc (ComplexQR::init): Ditto. |
|
1249 |
3056
|
1250 Sun Jun 15 21:06:37 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1251 |
|
1252 * lo-mappers.cc (acos (const Complex&)): Select branch that is |
|
1253 compatible with Matlab. |
|
1254 |
3050
|
1255 Tue Jun 10 10:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1256 |
|
1257 * Array2-idx.h: Correctly handle empty matrices indexed by a |
|
1258 single colon. |
|
1259 |
3040
|
1260 Fri Jun 6 04:27:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1261 |
3049
|
1262 * lo-mappers.cc (xlgamma): Use F77_XFCN function to call dlgams. |
|
1263 (xgamma): Likewise, for calling xdgamma. |
|
1264 |
3042
|
1265 * FSQP.h, NPSOL.h, QPSOL.h, FSQP.cc, NPSOL.cc, QPSOL.cc: Delete |
|
1266 * Makefile.in (INCLUDES, SOURCES): Remove them from the lists. |
|
1267 |
3040
|
1268 * file-ops.cc (file_ops::tilde_expand): Steal more code from bash |
|
1269 to do better job expanding tildes. |
|
1270 |
|
1271 * str-vec.cc (string_vector::string_vector (const char * const *): |
|
1272 Use temporary variable to compute length. |
|
1273 |
3029
|
1274 Thu Jun 5 01:44:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1275 |
3034
|
1276 * Makefile.in: Make building of static library optional. |
3036
|
1277 (liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command. |
3034
|
1278 |
3029
|
1279 * Makefile.in (stamp-picdir): Delete. |
|
1280 (pic): New target. Don't worry so much about creating pic |
|
1281 directory only when it is really needed. |
|
1282 (stamp-interp): Delete. |
|
1283 (libraries): New target. Depend on shared library directly. |
|
1284 |
3024
|
1285 Wed Jun 4 00:08:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1286 |
|
1287 * pathsearch.h, pathsearch.cc (dir_pat::set_program_name): |
|
1288 New static function. |
|
1289 |
3012
|
1290 Mon Jun 2 12:44:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1291 |
|
1292 * lo-mappers.cc (fix): Use floor and ceil instead of casting to int. |
|
1293 |
3004
|
1294 Thu May 22 16:20:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1295 |
|
1296 * cmd-edit.h, cmd-edit.cc: Rename set_paren_string_delimiters to |
|
1297 set_basic_quote_characters, to match new version of readline. |
|
1298 |
|
1299 * cmd-edit.cc (do_restore_terminal_state): Call readline function |
|
1300 for restoring terminal state through rl_deprep_term_function, now |
|
1301 declared in readline.h |
|
1302 (rl_deprep_terminal): Delete declaration. |
|
1303 |
2993
|
1304 Wed May 21 16:30:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1305 |
|
1306 * Makefile.in (install-in): Use new mk-includedir-link macro. |
|
1307 (install-lib): Install in $octlibdir. Use new mk-libdir-link macro. |
|
1308 |
2968
|
1309 Thu May 15 11:46:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1310 |
|
1311 * cmd-edit.cc (command_editor::increment_current_command_number): |
|
1312 New static function. |
|
1313 |
2964
|
1314 Mon May 12 02:14:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1315 |
2966
|
1316 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Make it work when |
|
1317 the vector is not sorted. |
|
1318 |
2964
|
1319 * CMatrix.cc (ComplexMatrix::operator !): Return boolMatrix. |
|
1320 * dMatrix.cc (Matrix::operator !): Likewise |
|
1321 |
2941
|
1322 Wed May 7 21:14:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1323 |
|
1324 * oct-syscalls.h, oct-syscalls.cc: New files. |
|
1325 |
|
1326 * cmd-edit.h, cmd-edit.cc: Handle completion function. |
|
1327 |
|
1328 * str-vec.h, str-vec.cc (string_vector::uniq): New function. |
|
1329 |
2938
|
1330 Tue May 6 00:52:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1331 |
2941
|
1332 * Makefile.in (INCLUDES_FOR_INSTALL): New variable. |
|
1333 (install-inc): Use it. |
|
1334 |
2938
|
1335 * file-ops.h, file-ops.cc (tempnam): Add DIR and PREFIX args. |
|
1336 Handle errors and missing functions consistently. |
|
1337 |
|
1338 * oct-group.h, oct-group.cc: New files. |
|
1339 |
|
1340 * oct-passwd.cc: Handle errors and missing functions consistently. |
|
1341 |
|
1342 * str-vec.h, str-vec.cc (c_str_vec, delete_c_str_vec): New functions. |
|
1343 |
2934
|
1344 Mon May 5 17:53:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1345 |
|
1346 * file-ops.cc: (file_ops::tilde_expand): Use new octave_passwd class. |
|
1347 * oct-env.cc (octave_env::do_get_user_name): Likewise. |
|
1348 |
|
1349 * oct-passwd.h, oct-passwd.cc: New files. |
|
1350 |
2926
|
1351 Sun May 4 22:17:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1352 |
|
1353 * statdefs.h: Only include sys/types.h if HAVE_SYS_STAT_H is defined. |
|
1354 |
|
1355 * mach-info.h, mach-info.cc: Add missing const qualifiers. |
|
1356 (instance_ok ()): New function. |
|
1357 |
|
1358 * glob-match.h, glob-match.cc: Rename from oct-glob.h, oct-glob.cc. |
|
1359 |
|
1360 * cmd-hist.h, cmd-hist.cc: Make it work without GNU readline. |
|
1361 |
|
1362 * lo-utils.h, lo-utils.cc (strsave, octave_putenv): Move here from |
|
1363 src/utils.h and src/utils.cc. |
|
1364 (octave_fgets): New function, extracted from src/input.cc. |
|
1365 |
|
1366 * cmd-edit.h, cmd-edit.cc: New files. Provide wrapper class for |
|
1367 GNU readline, and allow Octave to work without GNU readline. |
|
1368 |
|
1369 * lo-sysdep.h, lo-sysdep.cc: New files for miscellaneous |
|
1370 system-dependent functions. |
|
1371 |
|
1372 * oct-env.h, oct-env.cc: New files for process environment stuff. |
|
1373 |
|
1374 * file-stat.h, file-stat.cc: New files. Extract file_stat class |
|
1375 from file-ops.h and file-ops.cc and move here. |
|
1376 |
|
1377 * file-ops.h, file-ops.cc: Wrap functions in struct. Move |
|
1378 tilde_expand functions here from src/dirfns.cc. |
|
1379 |
|
1380 Fri May 2 19:50:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1381 |
|
1382 * pathlen.h: New file, from ../src. |
|
1383 |
2917
|
1384 Tue Apr 29 04:39:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1385 |
|
1386 * Array2-idx.h (Array2<T>::maybe_delete_elements): Prevent |
|
1387 out-of-bounds indexing of the index array. |
|
1388 * Array-idx.h (Array<T>::maybe_delete_elements): Likewise. |
|
1389 |
2850
|
1390 Fri Mar 28 15:37:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1391 |
|
1392 * LSODE.h (x_step_limit): New field. |
|
1393 (LSODE_options::init): Initialize it. |
|
1394 (LSODE_options::copy): Copy it. |
|
1395 (LSODE_options::set_step_limit, LSODE_options::step_limit): |
|
1396 New functions. |
|
1397 (LSODE::working_too_hard): Delete. |
|
1398 * LSODE.cc (LSODE::do_integrate): Handle step limit. |
|
1399 |
2844
|
1400 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1401 |
|
1402 * MArray-b.cc: Delete. |
|
1403 * Makefile.in: Delete it from the lists. |
|
1404 |
|
1405 * boolMatrix.h (class bboolMatrix): Derive from Array2, not |
|
1406 MArray2, since most of the numeric ops don't really make sense. |
|
1407 |
2829
|
1408 Tue Mar 25 17:37:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1409 |
2832
|
1410 * boolMatrix.cc (boolMatrix::all, boolMatrix::any): New functions. |
|
1411 |
|
1412 * dMatrix.cc (Matrix::all, Matrix::any): Return boolMatrix. |
|
1413 * CMatrix.cc (ComplexMatrix::all, ComplexMatrix::any): Likewise. |
|
1414 |
2830
|
1415 * idx-vector.h (idx_vector::idx_vector_rep::freeze, |
|
1416 idx_vector::freeze): Delete prefer_zero_one arg. |
|
1417 * Array-idx.h, Array2-idx.h: Change all callers. |
|
1418 |
|
1419 * Array-flags.h, Array-flags.cc (liboctave_pzo_flag): Delete. |
|
1420 |
2829
|
1421 * mx-op-defs.h: New file for operator definitions. |
|
1422 * mx-cdm-cm.h, mx-cdm-cs.h, mx-cdm-dm.h, mx-cdm-m.h, mx-cdm-s.h, |
|
1423 mx-cm-cdm.h, mx-cm-dm.h, mx-cm-m.h, mx-cm-s.h, mx-cs-cdm.h, |
|
1424 mx-cs-dm.h, mx-cs-m.h, mx-dm-cdm.h, mx-dm-cm.h, mx-dm-cs.h, |
|
1425 mx-dm-m.h, mx-dm-s.h, mx-m-cdm.h, mx-m-cm.h, mx-m-cs.h, mx-m-dm.h, |
|
1426 mx-s-cdm.h, mx-s-cm.h, mx-s-dm.h, mx-cdm-cm.cc, mx-cdm-cs.cc, |
|
1427 mx-cdm-dm.cc, mx-cdm-m.cc, mx-cdm-s.cc, mx-cm-cdm.cc, mx-cm-dm.cc, |
|
1428 mx-cm-m.cc, mx-cm-s.cc, mx-cs-cdm.cc, mx-cs-dm.cc, mx-cs-m.cc, |
|
1429 mx-dm-cdm.cc, mx-dm-cm.cc, mx-dm-cs.cc, mx-dm-m.cc, mx-dm-s.cc, |
|
1430 mx-m-cdm.cc, mx-m-cm.cc, mx-m-cs.cc, mx-m-dm.cc, mx-s-cdm.cc, |
|
1431 mx-s-cm.cc, mx-s-dm.cc: |
|
1432 New files for mixed-type operations. |
|
1433 * Makefiles.in: Add them to the appropriate lists. |
|
1434 |
|
1435 * mx-inlines.cc: Add bool by bool EQ ops. |
|
1436 |
|
1437 * idx-vector.h, idx-vector.cc: Add constructors for bool and |
|
1438 boolMatrix types. |
|
1439 (idx_vector::maybe_convert_one_zero_to_idx, |
|
1440 idx_vector::idx_vector_rep::maybe_convert_one_zero_to_idx): |
|
1441 Delete second arg, prefer_zero_one. Change all callers. |
|
1442 |
|
1443 * boolMatrix.h, boolMatrix.cc: New files. |
|
1444 * mx-base.h: Include boolMatrix.h here. |
|
1445 * mx-defs.h: Provide forward declaration for boolMatrix here. |
|
1446 |
|
1447 * chMatrix.h, chMatrix.cc: Delete unused junk. |
|
1448 |
|
1449 * dMatrix.h, CMatrix.h: Delete friend declarations for operator+, |
|
1450 operator-, operator*, product, and quotient functions. |
|
1451 Add constructor for boolMatrix type. |
|
1452 * dMatrix.cc, CMatrix.cc: Delete operator+, operator-, operator*, |
|
1453 product, and quotient functions. |
|
1454 |
|
1455 * CDiagMatrix.h: Delete friend declarations for operator+, |
|
1456 operator-, and product functions. |
|
1457 * CDiagMatrix.h: Delete operator+, operator-, and product functions. |
|
1458 |
|
1459 * Array-b.cc: Also instantiate 2d and 2d diagonal arrays. |
|
1460 |
2815
|
1461 Fri Mar 14 00:29:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1462 |
|
1463 * EIG.cc (EIG::hermitian_init (const ComplexMatrix&)): New function. |
|
1464 (EIG::init (const ComplexMatrix&)): Call it if arg is hermitian. |
|
1465 (EIG::symmetric_init (const Matrix&)): New function. |
|
1466 (EIG::init (const Matrix&)): Call it if arg is symmetric. |
|
1467 |
|
1468 * CMatrix.cc (ComplexMatrix::is_hermitian): New function. |
|
1469 |
|
1470 Thu Mar 13 17:04:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1471 |
|
1472 * Array2.cc (is_symmetric): New function. |
|
1473 * Array2.h (is_square): New function. |
|
1474 |
2811
|
1475 Wed Mar 12 16:59:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1476 |
|
1477 * Makefile.in (install-strip): New target. |
|
1478 |
2804
|
1479 Mon Mar 10 22:34:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1480 |
|
1481 * CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, |
|
1482 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, EIG.cc, dbleCHOL.cc, |
|
1483 dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, dbleSCHUR.cc, |
|
1484 dbleSVD.cc: Don't include mx-inlines.cc. |
|
1485 |
|
1486 * mx-inlines.cc: Abuse the preprocessor to eliminate lots of |
|
1487 duplicate code. |
|
1488 |
2800
|
1489 Sun Mar 9 03:44:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1490 |
2804
|
1491 * dbleQR.h (QR): Delete extra comma at end of list. |
|
1492 |
|
1493 * prog-args.cc (prog_args::getopt): Add missing const in cast. |
|
1494 |
|
1495 * dbleSVD.h (SVD::type): Delete extra comma at end of list. |
|
1496 |
|
1497 * idx-vector.h (idx_vector): Delete unnecessary idx_vector:: and |
|
1498 idx_vecotr_rep:: qualifiers. |
|
1499 |
|
1500 * Array.h (class Array): Delete unnecessary Array<T>:: qualifiers. |
|
1501 |
|
1502 * data-conv.h (save_type): Delete extra comma at end of list. |
|
1503 |
2800
|
1504 * CMatrix.cc, FEGrid.cc, Range.cc, dMatrix.cc, data-conv.cc, |
|
1505 dir-ops.cc, file-ops.h, idx-vector.cc, idx-vector.h, lo-ieee.cc, |
|
1506 lo-mappers.cc, oct-alloc.cc: Use `static_cast<T> (val)' instead of |
|
1507 old C-style `(T) val' casts. |
|
1508 |
2795
|
1509 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1510 |
|
1511 * dMatrix.cc (operator >>): Return if an error occurs instead of |
|
1512 just breaking out of the innermost loop. |
|
1513 * CMatrix.cc (operator >>): Likewise. |
|
1514 |
2779
|
1515 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
1516 |
|
1517 * Version 2.0.5 released. |
|
1518 |
2767
|
1519 Fri Feb 28 20:11:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1520 |
|
1521 * CmplxQR.cc (ComplexQR::init): New function. |
|
1522 (ComplexQR::ComplexQR): Use it. Use initializer list too. |
|
1523 * CmplxQRP.cc (ComplexQRP::init): New function. |
|
1524 Get sizes right in all cases. |
|
1525 (ComplexQR::ComplexQRP): Use it. Use initializer list too. |
|
1526 |
|
1527 * dbleQR.cc (QR::init): New function. |
|
1528 (QR::QR): Use it. Use initializer list too. |
|
1529 * dbleQRP.cc (QRP::init): New function. |
|
1530 Get sizes right in all cases. |
|
1531 (QR::QRP): Use it. Use initializer list too. |
|
1532 |
2759
|
1533 Wed Feb 26 15:46:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1534 |
|
1535 * mach-info.cc (oct_mach_info::string_to_float_format): |
|
1536 Recognize "vaxg", not "vax_g". |
|
1537 |
2713
|
1538 Fri Feb 21 16:07:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1539 |
2714
|
1540 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use correct |
|
1541 dimension in check for colon equivalent index. |
|
1542 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): A single-element |
|
1543 index whose value is 0 is also colon eqivalent for n == 1. |
|
1544 |
2713
|
1545 * lo-ieee.cc (octave_ieee_init): Reorder #ifdef stuff to put |
|
1546 system-specific tests first. |
|
1547 |
2709
|
1548 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
1549 |
|
1550 * Version 2.0.4 released. |
|
1551 |
|
1552 Wed Feb 19 09:42:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1553 |
|
1554 * lo-ieee.cc: D'oh, it's `extern "C"', not `#extern "C"'. |
|
1555 |
2693
|
1556 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
1557 |
|
1558 * Version 2.0.3 released. |
|
1559 |
2686
|
1560 Fri Feb 14 16:23:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1561 |
|
1562 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. |
|
1563 |
2673
|
1564 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1565 |
2676
|
1566 * Makefile.in (stamp-prereq): Depend on stamp-picdir. |
|
1567 (all): Don't depend on stamp-prereq or stamp-picdir. |
|
1568 (liboctave.a, stamp-shared): Do depend on stamp-prereq. |
|
1569 (stamp-picdir): Silence noise about making pic. |
|
1570 (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared. |
|
1571 |
2673
|
1572 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
1573 Fix typo in last change. |
|
1574 |
|
1575 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)): |
|
1576 Convert from friend (moved from dColVector.cc). |
|
1577 * CMatrix.cc (ComplexMatrix::map (d_c_mapper)): |
|
1578 Likewise (moved from dMatrix.cc). |
|
1579 * CRowVector.cc (ComplexRowVector::map (d_c_mapper)): |
|
1580 Likewise (moved from dRowVector.cc). |
|
1581 |
|
1582 * dColVector.cc (ColumnVector::map (d_d_mapper)): Convert from friend. |
|
1583 * dMatrix.cc (Matrix::map (d_d_mapper)): Likewise. |
|
1584 * dRowVector.cc (RowVector::map (d_d_mapper)): Likewise. |
|
1585 * CColVector.cc (ComplexColumnVector::map (c_c_mapper)): Likewise. |
|
1586 * CMatrix.cc (ComplexMatrix::map (c_c_mapper)): Likewise. |
|
1587 * CRowVector.cc (ComplexRowVector::map (c_c_mapper)): Likewise. |
|
1588 |
|
1589 * dColVector.cc (ColumnVector::apply): Rename from map, return *this. |
|
1590 * dMatrix.cc (Matrix::apply): Likewise. |
|
1591 * dRowVector.cc (RowVector::apply): Likewise. |
|
1592 * CColVector.cc (ComplexColumnVector::apply): Likewise. |
|
1593 * CMatrix.cc (ComplexMatrix::apply): Likewise. |
|
1594 * CRowVector.cc (ComplexRowVector::apply): Likewise. |
|
1595 |
2668
|
1596 Tue Feb 11 19:44:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1597 |
|
1598 * lo-ieee.cc: Declare quiet_nan() and infinity(). |
|
1599 |
|
1600 Mon Feb 10 01:17:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1601 |
|
1602 * file-ops.cc (oct_unlink (const string&, string&)): |
|
1603 New two-arg version. |
|
1604 (oct_rmdir (const string&, string&)): New two-arg version. |
|
1605 (oct_mkdir (const string&, mode_t, string&)): New three-arg version. |
|
1606 (oct_mkfifo (const string&, mode_t, string&)): New three-arg version. |
|
1607 (oct_rename (const string&, const string&, string&)): |
|
1608 New three-arg version. |
|
1609 |
2663
|
1610 Fri Feb 7 13:15:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1611 |
|
1612 * idx-vector.h (idx_vector::orig_empty): New function. |
|
1613 |
|
1614 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
1615 Don't always resize to [](0x0) if one of the indices is empty or |
|
1616 zero. |
|
1617 |
2658
|
1618 Sun Feb 2 22:33:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1619 |
|
1620 * cmd-hist.cc (command_history::read): New arg, must_exist. |
|
1621 Set line_in_file here too. |
|
1622 (command_history::read_range): New arg, must_exist. |
|
1623 |
2651
|
1624 Fri Jan 31 09:21:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1625 |
|
1626 * f2c-main.c: Change C++-style comments to C-style comments. |
|
1627 |
2638
|
1628 Tue Jan 28 10:46:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1629 |
|
1630 * Makefile.in (install-inc): Create a relative symbolic link. |
|
1631 |
2634
|
1632 Mon Jan 27 15:52:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1633 |
|
1634 * Version 2.0.2 released. |
|
1635 |
2624
|
1636 Sat Jan 25 22:36:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1637 |
|
1638 * Makefile.in (bin-dist): New target. |
|
1639 |
2621
|
1640 Wed Jan 22 16:18:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1641 |
|
1642 * dbleSVD.cc (SVD::init): Work around apparent dgesvd() bug. |
|
1643 * CmplxSVD.cc (ComplexSVD::init): Work around apparent zgesvd() bug. |
|
1644 |
2613
|
1645 Mon Jan 20 18:44:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1646 |
|
1647 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
1648 If the number of columns is zero, also set the number of rows to zero. |
|
1649 (charMatrix::charMatrix (const char *)): Likewise. |
|
1650 |
2602
|
1651 Tue Jan 7 00:16:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1652 |
|
1653 * Version 2.0.1 released. |
|
1654 |
2601
|
1655 Sun Jan 5 12:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1656 |
|
1657 * dMatrix.cc (Matrix::read): Correctly compute the number of |
|
1658 columns for resizing when the number of rows is specified but the |
|
1659 number of columns is not. |
|
1660 |
2598
|
1661 Wed Dec 18 16:18:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1662 |
2599
|
1663 * Range.cc (operator -): New function. |
|
1664 |
2598
|
1665 * lo-ieee.cc: Include <nan.h> on all systems that have it. |
|
1666 |
2589
|
1667 Fri Dec 13 02:01:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1668 |
|
1669 * Array2-idx.h (assign): Delay resizing left hand side until we |
|
1670 know if the assignment conforms. |
|
1671 |
2583
|
1672 Tue Dec 10 01:43:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1673 |
|
1674 * Version 2.0 released. |
|
1675 |
2570
|
1676 Fri Dec 6 14:41:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1677 |
2575
|
1678 * Array2-idx.h (assign): If index is a colon, set number of |
|
1679 elements to the lhs dimension if the lhs dimension is greater than |
|
1680 zero. Otherwise, set it to the rhs dimension. |
|
1681 |
|
1682 * Version 1.94. |
|
1683 |
2570
|
1684 * Array2-idx.h (assign): Test for rhs scalar case first. |
|
1685 If index is colon, set number of elements to lhs dimension, not |
|
1686 rhs dimension. |
|
1687 |
2563
|
1688 Thu Dec 5 13:05:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1689 |
2566
|
1690 * sun-utils.h: Don't declare MAIN_ or MAIN__ here. |
|
1691 * sun-utils.cc: Delete. |
|
1692 * f2c-main.c: New file |
|
1693 |
|
1694 * Makefile.in: Fix file name lists. |
|
1695 |
2563
|
1696 * CMatrix.cc (lssolve): Don't redeclare retval, resize it. |
|
1697 |
2561
|
1698 Wed Dec 4 12:24:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1699 |
|
1700 * dMatrix.cc (Qzval): Don't try to use same memory three times. |
|
1701 Create result using Complex constructor, not multiplication. |
|
1702 Order elements as they are returned from Eispack. |
|
1703 |
2559
|
1704 Mon Dec 2 00:26:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1705 |
2560
|
1706 * lo-ieee.cc (octave_ieee_init): Kluge for octave_Inf on SCO. |
|
1707 Only include nan.h if SCO is defined. Define _IEEE before |
|
1708 including it and undefine it afterward. |
|
1709 [SCO] (isnan): Don't mistake Inf as NaN. |
|
1710 |
2559
|
1711 * Array-idx.h (assign): Only resize if assignment conforms. |
|
1712 |
2551
|
1713 Wed Nov 20 01:00:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1714 |
|
1715 * Makefile.in (INCLUDES): Delete lo-error.h. |
|
1716 * lo-error.h: Delete (moved to libcruft/misc). |
|
1717 |
|
1718 * Version 1.93. |
|
1719 |
2546
|
1720 Tue Nov 19 23:07:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1721 |
2549
|
1722 * oct-glob.cc (glob_match::match): Don't expect our flag values to |
|
1723 be the same as they are in fnmatch.h. |
|
1724 |
2546
|
1725 * f77-fcn.c, f77-fcn.h: Move to libcruft/misc directory. |
|
1726 |
|
1727 * Makefile.in (INCLUDES): Delete f77-fcn.h. |
|
1728 (SOURCES): Delete f77-fcn.c. |
|
1729 |
2522
|
1730 Fri Nov 15 13:47:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1731 |
|
1732 * lo-ieee.h: [SCO]: Declare isinf and isnan. |
|
1733 |
2512
|
1734 Thu Nov 14 00:06:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1735 |
|
1736 * Version 1.92. |
|
1737 |
2508
|
1738 Wed Nov 13 11:19:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1739 |
2512
|
1740 * cmd-hist.cc (command_history::add): Ignore empty input lines, or |
|
1741 lines that have only carriage return or newline. |
|
1742 |
2508
|
1743 * lo-ieee.cc (isnan, isinf): Provide functions for SCO. |
|
1744 |
2500
|
1745 Tue Nov 12 11:11:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1746 |
|
1747 * idx-vector.cc (idx_is_inf_or_nan): New function. |
|
1748 (IDX_VEC_REP::idx_vector_rep): Use it. |
|
1749 |
2493
|
1750 Sun Nov 10 17:09:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1751 |
|
1752 * str-vec.h, str-vec.cc: Add constructors to make string vectors |
|
1753 from vectors of C strings. |
|
1754 |
|
1755 * oct-glob.h, oct-glob.cc (glob_match): Allow pat to be a string |
|
1756 vector. |
|
1757 (glob_match::match): Allow match string to be a string vector. |
|
1758 (glob_match::glob): New function. |
|
1759 |
|
1760 * chMatrix.cc (charMatrix::row_as_string): New arg, strip_ws. |
|
1761 |
|
1762 * Array-b.cc: New file. |
|
1763 * Makefile.in (TI_SRC): Add it to the list. |
|
1764 |
2492
|
1765 Fri Nov 8 18:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1766 |
|
1767 * file-ops.cc: Change #include "" to #include <> for safe-lstat.h |
|
1768 and safe-stat.h, to avoid getting them from $srcdir when we really |
|
1769 want the version from the build directory. (Maybe this should be |
|
1770 done for all the include files, not just those that are |
|
1771 auto-generated? Hmm.) |
|
1772 |
2481
|
1773 Thu Nov 7 10:45:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1774 |
2482
|
1775 * Version 1.91. |
|
1776 |
2481
|
1777 * Array3.cc (Array3<T>::resize): Make it work. |
|
1778 |
|
1779 Wed Nov 6 22:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1780 |
|
1781 * oct-alloc.h, oct-alloc.cc: New files. |
|
1782 * Makefile.in: Add them to the lists. |
|
1783 |
|
1784 Mon Nov 4 21:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1785 |
|
1786 * dbleQRP.cc (QRP::QRP): Don't pass tmp data to unsafe constructor. |
|
1787 * CmplxQRP.cc (ComplexQRP::ComplexQRP): Ditto. |
|
1788 |
2466
|
1789 Sun Nov 3 15:45:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1790 |
|
1791 * file-ops.cc (file_stat::is_blk, file_stat::is_chr, |
|
1792 file_stat::is_dir, file_stat::is_fifo, file_stat::is_lnk, |
|
1793 file_stat::is_reg, file_stat::is_sock): Just return false if the |
|
1794 underlying macro is not defined. |
|
1795 |
|
1796 * oct-math.h (lgamma, gamma): Delete declarations. |
|
1797 (asinh, acosh, atanh, erf, erfc): Declare arg types too. |
|
1798 Protect declarations with #ifdef HAVE_*. |
|
1799 |
2440
|
1800 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1801 |
2452
|
1802 * Version 1.90. |
|
1803 |
|
1804 * Makefile.in (DISTFILES): Add ChangeLog. |
|
1805 |
2444
|
1806 * cmd-hist.cc: Only include fcntl.h if HAVE_FCNTL_H. |
|
1807 |
|
1808 * Matrix-ext.cc: Include <cfloat>, not <float.h>. |
|
1809 |
2443
|
1810 * CMatrix.cc, cmd-hist.cc, file-ops.cc, file-ops.h, filemode.c, |
2444
|
1811 mkdir.c, rename.c, rmdir.c, safe-xstat.cin, statdefs.h, sysdir.h, |
|
1812 tempname.c, utils.cc: Only include sys/types.h if HAVE_SYS_TYPES_H. |
2443
|
1813 |
2440
|
1814 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value, |
|
1815 since that is now accepatble syntax, even for built-in types. |
|
1816 * Array2.h (T Array2<T>::checkelem): Likewise |
|
1817 |
2433
|
1818 Sat Oct 26 23:37:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1819 |
|
1820 * file-ops.cc (mkfifo) [! HAVE_MKFIFO]: Just print an error |
|
1821 message and return -1. |
|
1822 |
2428
|
1823 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1824 |
2431
|
1825 * str-vec.h (str_vec_compare): Declare args as const void *, then |
|
1826 cast them to const string * in the body of the function. |
|
1827 |
|
1828 * file-ops.cc (file_stat::mode_as_string): Explicitly construct |
|
1829 string from buf. |
|
1830 |
2428
|
1831 * Array3.h (Array3::checkelem): Tag bogus return value with |
|
1832 GCC_ATTRIBUTE_UNUSED. |
|
1833 * Array2.h (Array2::checkelem): Likewise. |
|
1834 |
2424
|
1835 Thu Oct 24 19:40:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1836 |
|
1837 * Quad.h (Quad): Define virtual destructor. |
|
1838 |
2408
|
1839 Tue Oct 15 11:34:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1840 |
|
1841 * CMatrix.cc (ComplexMatrix::all_elements_are_real): new function. |
|
1842 |
2401
|
1843 Sun Oct 13 11:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1844 |
|
1845 * sun-utils.h: Conditionally declare MAIN__ too. Declare MAIN_ |
|
1846 and MAIN__ extern "C". |
|
1847 * sun-utils.cc: Include sun-utils.h here. Delete extern "C" stuff. |
|
1848 |
2391
|
1849 Sat Oct 12 12:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1850 |
|
1851 * MArray-misc.cc: New file. |
|
1852 * Makefile.in (MATRIX_SRC): Add it to the list. |
|
1853 |
|
1854 * mx-inlines.cc (equal): Return bool, not int. |
|
1855 |
|
1856 * idx-vector.h (idx_vector (double)): New constructor. |
|
1857 |
|
1858 * chMatrix.h, chMatrix.cc, CMatrix.h, CMatrix.cc, dMatrix.h, |
|
1859 dMatrix.cc, dDiagMatrix.h, dDiagMatrix.cc, dRowVector.h, |
|
1860 dRowVector.cc, dColVector.h, dColVector.cc, CColVector.h, |
|
1861 CColVector.cc, CDiagMatrix.h, CDiagMatrix.cc, CRowVector.h, |
|
1862 CRowVector.cc: Logical operators return bool, not int. |
|
1863 |
|
1864 * CMatrix.h, CMatrix.cc (ComplexMatrix::any_element_is_inf_or_nan): |
|
1865 New function. |
|
1866 |
|
1867 * dMatrix.h, dMatrix.cc (Matrix::any_element_is_negative, |
|
1868 Matrix::any_element_is_inf_or_nan, Matrix::abs, |
|
1869 Matrix::all_elements_are_inf_or_nan): New functions. |
|
1870 |
|
1871 * Range.h, Range.cc (Range::all_elements_are_ints): New function. |
|
1872 |
|
1873 * MArray.cc, MArray2.cc, MDiagArray2.cc: Call gripe_nonconformant |
|
1874 for errors. Simplify macros by converting FCN to string for error |
|
1875 messages. |
|
1876 |
|
1877 * Array-idx.h (Array<T>::index): New function. Don't call |
|
1878 clear_index() here. |
|
1879 (Array<T>::value): Call it, do call clear_index() here. |
|
1880 * Array2-idx.h (Array<T>::value, Array<T>::index): Likewise, for |
|
1881 one and two arg index functions. |
|
1882 |
|
1883 Tue Sep 17 21:21:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1884 |
|
1885 * DAEFunc.h: Delete #pragma interface since there is no longer a |
|
1886 separate implementation file. |
|
1887 |
2354
|
1888 Tue Aug 20 17:38:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1889 |
2358
|
1890 * Makefile.in (stamp-picdir): Only create a pic subdirectory if |
|
1891 SHARED_LIBS is true AND CPICFLAG or CXXPICFLAG is not empty. |
|
1892 |
2356
|
1893 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Rename arg sort to |
|
1894 sort_uniq. If sort_uniq is nonzero, sort the elements and make |
|
1895 them uniq. |
|
1896 |
2354
|
1897 * CMatrix.cc (ComplexMatrix::row_max, ComplexMatrix::row_min, |
|
1898 ComplexMatrix::column_max, ComplexMatrix::column_min): |
|
1899 Rewrite. Also return index as a reference arg. |
|
1900 (ComplexMatrix::row_max_loc, ComplexMatrix::row_min_loc, |
|
1901 ComplexMatrix::column_max_loc, ComplexMatrix::column_min_loc): |
|
1902 Delete. |
|
1903 |
|
1904 * dMatrix.cc (Matrix::row_max, Matrix::row_min, |
|
1905 Matrix::column_max, Matrix::column_min): |
|
1906 Rewrite. Also return index as a reference arg. |
|
1907 (Matrix::row_max_loc, Matrix::row_min_loc, |
|
1908 Matrix::column_max_loc, Matrix::column_min_loc): Delete. |
|
1909 |
|
1910 Fri Aug 9 05:01:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1911 |
|
1912 * dMatrix.cc (Matrix::row_min, Matrix::row_min_loc, |
|
1913 Matrix::row_max, Matrix::row_max_loc, Matrix::column_min, |
|
1914 Matrix::column_min_loc, Matrix::column_max, |
|
1915 Matrix::column_max_loc): Ignore leading NaNs. |
|
1916 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_min_loc, |
|
1917 ComplexMatrix::row_max, ComplexMatrix::row_max_loc, |
|
1918 ComplexMatrix::column_min, ComplexMatrix::column_min_loc, |
|
1919 ComplexMatrix::column_max, ComplexMatrix::column_max_loc): Ignore |
|
1920 leading NaNs. |
|
1921 |
2352
|
1922 Thu Aug 8 16:04:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1923 |
|
1924 * QPSOL.cc (QPSOL::do_minimize): Insert linear constraint bounds |
|
1925 starting at n, not 0. |
|
1926 |
2349
|
1927 Sat Jul 27 02:54:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1928 |
|
1929 * dMatrix.cc (Matrix::Matrix (const RowVector&), |
|
1930 Matrix::Matrix (const ColumnVector&)): New constructors. |
|
1931 |
|
1932 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const RowVector&), |
|
1933 ComplexMatrix::ComplexMatrix (const ColumnVector&), |
|
1934 ComplexMatrix::ComplexMatrix (const ComplexRowVector&), |
|
1935 ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): |
|
1936 New constructors. |
|
1937 |
|
1938 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): |
|
1939 New constructor. |
|
1940 |
2343
|
1941 Wed Jul 24 16:39:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1942 |
|
1943 * LSODE.cc (do_integrate): Check to make sure that the state and |
|
1944 derivative vectors are the same size. |
2344
|
1945 * DASSL.cc (do_integrate): Likewise. |
2343
|
1946 |
2330
|
1947 Sun Jul 14 17:30:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1948 |
|
1949 * dMatrix.cc (Matrix::read, Matrix::write): Convert to use |
|
1950 iostreams and handler data format conversions. Delete old methods |
|
1951 that used stdio. |
|
1952 |
|
1953 * data-conv.h, data-conv.cc (oct_data_conv): New class. |
|
1954 |
|
1955 Fri Jul 12 13:52:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1956 |
|
1957 * mach-info.h: Rename from float-fmt.h. |
|
1958 * mach-info.cc: Rename from float-fmt.cc. |
|
1959 Handle machine information using a singlton class. |
|
1960 * Makefile.in: Update appropriate lists. |
|
1961 |
|
1962 Tue Jul 9 11:49:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1963 |
|
1964 * Array-flags.cc: Provide definitions for the flags even if |
|
1965 OCTAVE_SOURCE is not defined. |
|
1966 |
|
1967 * Array.h, Array2.h, Array3.h: BOUNDS_CHECKING now affects |
|
1968 operator(), not elem(). |
|
1969 * Array3.h: Move indexing methods here from Array3.cc. |
|
1970 |
|
1971 Mon Jun 24 02:30:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1972 |
|
1973 * Array3.cc (checkelem): Fix typo in call to Array2<T>::elem(). |
|
1974 |
|
1975 * Makefile.in (install-lib): Use INSTALL_PROGRAM instead of |
|
1976 INSTALL_DATA for shared libs. |
|
1977 |
|
1978 Thu Jun 6 09:59:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1979 |
|
1980 * Quad.cc: Include lo-error.h here too. |
|
1981 |
|
1982 Mon May 27 12:41:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1983 |
|
1984 * file-ops.h: Include sys/types.h here. |
|
1985 |
|
1986 Wed May 22 00:20:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1987 |
|
1988 * chMatrix.cc (charMatrix::transpose): Provide definition. |
|
1989 |
|
1990 * Array-idx.h (maybe_delete_elements): Correctly compute number of |
|
1991 elements in result. |
|
1992 * Array2-idx.h (maybe_delete_elements): Likewise for number of |
|
1993 rows and columns in result. |
|
1994 |
|
1995 Tue May 21 23:46:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1996 |
|
1997 * dbleQR.cc (QR::QR): Don't create result from to-be-deleted data. |
|
1998 * CmplxQR.cc (ComplexQR::ComplexQR): Likewise. |
|
1999 |
|
2000 Fri May 17 03:06:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2001 |
|
2002 * Makefile.in (install-inc): Install in octincludedir, not includedir. |
|
2003 |
|
2004 Sun May 12 03:40:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2005 |
|
2006 * Makefile.in (uninstall): Also delete shared library. |
|
2007 Split install into install-libs and install-includes. |
|
2008 (install-inc): If linkdir is a directory, leave it alone. |
|
2009 |
|
2010 * sun-utils.cc (MAIN__): Define for Linux/ELF systems. |
|
2011 |
|
2012 Thu May 2 20:19:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2013 |
|
2014 * Array-idx.h (assign): Handle A(:) = X for A undefined or empty. |
|
2015 * Array2-idx.h (assign): Likewise. |
|
2016 |
|
2017 Tue Apr 30 05:43:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2018 |
|
2019 * Array2.cc (Array2<T>::range_error): New functions. |
|
2020 |
|
2021 * Array.h (class Array<T>): elem() and operator() are now |
|
2022 equivalent, and do bounds checking by default. |
|
2023 * Array2.cc (class Array2<T>): Likewise. |
|
2024 |
|
2025 Sat Apr 6 21:26:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2026 |
|
2027 * Makefile.in (maintainer-clean, distclean): Also delete |
|
2028 stamp-picdir, stamp-shared, and pic directory. |
|
2029 (stamp-prereq): New target. |
|
2030 |
|
2031 Fri Mar 29 13:44:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2032 |
|
2033 * NPSOL.h (NPSOL_options::set_option (const char *, int)): |
|
2034 New function. |
|
2035 |
|
2036 * Array.h, Array.cc (Array<T>::range_error ()): New functions. |
|
2037 * Array.h (Array<T>::checkelem): Use them. |
|
2038 |
|
2039 * base-lu.h, base-lu.cc: Parameterize based on types of matrix |
|
2040 elements too. |
|
2041 * dbleLU.h, dbleLU.cc, CmplxLU.h, CmplxLU.cc: Change to match. |
|
2042 |
|
2043 * MDiagArray2.h (MDiagArray2 (const MArray<T>& a)): Delete. |
|
2044 |
|
2045 * Makefile.in (distclean): Delete so_locations, which is created |
|
2046 on DEC Alpha systems. |
|
2047 |
|
2048 Sat Mar 23 04:02:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2049 |
|
2050 * Array.h (HEAVYWEIGHT_INDEXING): Do define this here if it is not |
|
2051 already defined. |
|
2052 |
|
2053 Fri Mar 22 23:53:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2054 |
|
2055 * pathsearch.cc: Include config.h. |
|
2056 |
|
2057 Wed Mar 20 04:54:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2058 |
|
2059 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&)): Don't |
|
2060 allow M(I, J) = scalar if I or J is empty. |
|
2061 |
|
2062 * Array-idx.h: Delete Array2 and Array3 code (now in Array2-idx.h |
|
2063 and Array3-idx.h). |
|
2064 |
|
2065 Thu Mar 7 10:20:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2066 |
|
2067 * lo-error.h: Make comments C friendly. |
|
2068 |
|
2069 Sun Mar 3 14:04:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2070 |
|
2071 * Array2.h (make_unique): Move all indexing functions here. |
|
2072 * Array2.cc: From here. |
|
2073 |
|
2074 * Array.h, Array2.h (NO_BOUNDS_CHECKING): New macro to control |
|
2075 whether operator() calls elem or checkelem. |
|
2076 |
|
2077 * Array.h (make_unique): New private function. |
|
2078 Move all indexing functions here. |
|
2079 * Array.cc: From here. |
|
2080 |
|
2081 * pathsearch.cc (dir_path::find_all): Index tmp, don't dereference |
|
2082 it too. |
|
2083 |
|
2084 * Array-d.cc, Array-ch.cc, Array-C.cc, Array-s.cc, Array-str.cc, |
|
2085 Array-i.cc, MArray-i.cc, MArray-s.cc, MArray-d.cc, MArray-ch.cc, |
|
2086 MArray-C.cc: Include config.h. |
|
2087 |
|
2088 * Array.h, Array2.h, DiagArray2.h, Array3.h: |
|
2089 Don't define HEAVYWEIGHT_INDEXING here. |
|
2090 |
|
2091 Sat Mar 2 18:39:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2092 |
|
2093 * base-lu.h, base-lu.cc: New files. |
|
2094 * Makefile.in: Add them to the appropriate lists. |
|
2095 * dbleLU.h, dbleLU.cc, CmplxLU.h, Cmplx.cc: Derive from base_lu. |
|
2096 |
|
2097 Fri Mar 1 08:30:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2098 |
|
2099 * Array2.h, Array3.h, DiagArray2.h: New files, extracted from Array.h |
|
2100 * Array2-idx.h, Array3-idx.h: New files, extracted from Array-idx.h |
|
2101 * Array2.cc, Array3.cc, DiagArray2.cc: New files, from Array.cc. |
|
2102 * MArray2.h, MDiagArray2.h: New files, extracted from MArray.h. |
|
2103 * MArray2.cc, MDiagArray2.cc, MArray-defs.h: New files, from MArray.cc. |
|
2104 |
|
2105 * MArray.h (INSTANTIATE_MARRAY_FRIENDS): New macro. |
|
2106 (INSTANTIATE_MARRAY2_FRIENDS): Likewise. |
|
2107 (INSTANTIATE_MDIAGARRAY_FRIENDS): Likewise. |
|
2108 * MArray-C.cc, MArray-ch.cc, MArray-c.cc, MArray-i.cc, MArray-s.cc: |
|
2109 Simplify using new macros. |
|
2110 |
|
2111 Mon Feb 26 03:04:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2112 |
|
2113 * Makefile.in (install): If $(includedir) ends in version string, |
|
2114 make link to name that does not include version info. |
|
2115 |
|
2116 * lo-ieee.cc: Include <cmath> here. |
|
2117 |
|
2118 Fri Feb 16 20:52:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2119 |
|
2120 * lo-ieee.cc, lo-ieee.h: New files. |
|
2121 * lo-mappers.cc, lo-mappers.h: New files. |
|
2122 * lo-utils.cc, lo-utils.h: New files. |
|
2123 * Makefile.in: Add them to the appropriate lists. |
|
2124 |
|
2125 Thu Feb 15 22:02:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2126 |
|
2127 * dMatrix.cc (all_integers, too_large_for_float): New functions. |
|
2128 * CMatrix.cc (all_integers, too_large_for_float): New functions. |
|
2129 |
|
2130 * byte-swap.h, data-conv.h, data-conv.cc, float-fmt.h, |
|
2131 float-fmt.cc: New files. |
|
2132 * Makefile.in: Include them in the appropriate lists. |
|
2133 |
|
2134 Wed Feb 14 01:49:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2135 |
|
2136 * dMatrix.cc (Qzval): New function. |
|
2137 |
|
2138 Tue Feb 13 12:41:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2139 |
|
2140 * NPSOL.cc (NPSOL_options::set_option): Arg key is now string, not |
|
2141 char*. |
|
2142 |
|
2143 * DASSL.h, DASSL.cc: Do better management of temporary workspace. |
|
2144 Use F77_XFCN to call Fortran subroutine. |
|
2145 * dColVector.cc, CColVector.cc: Likewise. |
|
2146 * dRowVector.cc, CRowVector.cc: Likewise. |
|
2147 * NPSOL.h, NPSOL.cc: Likewise. |
|
2148 * CmplxCHOL.cc: Likewise. |
|
2149 * dbleCHOL.cc: Likewise. |
|
2150 * CMatrix.cc: Likewise. |
|
2151 * dMatrix.cc: Likewise. |
|
2152 * QPSOL.cc: Likewise. |
|
2153 * LSODE.cc: Likewise. |
|
2154 |
|
2155 Sun Feb 11 14:14:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2156 |
|
2157 * dbleHESS.cc (HESS::init): Dimension of tau is n-1, not n+1. |
|
2158 |
|
2159 * dbleSCHUR.h, dbleSCHUR.cc: Do better management of temporary |
|
2160 workspace. Use F77_XFCN to call Fortran subroutine. |
|
2161 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Likewise. |
|
2162 * CmplxSCHUR.h, CmplxSCHUR.cc: Likewise. |
|
2163 * dbleGEPBAL.h, dbleGEPBAL.cc: Likewise. |
|
2164 * dbleAEPBAL.h, dbleAEPBAL.cc: Likewise. |
|
2165 * CmplxHESS.h, CmplxHESS.cc: Likewise. |
|
2166 * CmplxSVD.h, CmplxSVD.cc: Likewise. |
|
2167 * dbleHESS.h, dbleHESS.cc: Likewise. |
|
2168 * dbleSVD.h, dbleSVD.cc: Likewise. |
|
2169 * EIG.h, EIG.cc; Likewise. |
|
2170 * CollocWt.cc: Likewise. |
|
2171 * NLEqn.cc: Likewise. |
|
2172 * Quad.cc: Likewise. |
|
2173 |
|
2174 Sat Feb 10 12:14:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2175 |
|
2176 * dbleLU.h, dbleLU.cc: Do better management of temporary workspace. |
|
2177 Use F77_XFCN to call Fortran subroutine. |
|
2178 * CmplxLU.h, CmplxLU.cc: Ditto. |
|
2179 * dbleQR.h, dbleQR.cc: Ditto. |
|
2180 * CmplxQR.h, CmplxQR.cc: Ditto. |
|
2181 * dbleQRP.h, dbleQRP.cc: Ditto. |
|
2182 * CmplxQRP.h, CmplxQRP.cc: Ditto. |
|
2183 |
|
2184 * dir-ops.h (dir_entry::dir): Declare as void*, not DIR*. |
|
2185 (struct DIR): delete forward declaration. |
|
2186 (dir_entry::operator = (const dir_entry$)): Protect against |
|
2187 copying same object. |
|
2188 * dir-ops.cc: Cast dir appropriately. |
|
2189 |
|
2190 Fri Feb 9 16:12:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2191 |
|
2192 * lo-error.cc: Moved to libcruft/misc. |
|
2193 * Makefile.in: Delete it from the list. |
|
2194 |
|
2195 * f77-fcn.c (f77_context, f77_exception_encountered): Delete |
|
2196 definitions (they have been moved to libcruft/misc/f77-extern.cc). |
|
2197 |
|
2198 * Array-flags.h: New file. |
|
2199 * Array-idx.h: Include it here. |
|
2200 * Makefile.in (MATRIX_INC): Add it to the list. |
|
2201 |
|
2202 * Array-flags.cc: Renamed from Array-ext.cc. |
|
2203 (liboctave_dfi_flag): Renamed from dfi_flag. |
|
2204 (liboctave_pcv_flag): Renamed from pcv_flag. |
|
2205 (liboctave_pzo_flag): Renamed from pzo_flag. |
|
2206 (liboctave_rre_flag): Renamed from rre_flag. |
|
2207 * Array-idx.h: Change all uses of dfi_flag, etc. |
|
2208 * Makefile.in (MATRIX_SRC): Change file name here too. |
|
2209 |
|
2210 * Makefile.in (LIBOCTAVE_LFLAGS, LIBOCTAVE_LIBS): New variables. |
|
2211 (stamp-shared): Use them here. |
|
2212 |
|
2213 Tue Feb 6 09:53:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2214 |
|
2215 * cmd-hist.cc (command_history::ignore_entries): Delete default |
|
2216 argument value. |
|
2217 |
|
2218 Mon Feb 5 12:07:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2219 |
|
2220 * CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, CmplxLU.h, |
|
2221 CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, dbleAEPBAL.h, |
|
2222 dbleCHOL.h, dbleDET.h, dbleGEPBAL.h, dbleHESS.h, dbleLU.h, |
|
2223 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h: |
|
2224 Clean up constructors, assigment operator. |
|
2225 |
|
2226 Sun Feb 4 03:12:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2227 |
|
2228 * NPSOL.cc (do_minimize): Use F77_XFCN to call npsol. |
|
2229 Check f77_exception_encountered on return. |
|
2230 |
|
2231 * f77-fcn.c (f77_exception_encountered): New variable. |
|
2232 (F77_XFCN): Set it. |
|
2233 * f77-fcn.h: Provide declaration. |
|
2234 |
|
2235 * QPSOL.h (QPSOL_options::set_options): Renamed from copy(). |
|
2236 |
|
2237 * NPSOL.h (NPSOL_options::set_options): Renamed from copy(). |
|
2238 |
|
2239 * NLEqn.h (NLEqn_options::set_options): New function. |
|
2240 * Quad.h (Quad_options::set_options): Likewise. |
|
2241 |
|
2242 * LP.h (class LP): Add accessors for LP data. |
|
2243 |
|
2244 * NLEqn.h (NLEqn::n): Delete. |
|
2245 |
|
2246 * NLEqn.h (class NLEqn::n): Likewise. |
|
2247 |
|
2248 * NLP.h (class NLP): Add accessors for NLP data. |
|
2249 |
|
2250 * NPSOL.h (class NPSOL_options): Move constructors, set, and |
|
2251 access functions here. |
|
2252 * NPSOL.cc.cc: From here. |
|
2253 |
|
2254 * QLD.h (class QLD): Add destructor definition. |
|
2255 * Objective.h (class Objective): Likewise. |
|
2256 * ODEFunc.h (class ODEFunc): Likewise. |
|
2257 * NLFunc.h (class NLFunc): Likewise. |
|
2258 * NLEqn.h (class NLEqn): Likewise. |
|
2259 * NLConst.h (class NLConst): Likewise. |
|
2260 * LinConst.h (class LinConst): Likewise. |
|
2261 * LSODE.h (class LSODE_options): Likewise. |
|
2262 * CollocWt.h (class CollocWt): Likewise. |
|
2263 * Bounds.h (class Bounds): Likewise. |
|
2264 |
|
2265 * QLD.cc (QLD::set_default_options): Delete. |
|
2266 |
|
2267 * QP.h (QP): Add accessors for QP data. |
|
2268 Add copy constructor, operator =, and destructor definitions. |
|
2269 |
|
2270 * Range.h, Quad.h, QP.h, QLD.h, Objective.h, NLP.h, NLFunc.h, |
|
2271 NLConst.h, LinConst.h, LSODE.h, LP.h, FEGrid.h, EIG.h, DASSL.h, |
|
2272 DAEFunc.h, CollocWt.h, Bounds.h: |
|
2273 Clean up constructors, assigment operator. |
|
2274 |
|
2275 * dRowVector.cc (RowVector::transpose): Use magic of reference |
|
2276 counting to avoid duplicating the data immediately. |
|
2277 * dColVector.cc (ColumnVector::transpose): Likewise. |
|
2278 * CRowVector.cc (ComplexrowVector::transpose): Likewise. |
|
2279 * CColVector.cc (ComplexColumnVector::transpose): Likewise. |
|
2280 |
|
2281 Sat Feb 3 01:02:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2282 |
|
2283 * prog-args.h (prog_args::option_argument): New enum. |
|
2284 |
|
2285 * f77-fcn.h: Rename from f77-uscore.h. |
|
2286 (F77_XFCN_ERROR, F77_XFCN): New macros. |
|
2287 * f77-fcn.c: New file. |
|
2288 * Makefile.in (SOURCES): Add it to the list. |
|
2289 |
|
2290 * ODEFunc.h: Clean up. |
|
2291 |
|
2292 * DASSL.cc, DASSL.h: New files. |
|
2293 * Makefile.in: Add them to the appropriate lists. |
|
2294 |
|
2295 * LSODE.cc, LSODE.h: New files. |
|
2296 * Makefile.in: Add them to the appropriate lists. |
|
2297 |
|
2298 * ODE.cc: Delete. |
|
2299 * Makefile.in (SOURCES): Remove from list. |
|
2300 |
|
2301 * base-de.h, DAE.cc: New files. |
|
2302 * Makefile.in: Add them to the appropriate lists. |
|
2303 * ODE.h: Only define interface for ODE classes. |
|
2304 * DAE.h: Only define interface for ODE classes. |
|
2305 |
|
2306 * LPsolve.cc (do_minimize): Print sorry not implemented message. |
|
2307 (LPsolve::set_default_options)): Delete |
|
2308 * LPsolve.h (class LPsolve): Add operator =, copy constructor, and |
|
2309 destructor. |
|
2310 |
|
2311 * LP.h (class LP): Add operator =, copy constructor, and destructor. |
|
2312 |
|
2313 * QPSOL.h (QPSOL::QPSOL (const QPSOL&)): New constructor. |
|
2314 (QPSOL::operator =): Call base class operator = instead of assuming |
|
2315 we know what to copy. |
|
2316 |
|
2317 * base-min.h (size): New function. |
|
2318 |
|
2319 * NLP.h (NLP::size): Delete. |
|
2320 (NLP::NLP (const NLP&)): New constructor. |
|
2321 (NLP::operator =): Call base class operator = instead of assuming |
|
2322 we know what to copy. |
|
2323 |
|
2324 * NPSOL.h, NPSOL.cc (NPSOL::option): Delete. |
|
2325 (class NPSOL): Add operator = and destructor. |
|
2326 |
|
2327 * NPSOL.h: Add NPSOL_options() to list of constructor initalizers. |
|
2328 |
|
2329 Fri Feb 2 22:52:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2330 |
|
2331 * Makefile.in (liboctave.a): Depend on $(PICOBJ). |
|
2332 |
|
2333 Wed Jan 31 05:29:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2334 |
|
2335 * dMatrix.cc (Givens, Sylvester, Matrix::expm): New functions. |
|
2336 * CMatrix.cc (Givens, Sylvester, ComplexMatrix::expm): Ditto. |
|
2337 |
|
2338 Mon Jan 29 00:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2339 |
|
2340 * prog-args.h, prog-args.cc: New files. |
|
2341 * Makefile.in: Add them to lists. |
|
2342 |
|
2343 * getopt.h, getopt.c, getopt1.c: New files. |
|
2344 * Makefile.in: Add them to the lists. |
|
2345 |
|
2346 * oct-term.h, oct-term.cc: New files. |
|
2347 * Makefile.in: Add them to the lists. |
|
2348 |
|
2349 * str-vec.cc: New file. |
|
2350 * Makefile.in (SOURCES): Add it to the list. |
|
2351 |
|
2352 * file-ops.cc (oct_tmpnam): Move here from src/utils.cc. |
|
2353 |
|
2354 * tempname.c, tempnam.c: Move here from src directory. |
|
2355 * Makefile.in: Add to lists. |
|
2356 |
|
2357 Sun Jan 28 23:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2358 |
|
2359 * cmd-hist.h, cmd-hist.cc: New files. |
|
2360 * Makefile.in: Add them to lists. |
|
2361 |
|
2362 Thu Jan 25 20:36:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2363 |
|
2364 * oct-glob.h, oct-glob.cc: New files. |
|
2365 * Makefile.in: Add them to lists. |
|
2366 |
|
2367 Wed Jan 24 01:55:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2368 |
|
2369 * pathsearch.h, pathsearch.cc: New files. |
|
2370 * Makefile.in: Add them to lists. |
|
2371 |
|
2372 * dir-ops.h, dir-ops.cc: New files. |
|
2373 * sysdir.h: Move here from src directory. |
|
2374 * Makefile.in: Add them to lists. |
|
2375 |
|
2376 * Array.h (Array::qsort): Return *this, not void. |
|
2377 * str-vec.h (string_vector::qsort): Likewise. |
|
2378 |
|
2379 * chMatrix.cc (row_as_string): Resize result to eliminate |
|
2380 unnecessary NULs. |
|
2381 |
|
2382 Tue Jan 23 00:40:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2383 |
|
2384 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, |
|
2385 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: |
|
2386 Files moved here from src directory. |
|
2387 * Makefile.in: Add them to lists. Include appropriate rules. |
|
2388 |
|
2389 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
2390 Use pointers, not references (this is C code!). |
|
2391 |
|
2392 * oct-math.h: New file. |
|
2393 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
2394 Files moved here from src directory. |
|
2395 * Makefile.in: Add them to lists. |
|
2396 |
|
2397 Sun Jan 21 22:53:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2398 |
|
2399 * idx-vector.cc (make_uniq): Fix major brain-o. |
|
2400 |
|
2401 * CmplxSCHUR.h, CmplxSCHUR.cc, dbleSCHUR.h, dbleSCHUR.cc: |
|
2402 Convert to use string class instead of char*. |
|
2403 |
|
2404 * str-vec.h, Array-str.cc: New files. |
|
2405 |
|
2406 * Array.h (Array::qsort): New function. |
|
2407 |
|
2408 Fri Jan 12 01:45:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2409 |
|
2410 * Array.h: Nest ArrayRep class inside Array class. |
|
2411 Refer to ArrayRep, not ArrayRep<T>. |
|
2412 Move all ArrayRep functions inline. |
|
2413 Don't declare other Array classes as friends of ArrayRep. |
|
2414 * Array.cc: Delete ArrayRep functions. |
|
2415 * Array-idx.h: Refer to ArrayRep, not ArrayRep<T>. |
|
2416 |
|
2417 * Array-C.cc, Array-ch.cc, Array-d.cc, Array-i.cc, Array-s.cc: |
|
2418 Don't instantiate ArrayRep objects. |
|
2419 |
|
2420 Wed Jan 10 04:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2421 |
|
2422 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
2423 New constructor. |
|
2424 |
|
2425 Tue Jan 9 04:44:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2426 |
|
2427 * dbleGEPBAL.cc (GEPBALANCE::init): Use string instead of char* |
|
2428 for balance_job arg. |
|
2429 * dbleAEPBAL.cc (AEPBALANCE::init): Likewise. |
|
2430 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Likewise. |
|
2431 |
|
2432 * chMatrix.cc (row_as_string): Return string, not const char*. |
|
2433 |
|
2434 Mon Jan 8 03:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2435 |
|
2436 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. |
|
2437 |
|
2438 * chMatrix.cc (row_as_string): Undo previous change. |
|
2439 |
|
2440 Sun Jan 7 19:50:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2441 |
|
2442 * chMatrix.cc (row_as_string): Do memory management here. Caller |
|
2443 is expected to save string if necessary. |
|
2444 |
|
2445 Sat Jan 6 19:28:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2446 |
|
2447 * Array.h (class DiagArray): Enable nested Proxy class for all |
|
2448 platforms. |
|
2449 |
|
2450 * Array.cc (Array<T>::operator = (const Array<T>&)): If rep == |
|
2451 a.rep, don't mess with count. |
|
2452 * Array.h (Array2<T>& operator = (const Array2<T>&)): Likewise, |
|
2453 don't do anything if reps are the same. |
|
2454 (Array3<T>& operator = (const Array3<T>&) |
|
2455 |
|
2456 * Array.h (ArrayRep<T>::operator = (const ArrayRep<T>&)): |
|
2457 Declare private with no definition to prevent misuse. |
|
2458 |
|
2459 * Array.cc (Array2<T>::insert (const Array2<T>&, int, int)): |
|
2460 Get range check right. |
|
2461 * dMatrix.cc (Matrix::insert (const RowVector&, int, int)): Ditto. |
|
2462 (Matrix::insert (const ColumnVector&, int, int)): Ditto. |
|
2463 (Matrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
2464 * CMatrix.cc (ComplexMatrix::insert (const Matrix&, int, int)): Ditto. |
|
2465 (ComplexMatrix::insert (const RowVector&, int, int)): Ditto. |
|
2466 (ComplexMatrix::insert (const ColumnVector&, int, int)): Ditto. |
|
2467 (ComplexMatrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
2468 (ComplexMatrix::insert (const ComplexRowVector&, int, int)): Ditto. |
|
2469 (ComplexMatrix::insert (const ComplexColumnVector&, int, int)): Ditto. |
|
2470 (ComplexMatrix::insert (const ComplexDiagMatrix&, int, int)): Ditto. |
|
2471 * dRowVector.cc (RowVector::insert (const RowVector&, int)): Ditto. |
|
2472 * dColVector.cc |
|
2473 (ColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
2474 * CRowVector.cc |
|
2475 (ComplexRowVector::insert (const RowVector&, int)): Ditto. |
|
2476 (ComplexRowVector::insert (const ComplexRowVector&, int)): Ditto. |
|
2477 * CColVector.cc |
|
2478 (ComplexColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
2479 (ComplexColumnVector::insert (const ComplexColumnVector&, int)): Ditto. |
|
2480 |
|
2481 * dMatrix.cc (Matrix::insert (const DiagMatrix&, int, int)): |
|
2482 Also fill in zeros, not just the diagonal. |
|
2483 |
|
2484 * CDiagMatrix.cc (ComplexDiagMatrix::fill (double, int, int)): |
|
2485 Use END parameter properly. |
|
2486 (ComplexDiagMatrix::fill (const Complex&, int, int)): Ditto. |
|
2487 * dDiagMatrix.cc (DiagMatrix::fill (double, int, int)): Ditto. |
|
2488 |
|
2489 * Array.h (ArrayRep<T>::ArrayRep (void)): Set count to 1 here. |
|
2490 (ArrayRep<T>::ArrayRep (T *, int)): Likewise. |
|
2491 * Array.cc (ArrayRep<T>::ArrayRep (const ArrayRep<T>&)): |
|
2492 Don't copy count. Set it to 1. |
|
2493 (ArrayRep<T>::ArrayRep (int)): Set count to 1 here. |
|
2494 |
|
2495 * Array.h (Array<T>::Array (T *, int)): After constructing rep, |
|
2496 don't set rep->count to 1 here (now handled by ArrayRep |
|
2497 constructors). |
|
2498 (Array<T>::Array (void)): Ditto. |
|
2499 (Array<T>::Array (int)): Ditto. |
|
2500 (Array<T>::T& elem (int)): Ditto. |
|
2501 * Array-idx.h (Array<T>::maybe_delete_elements (idx_vector&)): Ditto. |
|
2502 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Ditto. |
|
2503 * Array.cc: (Array<T>::Array (int, const T&)): Ditto. |
|
2504 (Array<T>::resize (int)): Ditto. |
|
2505 (Array<T>::resize (int, const T&)) :Ditto. |
|
2506 (Array<T>::fortran_vec (void)): Ditto. |
|
2507 (Array2<T>::resize (int, int)): Ditto. |
|
2508 (Array2<T>::resize (int, int, const T&)): Ditto. |
|
2509 (DiagArray<T>::resize (int, int)): Ditto. |
|
2510 (DiagArray<T>::resize (int, int, const T&)): Ditto. |
|
2511 |
|
2512 Sun Dec 31 21:23:26 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2513 |
|
2514 * Array-ch.cc: Rename from Array-c.cc. |
|
2515 * MArray-ch.cc: Rename from MArray-c.cc. |
|
2516 * chMatrix.cc: Rename from cMatrix.cc. |
|
2517 * chMatrix.h: Rename from cMatrix.h. |
|
2518 * Makefile.in (TI_SRC): Use new names here. |
|
2519 * mx-base.h: Likewise. |
|
2520 |
|
2521 Fri Dec 29 21:45:00 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2522 |
|
2523 * Makefile.in: Handle shared libraries. |
|
2524 |
|
2525 Thu Dec 28 14:18:34 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2526 |
|
2527 * CRowVector.cc (operator * (ComplexRowVector, ComplexMatrix)): |
|
2528 Correctly compute length of return value. Correct rows and |
|
2529 columns in zgemv call. |
|
2530 * dRowVector.cc (operator * (RowVector, Matrix)): Likewise. |
|
2531 |
|
2532 Tue Dec 26 00:37:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2533 |
|
2534 * Makefile.in (stamp-picdir): New target. |
|
2535 (all): Depend on it. |
|
2536 |
|
2537 Sun Dec 24 03:10:41 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2538 |
|
2539 * Makefile.in (INCLUDES): Remove QLD.h. |
|
2540 (SOURCES): Remove QLD.cc. |
|
2541 |
|
2542 Wed Dec 20 00:43:46 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2543 |
|
2544 * dMatrix.cc (Matrix::inverse): New arg, force. |
|
2545 If force is nonzero, invert even if matrix is singular. |
|
2546 (ComplexMatrix::inverse): Likewise. |
|
2547 |
|
2548 * dRowVector.cc, mx-inlines.cc, dMatrix.cc, dDiagMatrix.cc, |
|
2549 dColVector.cc,MArray-C.cc, CmplxDET.cc, CRowVector.cc, CMatrix.cc, |
|
2550 CDiagMatrix.cc, CColVector.cc, Array-C.cc, CmplxDET.h, CMatrix.h: |
|
2551 Include "oct-cmplx.h" instead of <Complex.h>. |
|
2552 |
|
2553 * mx-defs.h: Include oct-cmplx.h in place of forward declaration |
|
2554 for class Complex. |
|
2555 |
|
2556 * oct-cmplx.h: New file. |
|
2557 * Makefile.in (INCLUDES): Add it to the list. |
|
2558 |
|
2559 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep): Don't redeclare len. |
|
2560 (IDX_VEC_REP::maybe_convert_one_zero_to_idx): Don't redeclare count. |
|
2561 (IDX_VEC_REP::freeze): Don't redeclare max_val and min_val. |
|
2562 (intcmp, sort_data, make_uniq, copy_data, IDX_VEC_REP::print): |
|
2563 Avoid g++ bugs. |
|
2564 |
|
2565 Tue Nov 14 14:24:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2566 |
|
2567 * Array-idx.h (maybe_delete_elements): Give useful error message. |
|
2568 |
|
2569 * dbleSCHUR.cc, dbleSVD.cc: Include iostream.h. |
|
2570 |
|
2571 Mon Nov 13 08:35:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2572 |
|
2573 * CDiagMatrix.cc (inverse): Return retval, not *this. |
|
2574 * dDiagMatrix.cc (inverse): Use same method as for Complex case. |
|
2575 |
|
2576 Sat Nov 4 05:06:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2577 |
|
2578 * Array.h, Array.cc, Array-idx.h [HEAVYWEIGHT_INDEXING]: Keep |
|
2579 index vector object with Array, not ArrayRep. |
|
2580 |
|
2581 Fri Nov 3 06:52:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2582 |
|
2583 * Array-idx.h (assign (Array2<T>&, const Array2<T>&): Don't fail |
|
2584 if index is a colon and resizing is maybe needed. |
|
2585 |
|
2586 Tue Oct 31 17:40:01 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2587 |
|
2588 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Don't return true |
|
2589 if we have a vector of 1's. |
|
2590 |
|
2591 * Array-idx.h (assign (Array2<LT>&, Array2<RT>&): If lhs has no |
|
2592 current orientation, require index and rhs to conform unless |
|
2593 do_fortran_indexing flag is set. |
|
2594 |
|
2595 Sun Oct 15 23:32:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2596 |
|
2597 * Array-d.cc, Array-C.cc, mx-base.h, mx-inlines.cc, dDiagMatrix.h, |
|
2598 CDiagMatrix.h, CMatrix.cc, CMatrix.h, dMatrix.h, mx-defs.h, |
|
2599 cMatrix.h, MArray.cc, MArray.h, MArray-i.cc, MArray-c.cc, |
|
2600 MArray-s.cc, Array.h, Array.cc, Array-c.cc, Array-i.cc, |
|
2601 Array-s.cc, cMatrix.cc, Array-idx.h, dMatrix.cc: |
|
2602 Massive changes to support additional data types. Only charMatrix |
|
2603 is currently used in Octave. |
|
2604 |
|
2605 Thu Oct 12 02:22:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2606 |
|
2607 * Array.cc (Array2<T>::insert (Array2<T>&, int, int): New function. |
|
2608 * CMatrix.cc (ComplexMatrix::insert (ComplexMatrix&, int, int): |
|
2609 Simply call Array2<Complex> version. |
|
2610 * dMatrix.cc (Matrix::insert (Matrix&, int, int): Similarly, just |
|
2611 call Array2<double> version. |
|
2612 |
|
2613 * Array-C.cc, Array-d.cc: Instantiate new assign functions too. |
|
2614 |
|
2615 * Array.h, Array.cc: Massive overhaul to support new way of |
|
2616 handling indexing. |
|
2617 * idx-vector.h, idx-vector.cc: Likewise. |
|
2618 * Array-ext.cc, Array-idx.h: New files. |
|
2619 * Makefile.in: Add them to the appropriate lists. |
|
2620 |
|
2621 Wed Oct 11 00:49:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2622 |
|
2623 * Range.cc (nelem_internal): Use tfloor here, not round. |
|
2624 |
|
2625 Sun Oct 8 18:21:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2626 |
|
2627 * idx-vector.h, idx-vector.cc: New files, moved from ../src. |
|
2628 * Makefile.in (SOURCES, INCLUDES): Include them in the lists. |
|
2629 |
|
2630 Sat Oct 7 19:07:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2631 |
|
2632 * CMatrix.cc (pseudo_inverse): Avoid bogus g++ warning. |
|
2633 |
|
2634 * Array.h: Move simple member functions here. |
|
2635 * Array.cc: From here. |
|
2636 |
|
2637 Fri Oct 6 00:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2638 |
|
2639 * Range.cc (tfloor, tceil, round): New static functions. |
|
2640 (Range::nelem_internal): Rewrite to use better method. |
|
2641 |
|
2642 * dbleSVD.h (SVD::type): New item, sigma_only. |
|
2643 (type_computed): New var. |
|
2644 * dbleSVD.cc (left_singular_matrix, right_singular_matrix): |
|
2645 Handle possible error condition. |
|
2646 (init): Allow for SVD::sigma_only, save type computed. |
|
2647 * CmplxSVD.cc (left_singular_matrix, right_singular_matrix): |
|
2648 Handle possible error condition. |
|
2649 (init): Allow for SVD::sigma_only, save type computed. |
|
2650 |
|
2651 Wed Oct 4 15:33:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2652 |
|
2653 * Nearly all non-matrix .h and .cc files: |
|
2654 Move short function bodies into class declarations for inlining. |
|
2655 Generally clean up. |
|
2656 |
|
2657 * base-min.h: New file. |
|
2658 * LP.h (class LP): Derive from base_minimizer. |
|
2659 * QLP.h (class QLP): Derive from base_minimizer. |
|
2660 * NLP.h (class NLP): Derive from base_minimizer. |
|
2661 * Makefile.in (INCLUDES): Add base-min.h to the list. |
|
2662 |
|
2663 * Makefile.in (SOURCES): Delete DAEFunc.cc, LP.cc, NLConst.cc, |
|
2664 NLFunc.cc, Objective.cc and QP.cc from list. |
|
2665 |
|
2666 Tue Sep 26 04:14:23 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2667 |
|
2668 * dbleSCHUR.cc (select_ana): Remove name of unused parameter. |
|
2669 (SCHUR::SCHUR): Delete unused parameter ord. |
|
2670 * CmplxSCHUR.h (ComplexSCHUR::CmplxSCHUR): Likewise. |
|
2671 |
|
2672 * CRowVector.cc |
|
2673 (ComplexRowVector::operator+ (const Complex&, const RowVector&), |
|
2674 (ComplexRowVector::operator- (const Complex&, const RowVector&), |
|
2675 (ComplexRowVector::operator* (const Complex&, const RowVector&), |
|
2676 (ComplexRowVector::operator/ (const Complex&, const RowVector&)): |
|
2677 Actually do something. |
|
2678 |
|
2679 * dMatrix.cc (Matrix::lssolve (ComplexMatrix&)): Use dummy vars. |
|
2680 (Matrix::lssolve (ComplexMatrix&, int&)): Likewise. |
|
2681 (Matrix::lssolve (ComplexMatrix&, int&, int&)): Likewise. |
|
2682 |
|
2683 * Quad.cc (Quad_options::Quad_options (double, double)): New function. |
|
2684 * (Quad::Quad (integrand_fcn, double, double): Properly initialize |
|
2685 tolerances. |
|
2686 |
|
2687 * DAE.cc (ddassl_f, ddassl_j): Remove names of unused parameters. |
|
2688 * LPsolve.cc (LPsolve::minimize): Likewise. |
|
2689 * NPSOL.cc (NPSOL::option, npsol_confun, npsol_objfun): Likewise. |
|
2690 * ODE.cc (lsode_f, lsode_j): Likewise. |
|
2691 * QPSOL.cc (qphess): Likewise. |
|
2692 |
|
2693 Fri Sep 22 04:14:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2694 |
|
2695 * dMatrix.cc: Include <cstring>. |
|
2696 |
|
2697 * Array.cc: Try harder to avoid warnings from gcc in functions |
|
2698 that return bogus values after calling the error handler. |
|
2699 |
|
2700 Thu Sep 14 00:56:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2701 |
|
2702 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. |
|
2703 |
|
2704 * Makefile.in (TEMPLATE_SRC): Add Array-i.cc to the list. |
|
2705 |
|
2706 Tue Aug 22 00:41:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2707 |
|
2708 * DAE.cc (dassl_f): Add UNUSED attribute for unused parameters. |
|
2709 (dassl_j): Likewise. |
|
2710 |
|
2711 * DAE.cc, NLEqn.cc, NPSOL.cc, ODE.cc, CColVector.cc, CMatrix.cc, |
|
2712 dColVector.cc, dMatrix.cc, CmplxLU.cc, dbleLU.cc, QPSOL.cc, |
|
2713 Array.cc, CollocWt.cc, FEGrid.h, LinConst.h: |
|
2714 Update for change in for loop variable scope for gcc 2.7.0. |
|
2715 |
|
2716 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2717 |
|
2718 * Makefile.in: Only include dependency files if $(omit_deps) is |
|
2719 not set. |
|
2720 |
|
2721 Mon May 1 13:26:00 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) |
|
2722 |
|
2723 * dbleSCHUR.h dbleSVD.h dbleQRP.h dbleQR.h dbleHESS.h dbleLU.h |
|
2724 dbleCHOL.h dbleGEPBAL.h dbleAEPBAL.h dbleDET.h dDiagMatrix.h |
|
2725 dColVector.h dMatrix.h dRowVector.h Quad.h Range.h QPSOL.h QLD.h |
|
2726 ODEFunc.h QP.h Objective.h NPSOL.h ODE.h NLEqn.h NLFunc.h |
|
2727 NLConst.h LinConst.h LPsolve.h LP.h FSQP.h FEGrid.h EIG.h |
|
2728 DAEFunc.h CollocWt.h DAE.h CmplxSVD.h CmplxQRP.h CmplxSCHUR.h |
|
2729 CmplxHESS.h CmplxDET.h CmplxLU.h CmplxQR.h CmplxCHOL.h |
|
2730 CmplxAEPBAL.h CRowVector.h CDiagMatrix.h Bounds.h CColVector.h |
|
2731 CMatrix.h dbleSCHUR.cc dbleSVD.cc dbleQRP.cc dbleQR.cc |
|
2732 dbleGEPBAL.cc dbleLU.cc dbleHESS.cc dbleDET.cc dbleCHOL.cc |
|
2733 dbleAEPBAL.cc dColVector.cc dRowVector.cc dMatrix.cc |
|
2734 dDiagMatrix.cc QPSOL.cc Range.cc Quad.cc QP.cc ODEFunc.cc QLD.cc |
|
2735 Objective.cc NLEqn.cc ODE.cc NPSOL.cc NLFunc.cc LPsolve.cc |
|
2736 NLConst.cc LinConst.cc FSQP.cc FEGrid.cc LP.cc DAE.cc EIG.cc |
|
2737 CollocWt.cc DAEFunc.cc CmplxSVD.cc CmplxSCHUR.cc CmplxQRP.cc |
|
2738 CmplxLU.cc CmplxQR.cc CmplxHESS.cc CmplxDET.cc CmplxCHOL.cc |
|
2739 CmplxAEPBAL.cc CRowVector.cc CColVector.cc CMatrix.cc |
|
2740 CDiagMatrix.cc Bounds.cc MArray.h MArray.cc Array.cc Array.h |
|
2741 NLP.h: Use pragma interface/implementation. Don't surround |
|
2742 contents in extern "C++". |
|
2743 * lo-error.h sun-utils.h: Don't surround contents in extern "C++". |
|
2744 |
|
2745 Tue Apr 11 10:59:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2746 |
|
2747 * f77-uscore.h (F77_FCN): Allow for possibility of uppercase |
|
2748 identifiers. |
|
2749 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
2750 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
2751 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
2752 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
2753 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
2754 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
2755 Quad.cc: Change usage of F77_FCN to match new definition |
|
2756 |
|
2757 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
2758 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
2759 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
2760 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
2761 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
2762 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
2763 Quad.cc: Where appropriate, declare Fortran subroutines to take |
|
2764 args by reference instead of pointer. Change all callers. |
|
2765 |
|
2766 Sun Apr 9 20:11:56 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2767 |
|
2768 * MArray.h (MArray2::~MArray2, MDiagArray::~MDiagArray): New |
|
2769 functions. Make += and -= operators friend functions. |
|
2770 |
|
2771 * Array.h (Array2::~Array2, Array3::~Array3, |
|
2772 DiagArray::~DiagArray): New functions. |
|
2773 |
|
2774 Wed Apr 5 21:21:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2775 |
|
2776 * Makefile.in (EXTRAS): Don't distribute mx-kludge.cc. |
|
2777 (MATRIX_INC): Don't distribute mx-kludge.h. |
|
2778 |
|
2779 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
2780 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
2781 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
2782 dRowVector.h dRowVector.cc: |
|
2783 Derive classes from MArray, MArray2, and MDiagArray, not Array, |
|
2784 Array2, and DiagArray2. |
|
2785 Don't use functions defined in mx-kludge.cc for arithmetic |
|
2786 like-type operations on arrays. |
|
2787 |
|
2788 * MArray.cc: Use the classes defined here like-type mathematical |
|
2789 operations on Array objects. Abuse CPP more. |
|
2790 * Makefile.in (TEMPLATE_SRC): Add it to the list. |
|
2791 (EXTRAS): Delete it from this list. |
|
2792 |
|
2793 * MArray-C.cc, MArray-d.cc: New files. |
|
2794 * Makefile.in (TI_SRC): Add them to the list. |
|
2795 |
|
2796 Tue Apr 4 14:13:46 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2797 |
|
2798 * mx-kludge.cc: Abuse CPP even more. |
|
2799 |
|
2800 Mon Apr 3 21:05:30 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2801 |
|
2802 * Objective.h (objective_function): Add missing const. |
|
2803 (gradient_function): Likewise. |
|
2804 |
|
2805 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
2806 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
2807 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
2808 dRowVector.h dRowVector.cc: |
|
2809 Reorganize to declare and define friends where they should be, |
|
2810 based on the use of private constructors. |
|
2811 |
|
2812 Fri Mar 31 10:09:40 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2813 |
|
2814 * CRowVector.h (linspace): Add declaration. |
|
2815 * dRowVector.h (linspace): Likewise. |
|
2816 |
|
2817 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): |
|
2818 Force result of rcond + 1.0 to be stored. |
|
2819 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
|
2820 ComplexMatrix::solve): Likewise. |
|
2821 |
|
2822 See ChangeLog.1 in the top level directory for earlier changes. |