3029
|
1 Thu Jun 5 01:44:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
3034
|
3 * Makefile.in: Make building of static library optional. |
|
4 |
3029
|
5 * Makefile.in (stamp-picdir): Delete. |
|
6 (pic): New target. Don't worry so much about creating pic |
|
7 directory only when it is really needed. |
|
8 (stamp-interp): Delete. |
|
9 (libraries): New target. Depend on shared library directly. |
|
10 |
3024
|
11 Wed Jun 4 00:08:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
12 |
|
13 * pathsearch.h, pathsearch.cc (dir_pat::set_program_name): |
|
14 New static function. |
|
15 |
3012
|
16 Mon Jun 2 12:44:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
17 |
|
18 * lo-mappers.cc (fix): Use floor and ceil instead of casting to int. |
|
19 |
3004
|
20 Thu May 22 16:20:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
21 |
|
22 * cmd-edit.h, cmd-edit.cc: Rename set_paren_string_delimiters to |
|
23 set_basic_quote_characters, to match new version of readline. |
|
24 |
|
25 * cmd-edit.cc (do_restore_terminal_state): Call readline function |
|
26 for restoring terminal state through rl_deprep_term_function, now |
|
27 declared in readline.h |
|
28 (rl_deprep_terminal): Delete declaration. |
|
29 |
2993
|
30 Wed May 21 16:30:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
31 |
|
32 * Makefile.in (install-in): Use new mk-includedir-link macro. |
|
33 (install-lib): Install in $octlibdir. Use new mk-libdir-link macro. |
|
34 |
2968
|
35 Thu May 15 11:46:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
36 |
|
37 * cmd-edit.cc (command_editor::increment_current_command_number): |
|
38 New static function. |
|
39 |
2964
|
40 Mon May 12 02:14:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
41 |
2966
|
42 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Make it work when |
|
43 the vector is not sorted. |
|
44 |
2964
|
45 * CMatrix.cc (ComplexMatrix::operator !): Return boolMatrix. |
|
46 * dMatrix.cc (Matrix::operator !): Likewise |
|
47 |
2941
|
48 Wed May 7 21:14:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
49 |
|
50 * oct-syscalls.h, oct-syscalls.cc: New files. |
|
51 |
|
52 * cmd-edit.h, cmd-edit.cc: Handle completion function. |
|
53 |
|
54 * str-vec.h, str-vec.cc (string_vector::uniq): New function. |
|
55 |
2938
|
56 Tue May 6 00:52:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
57 |
2941
|
58 * Makefile.in (INCLUDES_FOR_INSTALL): New variable. |
|
59 (install-inc): Use it. |
|
60 |
2938
|
61 * file-ops.h, file-ops.cc (tempnam): Add DIR and PREFIX args. |
|
62 Handle errors and missing functions consistently. |
|
63 |
|
64 * oct-group.h, oct-group.cc: New files. |
|
65 |
|
66 * oct-passwd.cc: Handle errors and missing functions consistently. |
|
67 |
|
68 * str-vec.h, str-vec.cc (c_str_vec, delete_c_str_vec): New functions. |
|
69 |
2934
|
70 Mon May 5 17:53:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
71 |
|
72 * file-ops.cc: (file_ops::tilde_expand): Use new octave_passwd class. |
|
73 * oct-env.cc (octave_env::do_get_user_name): Likewise. |
|
74 |
|
75 * oct-passwd.h, oct-passwd.cc: New files. |
|
76 |
2926
|
77 Sun May 4 22:17:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
78 |
|
79 * statdefs.h: Only include sys/types.h if HAVE_SYS_STAT_H is defined. |
|
80 |
|
81 * mach-info.h, mach-info.cc: Add missing const qualifiers. |
|
82 (instance_ok ()): New function. |
|
83 |
|
84 * glob-match.h, glob-match.cc: Rename from oct-glob.h, oct-glob.cc. |
|
85 |
|
86 * cmd-hist.h, cmd-hist.cc: Make it work without GNU readline. |
|
87 |
|
88 * lo-utils.h, lo-utils.cc (strsave, octave_putenv): Move here from |
|
89 src/utils.h and src/utils.cc. |
|
90 (octave_fgets): New function, extracted from src/input.cc. |
|
91 |
|
92 * cmd-edit.h, cmd-edit.cc: New files. Provide wrapper class for |
|
93 GNU readline, and allow Octave to work without GNU readline. |
|
94 |
|
95 * lo-sysdep.h, lo-sysdep.cc: New files for miscellaneous |
|
96 system-dependent functions. |
|
97 |
|
98 * oct-env.h, oct-env.cc: New files for process environment stuff. |
|
99 |
|
100 * file-stat.h, file-stat.cc: New files. Extract file_stat class |
|
101 from file-ops.h and file-ops.cc and move here. |
|
102 |
|
103 * file-ops.h, file-ops.cc: Wrap functions in struct. Move |
|
104 tilde_expand functions here from src/dirfns.cc. |
|
105 |
|
106 Fri May 2 19:50:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
107 |
|
108 * pathlen.h: New file, from ../src. |
|
109 |
2917
|
110 Tue Apr 29 04:39:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
111 |
|
112 * Array2-idx.h (Array2<T>::maybe_delete_elements): Prevent |
|
113 out-of-bounds indexing of the index array. |
|
114 * Array-idx.h (Array<T>::maybe_delete_elements): Likewise. |
|
115 |
2850
|
116 Fri Mar 28 15:37:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
117 |
|
118 * LSODE.h (x_step_limit): New field. |
|
119 (LSODE_options::init): Initialize it. |
|
120 (LSODE_options::copy): Copy it. |
|
121 (LSODE_options::set_step_limit, LSODE_options::step_limit): |
|
122 New functions. |
|
123 (LSODE::working_too_hard): Delete. |
|
124 * LSODE.cc (LSODE::do_integrate): Handle step limit. |
|
125 |
2844
|
126 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
127 |
|
128 * MArray-b.cc: Delete. |
|
129 * Makefile.in: Delete it from the lists. |
|
130 |
|
131 * boolMatrix.h (class bboolMatrix): Derive from Array2, not |
|
132 MArray2, since most of the numeric ops don't really make sense. |
|
133 |
2829
|
134 Tue Mar 25 17:37:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
135 |
2832
|
136 * boolMatrix.cc (boolMatrix::all, boolMatrix::any): New functions. |
|
137 |
|
138 * dMatrix.cc (Matrix::all, Matrix::any): Return boolMatrix. |
|
139 * CMatrix.cc (ComplexMatrix::all, ComplexMatrix::any): Likewise. |
|
140 |
2830
|
141 * idx-vector.h (idx_vector::idx_vector_rep::freeze, |
|
142 idx_vector::freeze): Delete prefer_zero_one arg. |
|
143 * Array-idx.h, Array2-idx.h: Change all callers. |
|
144 |
|
145 * Array-flags.h, Array-flags.cc (liboctave_pzo_flag): Delete. |
|
146 |
2829
|
147 * mx-op-defs.h: New file for operator definitions. |
|
148 * mx-cdm-cm.h, mx-cdm-cs.h, mx-cdm-dm.h, mx-cdm-m.h, mx-cdm-s.h, |
|
149 mx-cm-cdm.h, mx-cm-dm.h, mx-cm-m.h, mx-cm-s.h, mx-cs-cdm.h, |
|
150 mx-cs-dm.h, mx-cs-m.h, mx-dm-cdm.h, mx-dm-cm.h, mx-dm-cs.h, |
|
151 mx-dm-m.h, mx-dm-s.h, mx-m-cdm.h, mx-m-cm.h, mx-m-cs.h, mx-m-dm.h, |
|
152 mx-s-cdm.h, mx-s-cm.h, mx-s-dm.h, mx-cdm-cm.cc, mx-cdm-cs.cc, |
|
153 mx-cdm-dm.cc, mx-cdm-m.cc, mx-cdm-s.cc, mx-cm-cdm.cc, mx-cm-dm.cc, |
|
154 mx-cm-m.cc, mx-cm-s.cc, mx-cs-cdm.cc, mx-cs-dm.cc, mx-cs-m.cc, |
|
155 mx-dm-cdm.cc, mx-dm-cm.cc, mx-dm-cs.cc, mx-dm-m.cc, mx-dm-s.cc, |
|
156 mx-m-cdm.cc, mx-m-cm.cc, mx-m-cs.cc, mx-m-dm.cc, mx-s-cdm.cc, |
|
157 mx-s-cm.cc, mx-s-dm.cc: |
|
158 New files for mixed-type operations. |
|
159 * Makefiles.in: Add them to the appropriate lists. |
|
160 |
|
161 * mx-inlines.cc: Add bool by bool EQ ops. |
|
162 |
|
163 * idx-vector.h, idx-vector.cc: Add constructors for bool and |
|
164 boolMatrix types. |
|
165 (idx_vector::maybe_convert_one_zero_to_idx, |
|
166 idx_vector::idx_vector_rep::maybe_convert_one_zero_to_idx): |
|
167 Delete second arg, prefer_zero_one. Change all callers. |
|
168 |
|
169 * boolMatrix.h, boolMatrix.cc: New files. |
|
170 * mx-base.h: Include boolMatrix.h here. |
|
171 * mx-defs.h: Provide forward declaration for boolMatrix here. |
|
172 |
|
173 * chMatrix.h, chMatrix.cc: Delete unused junk. |
|
174 |
|
175 * dMatrix.h, CMatrix.h: Delete friend declarations for operator+, |
|
176 operator-, operator*, product, and quotient functions. |
|
177 Add constructor for boolMatrix type. |
|
178 * dMatrix.cc, CMatrix.cc: Delete operator+, operator-, operator*, |
|
179 product, and quotient functions. |
|
180 |
|
181 * CDiagMatrix.h: Delete friend declarations for operator+, |
|
182 operator-, and product functions. |
|
183 * CDiagMatrix.h: Delete operator+, operator-, and product functions. |
|
184 |
|
185 * Array-b.cc: Also instantiate 2d and 2d diagonal arrays. |
|
186 |
2815
|
187 Fri Mar 14 00:29:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
188 |
|
189 * EIG.cc (EIG::hermitian_init (const ComplexMatrix&)): New function. |
|
190 (EIG::init (const ComplexMatrix&)): Call it if arg is hermitian. |
|
191 (EIG::symmetric_init (const Matrix&)): New function. |
|
192 (EIG::init (const Matrix&)): Call it if arg is symmetric. |
|
193 |
|
194 * CMatrix.cc (ComplexMatrix::is_hermitian): New function. |
|
195 |
|
196 Thu Mar 13 17:04:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
197 |
|
198 * Array2.cc (is_symmetric): New function. |
|
199 * Array2.h (is_square): New function. |
|
200 |
2811
|
201 Wed Mar 12 16:59:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
202 |
|
203 * Makefile.in (install-strip): New target. |
|
204 |
2804
|
205 Mon Mar 10 22:34:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
206 |
|
207 * CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, |
|
208 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, EIG.cc, dbleCHOL.cc, |
|
209 dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, dbleSCHUR.cc, |
|
210 dbleSVD.cc: Don't include mx-inlines.cc. |
|
211 |
|
212 * mx-inlines.cc: Abuse the preprocessor to eliminate lots of |
|
213 duplicate code. |
|
214 |
2800
|
215 Sun Mar 9 03:44:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
216 |
2804
|
217 * dbleQR.h (QR): Delete extra comma at end of list. |
|
218 |
|
219 * prog-args.cc (prog_args::getopt): Add missing const in cast. |
|
220 |
|
221 * dbleSVD.h (SVD::type): Delete extra comma at end of list. |
|
222 |
|
223 * idx-vector.h (idx_vector): Delete unnecessary idx_vector:: and |
|
224 idx_vecotr_rep:: qualifiers. |
|
225 |
|
226 * Array.h (class Array): Delete unnecessary Array<T>:: qualifiers. |
|
227 |
|
228 * data-conv.h (save_type): Delete extra comma at end of list. |
|
229 |
2800
|
230 * CMatrix.cc, FEGrid.cc, Range.cc, dMatrix.cc, data-conv.cc, |
|
231 dir-ops.cc, file-ops.h, idx-vector.cc, idx-vector.h, lo-ieee.cc, |
|
232 lo-mappers.cc, oct-alloc.cc: Use `static_cast<T> (val)' instead of |
|
233 old C-style `(T) val' casts. |
|
234 |
2795
|
235 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
236 |
|
237 * dMatrix.cc (operator >>): Return if an error occurs instead of |
|
238 just breaking out of the innermost loop. |
|
239 * CMatrix.cc (operator >>): Likewise. |
|
240 |
2779
|
241 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
242 |
|
243 * Version 2.0.5 released. |
|
244 |
2767
|
245 Fri Feb 28 20:11:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
246 |
|
247 * CmplxQR.cc (ComplexQR::init): New function. |
|
248 (ComplexQR::ComplexQR): Use it. Use initializer list too. |
|
249 * CmplxQRP.cc (ComplexQRP::init): New function. |
|
250 Get sizes right in all cases. |
|
251 (ComplexQR::ComplexQRP): Use it. Use initializer list too. |
|
252 |
|
253 * dbleQR.cc (QR::init): New function. |
|
254 (QR::QR): Use it. Use initializer list too. |
|
255 * dbleQRP.cc (QRP::init): New function. |
|
256 Get sizes right in all cases. |
|
257 (QR::QRP): Use it. Use initializer list too. |
|
258 |
2759
|
259 Wed Feb 26 15:46:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
260 |
|
261 * mach-info.cc (oct_mach_info::string_to_float_format): |
|
262 Recognize "vaxg", not "vax_g". |
|
263 |
2713
|
264 Fri Feb 21 16:07:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
265 |
2714
|
266 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use correct |
|
267 dimension in check for colon equivalent index. |
|
268 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): A single-element |
|
269 index whose value is 0 is also colon eqivalent for n == 1. |
|
270 |
2713
|
271 * lo-ieee.cc (octave_ieee_init): Reorder #ifdef stuff to put |
|
272 system-specific tests first. |
|
273 |
2709
|
274 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
275 |
|
276 * Version 2.0.4 released. |
|
277 |
|
278 Wed Feb 19 09:42:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
279 |
|
280 * lo-ieee.cc: D'oh, it's `extern "C"', not `#extern "C"'. |
|
281 |
2693
|
282 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
283 |
|
284 * Version 2.0.3 released. |
|
285 |
2686
|
286 Fri Feb 14 16:23:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
287 |
|
288 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. |
|
289 |
2673
|
290 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
291 |
2676
|
292 * Makefile.in (stamp-prereq): Depend on stamp-picdir. |
|
293 (all): Don't depend on stamp-prereq or stamp-picdir. |
|
294 (liboctave.a, stamp-shared): Do depend on stamp-prereq. |
|
295 (stamp-picdir): Silence noise about making pic. |
|
296 (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared. |
|
297 |
2673
|
298 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
299 Fix typo in last change. |
|
300 |
|
301 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)): |
|
302 Convert from friend (moved from dColVector.cc). |
|
303 * CMatrix.cc (ComplexMatrix::map (d_c_mapper)): |
|
304 Likewise (moved from dMatrix.cc). |
|
305 * CRowVector.cc (ComplexRowVector::map (d_c_mapper)): |
|
306 Likewise (moved from dRowVector.cc). |
|
307 |
|
308 * dColVector.cc (ColumnVector::map (d_d_mapper)): Convert from friend. |
|
309 * dMatrix.cc (Matrix::map (d_d_mapper)): Likewise. |
|
310 * dRowVector.cc (RowVector::map (d_d_mapper)): Likewise. |
|
311 * CColVector.cc (ComplexColumnVector::map (c_c_mapper)): Likewise. |
|
312 * CMatrix.cc (ComplexMatrix::map (c_c_mapper)): Likewise. |
|
313 * CRowVector.cc (ComplexRowVector::map (c_c_mapper)): Likewise. |
|
314 |
|
315 * dColVector.cc (ColumnVector::apply): Rename from map, return *this. |
|
316 * dMatrix.cc (Matrix::apply): Likewise. |
|
317 * dRowVector.cc (RowVector::apply): Likewise. |
|
318 * CColVector.cc (ComplexColumnVector::apply): Likewise. |
|
319 * CMatrix.cc (ComplexMatrix::apply): Likewise. |
|
320 * CRowVector.cc (ComplexRowVector::apply): Likewise. |
|
321 |
2668
|
322 Tue Feb 11 19:44:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
323 |
|
324 * lo-ieee.cc: Declare quiet_nan() and infinity(). |
|
325 |
|
326 Mon Feb 10 01:17:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
327 |
|
328 * file-ops.cc (oct_unlink (const string&, string&)): |
|
329 New two-arg version. |
|
330 (oct_rmdir (const string&, string&)): New two-arg version. |
|
331 (oct_mkdir (const string&, mode_t, string&)): New three-arg version. |
|
332 (oct_mkfifo (const string&, mode_t, string&)): New three-arg version. |
|
333 (oct_rename (const string&, const string&, string&)): |
|
334 New three-arg version. |
|
335 |
2663
|
336 Fri Feb 7 13:15:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
337 |
|
338 * idx-vector.h (idx_vector::orig_empty): New function. |
|
339 |
|
340 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
341 Don't always resize to [](0x0) if one of the indices is empty or |
|
342 zero. |
|
343 |
2658
|
344 Sun Feb 2 22:33:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
345 |
|
346 * cmd-hist.cc (command_history::read): New arg, must_exist. |
|
347 Set line_in_file here too. |
|
348 (command_history::read_range): New arg, must_exist. |
|
349 |
2651
|
350 Fri Jan 31 09:21:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
351 |
|
352 * f2c-main.c: Change C++-style comments to C-style comments. |
|
353 |
2638
|
354 Tue Jan 28 10:46:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
355 |
|
356 * Makefile.in (install-inc): Create a relative symbolic link. |
|
357 |
2634
|
358 Mon Jan 27 15:52:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
359 |
|
360 * Version 2.0.2 released. |
|
361 |
2624
|
362 Sat Jan 25 22:36:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
363 |
|
364 * Makefile.in (bin-dist): New target. |
|
365 |
2621
|
366 Wed Jan 22 16:18:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
367 |
|
368 * dbleSVD.cc (SVD::init): Work around apparent dgesvd() bug. |
|
369 * CmplxSVD.cc (ComplexSVD::init): Work around apparent zgesvd() bug. |
|
370 |
2613
|
371 Mon Jan 20 18:44:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
372 |
|
373 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
374 If the number of columns is zero, also set the number of rows to zero. |
|
375 (charMatrix::charMatrix (const char *)): Likewise. |
|
376 |
2602
|
377 Tue Jan 7 00:16:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
378 |
|
379 * Version 2.0.1 released. |
|
380 |
2601
|
381 Sun Jan 5 12:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
382 |
|
383 * dMatrix.cc (Matrix::read): Correctly compute the number of |
|
384 columns for resizing when the number of rows is specified but the |
|
385 number of columns is not. |
|
386 |
2598
|
387 Wed Dec 18 16:18:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
388 |
2599
|
389 * Range.cc (operator -): New function. |
|
390 |
2598
|
391 * lo-ieee.cc: Include <nan.h> on all systems that have it. |
|
392 |
2589
|
393 Fri Dec 13 02:01:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
394 |
|
395 * Array2-idx.h (assign): Delay resizing left hand side until we |
|
396 know if the assignment conforms. |
|
397 |
2583
|
398 Tue Dec 10 01:43:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
399 |
|
400 * Version 2.0 released. |
|
401 |
2570
|
402 Fri Dec 6 14:41:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
403 |
2575
|
404 * Array2-idx.h (assign): If index is a colon, set number of |
|
405 elements to the lhs dimension if the lhs dimension is greater than |
|
406 zero. Otherwise, set it to the rhs dimension. |
|
407 |
|
408 * Version 1.94. |
|
409 |
2570
|
410 * Array2-idx.h (assign): Test for rhs scalar case first. |
|
411 If index is colon, set number of elements to lhs dimension, not |
|
412 rhs dimension. |
|
413 |
2563
|
414 Thu Dec 5 13:05:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
415 |
2566
|
416 * sun-utils.h: Don't declare MAIN_ or MAIN__ here. |
|
417 * sun-utils.cc: Delete. |
|
418 * f2c-main.c: New file |
|
419 |
|
420 * Makefile.in: Fix file name lists. |
|
421 |
2563
|
422 * CMatrix.cc (lssolve): Don't redeclare retval, resize it. |
|
423 |
2561
|
424 Wed Dec 4 12:24:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
425 |
|
426 * dMatrix.cc (Qzval): Don't try to use same memory three times. |
|
427 Create result using Complex constructor, not multiplication. |
|
428 Order elements as they are returned from Eispack. |
|
429 |
2559
|
430 Mon Dec 2 00:26:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
431 |
2560
|
432 * lo-ieee.cc (octave_ieee_init): Kluge for octave_Inf on SCO. |
|
433 Only include nan.h if SCO is defined. Define _IEEE before |
|
434 including it and undefine it afterward. |
|
435 [SCO] (isnan): Don't mistake Inf as NaN. |
|
436 |
2559
|
437 * Array-idx.h (assign): Only resize if assignment conforms. |
|
438 |
2551
|
439 Wed Nov 20 01:00:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
440 |
|
441 * Makefile.in (INCLUDES): Delete lo-error.h. |
|
442 * lo-error.h: Delete (moved to libcruft/misc). |
|
443 |
|
444 * Version 1.93. |
|
445 |
2546
|
446 Tue Nov 19 23:07:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
447 |
2549
|
448 * oct-glob.cc (glob_match::match): Don't expect our flag values to |
|
449 be the same as they are in fnmatch.h. |
|
450 |
2546
|
451 * f77-fcn.c, f77-fcn.h: Move to libcruft/misc directory. |
|
452 |
|
453 * Makefile.in (INCLUDES): Delete f77-fcn.h. |
|
454 (SOURCES): Delete f77-fcn.c. |
|
455 |
2522
|
456 Fri Nov 15 13:47:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
457 |
|
458 * lo-ieee.h: [SCO]: Declare isinf and isnan. |
|
459 |
2512
|
460 Thu Nov 14 00:06:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
461 |
|
462 * Version 1.92. |
|
463 |
2508
|
464 Wed Nov 13 11:19:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
465 |
2512
|
466 * cmd-hist.cc (command_history::add): Ignore empty input lines, or |
|
467 lines that have only carriage return or newline. |
|
468 |
2508
|
469 * lo-ieee.cc (isnan, isinf): Provide functions for SCO. |
|
470 |
2500
|
471 Tue Nov 12 11:11:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
472 |
|
473 * idx-vector.cc (idx_is_inf_or_nan): New function. |
|
474 (IDX_VEC_REP::idx_vector_rep): Use it. |
|
475 |
2493
|
476 Sun Nov 10 17:09:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
477 |
|
478 * str-vec.h, str-vec.cc: Add constructors to make string vectors |
|
479 from vectors of C strings. |
|
480 |
|
481 * oct-glob.h, oct-glob.cc (glob_match): Allow pat to be a string |
|
482 vector. |
|
483 (glob_match::match): Allow match string to be a string vector. |
|
484 (glob_match::glob): New function. |
|
485 |
|
486 * chMatrix.cc (charMatrix::row_as_string): New arg, strip_ws. |
|
487 |
|
488 * Array-b.cc: New file. |
|
489 * Makefile.in (TI_SRC): Add it to the list. |
|
490 |
2492
|
491 Fri Nov 8 18:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
492 |
|
493 * file-ops.cc: Change #include "" to #include <> for safe-lstat.h |
|
494 and safe-stat.h, to avoid getting them from $srcdir when we really |
|
495 want the version from the build directory. (Maybe this should be |
|
496 done for all the include files, not just those that are |
|
497 auto-generated? Hmm.) |
|
498 |
2481
|
499 Thu Nov 7 10:45:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
500 |
2482
|
501 * Version 1.91. |
|
502 |
2481
|
503 * Array3.cc (Array3<T>::resize): Make it work. |
|
504 |
|
505 Wed Nov 6 22:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
506 |
|
507 * oct-alloc.h, oct-alloc.cc: New files. |
|
508 * Makefile.in: Add them to the lists. |
|
509 |
|
510 Mon Nov 4 21:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
511 |
|
512 * dbleQRP.cc (QRP::QRP): Don't pass tmp data to unsafe constructor. |
|
513 * CmplxQRP.cc (ComplexQRP::ComplexQRP): Ditto. |
|
514 |
2466
|
515 Sun Nov 3 15:45:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
516 |
|
517 * file-ops.cc (file_stat::is_blk, file_stat::is_chr, |
|
518 file_stat::is_dir, file_stat::is_fifo, file_stat::is_lnk, |
|
519 file_stat::is_reg, file_stat::is_sock): Just return false if the |
|
520 underlying macro is not defined. |
|
521 |
|
522 * oct-math.h (lgamma, gamma): Delete declarations. |
|
523 (asinh, acosh, atanh, erf, erfc): Declare arg types too. |
|
524 Protect declarations with #ifdef HAVE_*. |
|
525 |
2440
|
526 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
527 |
2452
|
528 * Version 1.90. |
|
529 |
|
530 * Makefile.in (DISTFILES): Add ChangeLog. |
|
531 |
2444
|
532 * cmd-hist.cc: Only include fcntl.h if HAVE_FCNTL_H. |
|
533 |
|
534 * Matrix-ext.cc: Include <cfloat>, not <float.h>. |
|
535 |
2443
|
536 * CMatrix.cc, cmd-hist.cc, file-ops.cc, file-ops.h, filemode.c, |
2444
|
537 mkdir.c, rename.c, rmdir.c, safe-xstat.cin, statdefs.h, sysdir.h, |
|
538 tempname.c, utils.cc: Only include sys/types.h if HAVE_SYS_TYPES_H. |
2443
|
539 |
2440
|
540 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value, |
|
541 since that is now accepatble syntax, even for built-in types. |
|
542 * Array2.h (T Array2<T>::checkelem): Likewise |
|
543 |
2433
|
544 Sat Oct 26 23:37:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
545 |
|
546 * file-ops.cc (mkfifo) [! HAVE_MKFIFO]: Just print an error |
|
547 message and return -1. |
|
548 |
2428
|
549 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
550 |
2431
|
551 * str-vec.h (str_vec_compare): Declare args as const void *, then |
|
552 cast them to const string * in the body of the function. |
|
553 |
|
554 * file-ops.cc (file_stat::mode_as_string): Explicitly construct |
|
555 string from buf. |
|
556 |
2428
|
557 * Array3.h (Array3::checkelem): Tag bogus return value with |
|
558 GCC_ATTRIBUTE_UNUSED. |
|
559 * Array2.h (Array2::checkelem): Likewise. |
|
560 |
2424
|
561 Thu Oct 24 19:40:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
562 |
|
563 * Quad.h (Quad): Define virtual destructor. |
|
564 |
2408
|
565 Tue Oct 15 11:34:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
566 |
|
567 * CMatrix.cc (ComplexMatrix::all_elements_are_real): new function. |
|
568 |
2401
|
569 Sun Oct 13 11:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
570 |
|
571 * sun-utils.h: Conditionally declare MAIN__ too. Declare MAIN_ |
|
572 and MAIN__ extern "C". |
|
573 * sun-utils.cc: Include sun-utils.h here. Delete extern "C" stuff. |
|
574 |
2391
|
575 Sat Oct 12 12:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
576 |
|
577 * MArray-misc.cc: New file. |
|
578 * Makefile.in (MATRIX_SRC): Add it to the list. |
|
579 |
|
580 * mx-inlines.cc (equal): Return bool, not int. |
|
581 |
|
582 * idx-vector.h (idx_vector (double)): New constructor. |
|
583 |
|
584 * chMatrix.h, chMatrix.cc, CMatrix.h, CMatrix.cc, dMatrix.h, |
|
585 dMatrix.cc, dDiagMatrix.h, dDiagMatrix.cc, dRowVector.h, |
|
586 dRowVector.cc, dColVector.h, dColVector.cc, CColVector.h, |
|
587 CColVector.cc, CDiagMatrix.h, CDiagMatrix.cc, CRowVector.h, |
|
588 CRowVector.cc: Logical operators return bool, not int. |
|
589 |
|
590 * CMatrix.h, CMatrix.cc (ComplexMatrix::any_element_is_inf_or_nan): |
|
591 New function. |
|
592 |
|
593 * dMatrix.h, dMatrix.cc (Matrix::any_element_is_negative, |
|
594 Matrix::any_element_is_inf_or_nan, Matrix::abs, |
|
595 Matrix::all_elements_are_inf_or_nan): New functions. |
|
596 |
|
597 * Range.h, Range.cc (Range::all_elements_are_ints): New function. |
|
598 |
|
599 * MArray.cc, MArray2.cc, MDiagArray2.cc: Call gripe_nonconformant |
|
600 for errors. Simplify macros by converting FCN to string for error |
|
601 messages. |
|
602 |
|
603 * Array-idx.h (Array<T>::index): New function. Don't call |
|
604 clear_index() here. |
|
605 (Array<T>::value): Call it, do call clear_index() here. |
|
606 * Array2-idx.h (Array<T>::value, Array<T>::index): Likewise, for |
|
607 one and two arg index functions. |
|
608 |
|
609 Tue Sep 17 21:21:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
610 |
|
611 * DAEFunc.h: Delete #pragma interface since there is no longer a |
|
612 separate implementation file. |
|
613 |
2354
|
614 Tue Aug 20 17:38:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
615 |
2358
|
616 * Makefile.in (stamp-picdir): Only create a pic subdirectory if |
|
617 SHARED_LIBS is true AND CPICFLAG or CXXPICFLAG is not empty. |
|
618 |
2356
|
619 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Rename arg sort to |
|
620 sort_uniq. If sort_uniq is nonzero, sort the elements and make |
|
621 them uniq. |
|
622 |
2354
|
623 * CMatrix.cc (ComplexMatrix::row_max, ComplexMatrix::row_min, |
|
624 ComplexMatrix::column_max, ComplexMatrix::column_min): |
|
625 Rewrite. Also return index as a reference arg. |
|
626 (ComplexMatrix::row_max_loc, ComplexMatrix::row_min_loc, |
|
627 ComplexMatrix::column_max_loc, ComplexMatrix::column_min_loc): |
|
628 Delete. |
|
629 |
|
630 * dMatrix.cc (Matrix::row_max, Matrix::row_min, |
|
631 Matrix::column_max, Matrix::column_min): |
|
632 Rewrite. Also return index as a reference arg. |
|
633 (Matrix::row_max_loc, Matrix::row_min_loc, |
|
634 Matrix::column_max_loc, Matrix::column_min_loc): Delete. |
|
635 |
|
636 Fri Aug 9 05:01:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
637 |
|
638 * dMatrix.cc (Matrix::row_min, Matrix::row_min_loc, |
|
639 Matrix::row_max, Matrix::row_max_loc, Matrix::column_min, |
|
640 Matrix::column_min_loc, Matrix::column_max, |
|
641 Matrix::column_max_loc): Ignore leading NaNs. |
|
642 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_min_loc, |
|
643 ComplexMatrix::row_max, ComplexMatrix::row_max_loc, |
|
644 ComplexMatrix::column_min, ComplexMatrix::column_min_loc, |
|
645 ComplexMatrix::column_max, ComplexMatrix::column_max_loc): Ignore |
|
646 leading NaNs. |
|
647 |
2352
|
648 Thu Aug 8 16:04:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
649 |
|
650 * QPSOL.cc (QPSOL::do_minimize): Insert linear constraint bounds |
|
651 starting at n, not 0. |
|
652 |
2349
|
653 Sat Jul 27 02:54:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
654 |
|
655 * dMatrix.cc (Matrix::Matrix (const RowVector&), |
|
656 Matrix::Matrix (const ColumnVector&)): New constructors. |
|
657 |
|
658 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const RowVector&), |
|
659 ComplexMatrix::ComplexMatrix (const ColumnVector&), |
|
660 ComplexMatrix::ComplexMatrix (const ComplexRowVector&), |
|
661 ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): |
|
662 New constructors. |
|
663 |
|
664 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): |
|
665 New constructor. |
|
666 |
2343
|
667 Wed Jul 24 16:39:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
668 |
|
669 * LSODE.cc (do_integrate): Check to make sure that the state and |
|
670 derivative vectors are the same size. |
2344
|
671 * DASSL.cc (do_integrate): Likewise. |
2343
|
672 |
2330
|
673 Sun Jul 14 17:30:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
674 |
|
675 * dMatrix.cc (Matrix::read, Matrix::write): Convert to use |
|
676 iostreams and handler data format conversions. Delete old methods |
|
677 that used stdio. |
|
678 |
|
679 * data-conv.h, data-conv.cc (oct_data_conv): New class. |
|
680 |
|
681 Fri Jul 12 13:52:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
682 |
|
683 * mach-info.h: Rename from float-fmt.h. |
|
684 * mach-info.cc: Rename from float-fmt.cc. |
|
685 Handle machine information using a singlton class. |
|
686 * Makefile.in: Update appropriate lists. |
|
687 |
|
688 Tue Jul 9 11:49:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
689 |
|
690 * Array-flags.cc: Provide definitions for the flags even if |
|
691 OCTAVE_SOURCE is not defined. |
|
692 |
|
693 * Array.h, Array2.h, Array3.h: BOUNDS_CHECKING now affects |
|
694 operator(), not elem(). |
|
695 * Array3.h: Move indexing methods here from Array3.cc. |
|
696 |
|
697 Mon Jun 24 02:30:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
698 |
|
699 * Array3.cc (checkelem): Fix typo in call to Array2<T>::elem(). |
|
700 |
|
701 * Makefile.in (install-lib): Use INSTALL_PROGRAM instead of |
|
702 INSTALL_DATA for shared libs. |
|
703 |
|
704 Thu Jun 6 09:59:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
705 |
|
706 * Quad.cc: Include lo-error.h here too. |
|
707 |
|
708 Mon May 27 12:41:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
709 |
|
710 * file-ops.h: Include sys/types.h here. |
|
711 |
|
712 Wed May 22 00:20:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
713 |
|
714 * chMatrix.cc (charMatrix::transpose): Provide definition. |
|
715 |
|
716 * Array-idx.h (maybe_delete_elements): Correctly compute number of |
|
717 elements in result. |
|
718 * Array2-idx.h (maybe_delete_elements): Likewise for number of |
|
719 rows and columns in result. |
|
720 |
|
721 Tue May 21 23:46:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
722 |
|
723 * dbleQR.cc (QR::QR): Don't create result from to-be-deleted data. |
|
724 * CmplxQR.cc (ComplexQR::ComplexQR): Likewise. |
|
725 |
|
726 Fri May 17 03:06:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
727 |
|
728 * Makefile.in (install-inc): Install in octincludedir, not includedir. |
|
729 |
|
730 Sun May 12 03:40:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
731 |
|
732 * Makefile.in (uninstall): Also delete shared library. |
|
733 Split install into install-libs and install-includes. |
|
734 (install-inc): If linkdir is a directory, leave it alone. |
|
735 |
|
736 * sun-utils.cc (MAIN__): Define for Linux/ELF systems. |
|
737 |
|
738 Thu May 2 20:19:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
739 |
|
740 * Array-idx.h (assign): Handle A(:) = X for A undefined or empty. |
|
741 * Array2-idx.h (assign): Likewise. |
|
742 |
|
743 Tue Apr 30 05:43:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
744 |
|
745 * Array2.cc (Array2<T>::range_error): New functions. |
|
746 |
|
747 * Array.h (class Array<T>): elem() and operator() are now |
|
748 equivalent, and do bounds checking by default. |
|
749 * Array2.cc (class Array2<T>): Likewise. |
|
750 |
|
751 Sat Apr 6 21:26:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
752 |
|
753 * Makefile.in (maintainer-clean, distclean): Also delete |
|
754 stamp-picdir, stamp-shared, and pic directory. |
|
755 (stamp-prereq): New target. |
|
756 |
|
757 Fri Mar 29 13:44:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
758 |
|
759 * NPSOL.h (NPSOL_options::set_option (const char *, int)): |
|
760 New function. |
|
761 |
|
762 * Array.h, Array.cc (Array<T>::range_error ()): New functions. |
|
763 * Array.h (Array<T>::checkelem): Use them. |
|
764 |
|
765 * base-lu.h, base-lu.cc: Parameterize based on types of matrix |
|
766 elements too. |
|
767 * dbleLU.h, dbleLU.cc, CmplxLU.h, CmplxLU.cc: Change to match. |
|
768 |
|
769 * MDiagArray2.h (MDiagArray2 (const MArray<T>& a)): Delete. |
|
770 |
|
771 * Makefile.in (distclean): Delete so_locations, which is created |
|
772 on DEC Alpha systems. |
|
773 |
|
774 Sat Mar 23 04:02:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
775 |
|
776 * Array.h (HEAVYWEIGHT_INDEXING): Do define this here if it is not |
|
777 already defined. |
|
778 |
|
779 Fri Mar 22 23:53:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
780 |
|
781 * pathsearch.cc: Include config.h. |
|
782 |
|
783 Wed Mar 20 04:54:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
784 |
|
785 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&)): Don't |
|
786 allow M(I, J) = scalar if I or J is empty. |
|
787 |
|
788 * Array-idx.h: Delete Array2 and Array3 code (now in Array2-idx.h |
|
789 and Array3-idx.h). |
|
790 |
|
791 Thu Mar 7 10:20:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
792 |
|
793 * lo-error.h: Make comments C friendly. |
|
794 |
|
795 Sun Mar 3 14:04:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
796 |
|
797 * Array2.h (make_unique): Move all indexing functions here. |
|
798 * Array2.cc: From here. |
|
799 |
|
800 * Array.h, Array2.h (NO_BOUNDS_CHECKING): New macro to control |
|
801 whether operator() calls elem or checkelem. |
|
802 |
|
803 * Array.h (make_unique): New private function. |
|
804 Move all indexing functions here. |
|
805 * Array.cc: From here. |
|
806 |
|
807 * pathsearch.cc (dir_path::find_all): Index tmp, don't dereference |
|
808 it too. |
|
809 |
|
810 * Array-d.cc, Array-ch.cc, Array-C.cc, Array-s.cc, Array-str.cc, |
|
811 Array-i.cc, MArray-i.cc, MArray-s.cc, MArray-d.cc, MArray-ch.cc, |
|
812 MArray-C.cc: Include config.h. |
|
813 |
|
814 * Array.h, Array2.h, DiagArray2.h, Array3.h: |
|
815 Don't define HEAVYWEIGHT_INDEXING here. |
|
816 |
|
817 Sat Mar 2 18:39:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
818 |
|
819 * base-lu.h, base-lu.cc: New files. |
|
820 * Makefile.in: Add them to the appropriate lists. |
|
821 * dbleLU.h, dbleLU.cc, CmplxLU.h, Cmplx.cc: Derive from base_lu. |
|
822 |
|
823 Fri Mar 1 08:30:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
824 |
|
825 * Array2.h, Array3.h, DiagArray2.h: New files, extracted from Array.h |
|
826 * Array2-idx.h, Array3-idx.h: New files, extracted from Array-idx.h |
|
827 * Array2.cc, Array3.cc, DiagArray2.cc: New files, from Array.cc. |
|
828 * MArray2.h, MDiagArray2.h: New files, extracted from MArray.h. |
|
829 * MArray2.cc, MDiagArray2.cc, MArray-defs.h: New files, from MArray.cc. |
|
830 |
|
831 * MArray.h (INSTANTIATE_MARRAY_FRIENDS): New macro. |
|
832 (INSTANTIATE_MARRAY2_FRIENDS): Likewise. |
|
833 (INSTANTIATE_MDIAGARRAY_FRIENDS): Likewise. |
|
834 * MArray-C.cc, MArray-ch.cc, MArray-c.cc, MArray-i.cc, MArray-s.cc: |
|
835 Simplify using new macros. |
|
836 |
|
837 Mon Feb 26 03:04:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
838 |
|
839 * Makefile.in (install): If $(includedir) ends in version string, |
|
840 make link to name that does not include version info. |
|
841 |
|
842 * lo-ieee.cc: Include <cmath> here. |
|
843 |
|
844 Fri Feb 16 20:52:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
845 |
|
846 * lo-ieee.cc, lo-ieee.h: New files. |
|
847 * lo-mappers.cc, lo-mappers.h: New files. |
|
848 * lo-utils.cc, lo-utils.h: New files. |
|
849 * Makefile.in: Add them to the appropriate lists. |
|
850 |
|
851 Thu Feb 15 22:02:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
852 |
|
853 * dMatrix.cc (all_integers, too_large_for_float): New functions. |
|
854 * CMatrix.cc (all_integers, too_large_for_float): New functions. |
|
855 |
|
856 * byte-swap.h, data-conv.h, data-conv.cc, float-fmt.h, |
|
857 float-fmt.cc: New files. |
|
858 * Makefile.in: Include them in the appropriate lists. |
|
859 |
|
860 Wed Feb 14 01:49:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
861 |
|
862 * dMatrix.cc (Qzval): New function. |
|
863 |
|
864 Tue Feb 13 12:41:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
865 |
|
866 * NPSOL.cc (NPSOL_options::set_option): Arg key is now string, not |
|
867 char*. |
|
868 |
|
869 * DASSL.h, DASSL.cc: Do better management of temporary workspace. |
|
870 Use F77_XFCN to call Fortran subroutine. |
|
871 * dColVector.cc, CColVector.cc: Likewise. |
|
872 * dRowVector.cc, CRowVector.cc: Likewise. |
|
873 * NPSOL.h, NPSOL.cc: Likewise. |
|
874 * CmplxCHOL.cc: Likewise. |
|
875 * dbleCHOL.cc: Likewise. |
|
876 * CMatrix.cc: Likewise. |
|
877 * dMatrix.cc: Likewise. |
|
878 * QPSOL.cc: Likewise. |
|
879 * LSODE.cc: Likewise. |
|
880 |
|
881 Sun Feb 11 14:14:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
882 |
|
883 * dbleHESS.cc (HESS::init): Dimension of tau is n-1, not n+1. |
|
884 |
|
885 * dbleSCHUR.h, dbleSCHUR.cc: Do better management of temporary |
|
886 workspace. Use F77_XFCN to call Fortran subroutine. |
|
887 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Likewise. |
|
888 * CmplxSCHUR.h, CmplxSCHUR.cc: Likewise. |
|
889 * dbleGEPBAL.h, dbleGEPBAL.cc: Likewise. |
|
890 * dbleAEPBAL.h, dbleAEPBAL.cc: Likewise. |
|
891 * CmplxHESS.h, CmplxHESS.cc: Likewise. |
|
892 * CmplxSVD.h, CmplxSVD.cc: Likewise. |
|
893 * dbleHESS.h, dbleHESS.cc: Likewise. |
|
894 * dbleSVD.h, dbleSVD.cc: Likewise. |
|
895 * EIG.h, EIG.cc; Likewise. |
|
896 * CollocWt.cc: Likewise. |
|
897 * NLEqn.cc: Likewise. |
|
898 * Quad.cc: Likewise. |
|
899 |
|
900 Sat Feb 10 12:14:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
901 |
|
902 * dbleLU.h, dbleLU.cc: Do better management of temporary workspace. |
|
903 Use F77_XFCN to call Fortran subroutine. |
|
904 * CmplxLU.h, CmplxLU.cc: Ditto. |
|
905 * dbleQR.h, dbleQR.cc: Ditto. |
|
906 * CmplxQR.h, CmplxQR.cc: Ditto. |
|
907 * dbleQRP.h, dbleQRP.cc: Ditto. |
|
908 * CmplxQRP.h, CmplxQRP.cc: Ditto. |
|
909 |
|
910 * dir-ops.h (dir_entry::dir): Declare as void*, not DIR*. |
|
911 (struct DIR): delete forward declaration. |
|
912 (dir_entry::operator = (const dir_entry$)): Protect against |
|
913 copying same object. |
|
914 * dir-ops.cc: Cast dir appropriately. |
|
915 |
|
916 Fri Feb 9 16:12:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
917 |
|
918 * lo-error.cc: Moved to libcruft/misc. |
|
919 * Makefile.in: Delete it from the list. |
|
920 |
|
921 * f77-fcn.c (f77_context, f77_exception_encountered): Delete |
|
922 definitions (they have been moved to libcruft/misc/f77-extern.cc). |
|
923 |
|
924 * Array-flags.h: New file. |
|
925 * Array-idx.h: Include it here. |
|
926 * Makefile.in (MATRIX_INC): Add it to the list. |
|
927 |
|
928 * Array-flags.cc: Renamed from Array-ext.cc. |
|
929 (liboctave_dfi_flag): Renamed from dfi_flag. |
|
930 (liboctave_pcv_flag): Renamed from pcv_flag. |
|
931 (liboctave_pzo_flag): Renamed from pzo_flag. |
|
932 (liboctave_rre_flag): Renamed from rre_flag. |
|
933 * Array-idx.h: Change all uses of dfi_flag, etc. |
|
934 * Makefile.in (MATRIX_SRC): Change file name here too. |
|
935 |
|
936 * Makefile.in (LIBOCTAVE_LFLAGS, LIBOCTAVE_LIBS): New variables. |
|
937 (stamp-shared): Use them here. |
|
938 |
|
939 Tue Feb 6 09:53:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
940 |
|
941 * cmd-hist.cc (command_history::ignore_entries): Delete default |
|
942 argument value. |
|
943 |
|
944 Mon Feb 5 12:07:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
945 |
|
946 * CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, CmplxLU.h, |
|
947 CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, dbleAEPBAL.h, |
|
948 dbleCHOL.h, dbleDET.h, dbleGEPBAL.h, dbleHESS.h, dbleLU.h, |
|
949 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h: |
|
950 Clean up constructors, assigment operator. |
|
951 |
|
952 Sun Feb 4 03:12:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
953 |
|
954 * NPSOL.cc (do_minimize): Use F77_XFCN to call npsol. |
|
955 Check f77_exception_encountered on return. |
|
956 |
|
957 * f77-fcn.c (f77_exception_encountered): New variable. |
|
958 (F77_XFCN): Set it. |
|
959 * f77-fcn.h: Provide declaration. |
|
960 |
|
961 * QPSOL.h (QPSOL_options::set_options): Renamed from copy(). |
|
962 |
|
963 * NPSOL.h (NPSOL_options::set_options): Renamed from copy(). |
|
964 |
|
965 * NLEqn.h (NLEqn_options::set_options): New function. |
|
966 * Quad.h (Quad_options::set_options): Likewise. |
|
967 |
|
968 * LP.h (class LP): Add accessors for LP data. |
|
969 |
|
970 * NLEqn.h (NLEqn::n): Delete. |
|
971 |
|
972 * NLEqn.h (class NLEqn::n): Likewise. |
|
973 |
|
974 * NLP.h (class NLP): Add accessors for NLP data. |
|
975 |
|
976 * NPSOL.h (class NPSOL_options): Move constructors, set, and |
|
977 access functions here. |
|
978 * NPSOL.cc.cc: From here. |
|
979 |
|
980 * QLD.h (class QLD): Add destructor definition. |
|
981 * Objective.h (class Objective): Likewise. |
|
982 * ODEFunc.h (class ODEFunc): Likewise. |
|
983 * NLFunc.h (class NLFunc): Likewise. |
|
984 * NLEqn.h (class NLEqn): Likewise. |
|
985 * NLConst.h (class NLConst): Likewise. |
|
986 * LinConst.h (class LinConst): Likewise. |
|
987 * LSODE.h (class LSODE_options): Likewise. |
|
988 * CollocWt.h (class CollocWt): Likewise. |
|
989 * Bounds.h (class Bounds): Likewise. |
|
990 |
|
991 * QLD.cc (QLD::set_default_options): Delete. |
|
992 |
|
993 * QP.h (QP): Add accessors for QP data. |
|
994 Add copy constructor, operator =, and destructor definitions. |
|
995 |
|
996 * Range.h, Quad.h, QP.h, QLD.h, Objective.h, NLP.h, NLFunc.h, |
|
997 NLConst.h, LinConst.h, LSODE.h, LP.h, FEGrid.h, EIG.h, DASSL.h, |
|
998 DAEFunc.h, CollocWt.h, Bounds.h: |
|
999 Clean up constructors, assigment operator. |
|
1000 |
|
1001 * dRowVector.cc (RowVector::transpose): Use magic of reference |
|
1002 counting to avoid duplicating the data immediately. |
|
1003 * dColVector.cc (ColumnVector::transpose): Likewise. |
|
1004 * CRowVector.cc (ComplexrowVector::transpose): Likewise. |
|
1005 * CColVector.cc (ComplexColumnVector::transpose): Likewise. |
|
1006 |
|
1007 Sat Feb 3 01:02:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1008 |
|
1009 * prog-args.h (prog_args::option_argument): New enum. |
|
1010 |
|
1011 * f77-fcn.h: Rename from f77-uscore.h. |
|
1012 (F77_XFCN_ERROR, F77_XFCN): New macros. |
|
1013 * f77-fcn.c: New file. |
|
1014 * Makefile.in (SOURCES): Add it to the list. |
|
1015 |
|
1016 * ODEFunc.h: Clean up. |
|
1017 |
|
1018 * DASSL.cc, DASSL.h: New files. |
|
1019 * Makefile.in: Add them to the appropriate lists. |
|
1020 |
|
1021 * LSODE.cc, LSODE.h: New files. |
|
1022 * Makefile.in: Add them to the appropriate lists. |
|
1023 |
|
1024 * ODE.cc: Delete. |
|
1025 * Makefile.in (SOURCES): Remove from list. |
|
1026 |
|
1027 * base-de.h, DAE.cc: New files. |
|
1028 * Makefile.in: Add them to the appropriate lists. |
|
1029 * ODE.h: Only define interface for ODE classes. |
|
1030 * DAE.h: Only define interface for ODE classes. |
|
1031 |
|
1032 * LPsolve.cc (do_minimize): Print sorry not implemented message. |
|
1033 (LPsolve::set_default_options)): Delete |
|
1034 * LPsolve.h (class LPsolve): Add operator =, copy constructor, and |
|
1035 destructor. |
|
1036 |
|
1037 * LP.h (class LP): Add operator =, copy constructor, and destructor. |
|
1038 |
|
1039 * QPSOL.h (QPSOL::QPSOL (const QPSOL&)): New constructor. |
|
1040 (QPSOL::operator =): Call base class operator = instead of assuming |
|
1041 we know what to copy. |
|
1042 |
|
1043 * base-min.h (size): New function. |
|
1044 |
|
1045 * NLP.h (NLP::size): Delete. |
|
1046 (NLP::NLP (const NLP&)): New constructor. |
|
1047 (NLP::operator =): Call base class operator = instead of assuming |
|
1048 we know what to copy. |
|
1049 |
|
1050 * NPSOL.h, NPSOL.cc (NPSOL::option): Delete. |
|
1051 (class NPSOL): Add operator = and destructor. |
|
1052 |
|
1053 * NPSOL.h: Add NPSOL_options() to list of constructor initalizers. |
|
1054 |
|
1055 Fri Feb 2 22:52:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1056 |
|
1057 * Makefile.in (liboctave.a): Depend on $(PICOBJ). |
|
1058 |
|
1059 Wed Jan 31 05:29:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1060 |
|
1061 * dMatrix.cc (Givens, Sylvester, Matrix::expm): New functions. |
|
1062 * CMatrix.cc (Givens, Sylvester, ComplexMatrix::expm): Ditto. |
|
1063 |
|
1064 Mon Jan 29 00:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1065 |
|
1066 * prog-args.h, prog-args.cc: New files. |
|
1067 * Makefile.in: Add them to lists. |
|
1068 |
|
1069 * getopt.h, getopt.c, getopt1.c: New files. |
|
1070 * Makefile.in: Add them to the lists. |
|
1071 |
|
1072 * oct-term.h, oct-term.cc: New files. |
|
1073 * Makefile.in: Add them to the lists. |
|
1074 |
|
1075 * str-vec.cc: New file. |
|
1076 * Makefile.in (SOURCES): Add it to the list. |
|
1077 |
|
1078 * file-ops.cc (oct_tmpnam): Move here from src/utils.cc. |
|
1079 |
|
1080 * tempname.c, tempnam.c: Move here from src directory. |
|
1081 * Makefile.in: Add to lists. |
|
1082 |
|
1083 Sun Jan 28 23:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1084 |
|
1085 * cmd-hist.h, cmd-hist.cc: New files. |
|
1086 * Makefile.in: Add them to lists. |
|
1087 |
|
1088 Thu Jan 25 20:36:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1089 |
|
1090 * oct-glob.h, oct-glob.cc: New files. |
|
1091 * Makefile.in: Add them to lists. |
|
1092 |
|
1093 Wed Jan 24 01:55:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1094 |
|
1095 * pathsearch.h, pathsearch.cc: New files. |
|
1096 * Makefile.in: Add them to lists. |
|
1097 |
|
1098 * dir-ops.h, dir-ops.cc: New files. |
|
1099 * sysdir.h: Move here from src directory. |
|
1100 * Makefile.in: Add them to lists. |
|
1101 |
|
1102 * Array.h (Array::qsort): Return *this, not void. |
|
1103 * str-vec.h (string_vector::qsort): Likewise. |
|
1104 |
|
1105 * chMatrix.cc (row_as_string): Resize result to eliminate |
|
1106 unnecessary NULs. |
|
1107 |
|
1108 Tue Jan 23 00:40:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1109 |
|
1110 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, |
|
1111 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: |
|
1112 Files moved here from src directory. |
|
1113 * Makefile.in: Add them to lists. Include appropriate rules. |
|
1114 |
|
1115 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
1116 Use pointers, not references (this is C code!). |
|
1117 |
|
1118 * oct-math.h: New file. |
|
1119 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
1120 Files moved here from src directory. |
|
1121 * Makefile.in: Add them to lists. |
|
1122 |
|
1123 Sun Jan 21 22:53:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1124 |
|
1125 * idx-vector.cc (make_uniq): Fix major brain-o. |
|
1126 |
|
1127 * CmplxSCHUR.h, CmplxSCHUR.cc, dbleSCHUR.h, dbleSCHUR.cc: |
|
1128 Convert to use string class instead of char*. |
|
1129 |
|
1130 * str-vec.h, Array-str.cc: New files. |
|
1131 |
|
1132 * Array.h (Array::qsort): New function. |
|
1133 |
|
1134 Fri Jan 12 01:45:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1135 |
|
1136 * Array.h: Nest ArrayRep class inside Array class. |
|
1137 Refer to ArrayRep, not ArrayRep<T>. |
|
1138 Move all ArrayRep functions inline. |
|
1139 Don't declare other Array classes as friends of ArrayRep. |
|
1140 * Array.cc: Delete ArrayRep functions. |
|
1141 * Array-idx.h: Refer to ArrayRep, not ArrayRep<T>. |
|
1142 |
|
1143 * Array-C.cc, Array-ch.cc, Array-d.cc, Array-i.cc, Array-s.cc: |
|
1144 Don't instantiate ArrayRep objects. |
|
1145 |
|
1146 Wed Jan 10 04:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1147 |
|
1148 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
1149 New constructor. |
|
1150 |
|
1151 Tue Jan 9 04:44:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1152 |
|
1153 * dbleGEPBAL.cc (GEPBALANCE::init): Use string instead of char* |
|
1154 for balance_job arg. |
|
1155 * dbleAEPBAL.cc (AEPBALANCE::init): Likewise. |
|
1156 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Likewise. |
|
1157 |
|
1158 * chMatrix.cc (row_as_string): Return string, not const char*. |
|
1159 |
|
1160 Mon Jan 8 03:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1161 |
|
1162 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. |
|
1163 |
|
1164 * chMatrix.cc (row_as_string): Undo previous change. |
|
1165 |
|
1166 Sun Jan 7 19:50:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1167 |
|
1168 * chMatrix.cc (row_as_string): Do memory management here. Caller |
|
1169 is expected to save string if necessary. |
|
1170 |
|
1171 Sat Jan 6 19:28:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1172 |
|
1173 * Array.h (class DiagArray): Enable nested Proxy class for all |
|
1174 platforms. |
|
1175 |
|
1176 * Array.cc (Array<T>::operator = (const Array<T>&)): If rep == |
|
1177 a.rep, don't mess with count. |
|
1178 * Array.h (Array2<T>& operator = (const Array2<T>&)): Likewise, |
|
1179 don't do anything if reps are the same. |
|
1180 (Array3<T>& operator = (const Array3<T>&) |
|
1181 |
|
1182 * Array.h (ArrayRep<T>::operator = (const ArrayRep<T>&)): |
|
1183 Declare private with no definition to prevent misuse. |
|
1184 |
|
1185 * Array.cc (Array2<T>::insert (const Array2<T>&, int, int)): |
|
1186 Get range check right. |
|
1187 * dMatrix.cc (Matrix::insert (const RowVector&, int, int)): Ditto. |
|
1188 (Matrix::insert (const ColumnVector&, int, int)): Ditto. |
|
1189 (Matrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
1190 * CMatrix.cc (ComplexMatrix::insert (const Matrix&, int, int)): Ditto. |
|
1191 (ComplexMatrix::insert (const RowVector&, int, int)): Ditto. |
|
1192 (ComplexMatrix::insert (const ColumnVector&, int, int)): Ditto. |
|
1193 (ComplexMatrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
1194 (ComplexMatrix::insert (const ComplexRowVector&, int, int)): Ditto. |
|
1195 (ComplexMatrix::insert (const ComplexColumnVector&, int, int)): Ditto. |
|
1196 (ComplexMatrix::insert (const ComplexDiagMatrix&, int, int)): Ditto. |
|
1197 * dRowVector.cc (RowVector::insert (const RowVector&, int)): Ditto. |
|
1198 * dColVector.cc |
|
1199 (ColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
1200 * CRowVector.cc |
|
1201 (ComplexRowVector::insert (const RowVector&, int)): Ditto. |
|
1202 (ComplexRowVector::insert (const ComplexRowVector&, int)): Ditto. |
|
1203 * CColVector.cc |
|
1204 (ComplexColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
1205 (ComplexColumnVector::insert (const ComplexColumnVector&, int)): Ditto. |
|
1206 |
|
1207 * dMatrix.cc (Matrix::insert (const DiagMatrix&, int, int)): |
|
1208 Also fill in zeros, not just the diagonal. |
|
1209 |
|
1210 * CDiagMatrix.cc (ComplexDiagMatrix::fill (double, int, int)): |
|
1211 Use END parameter properly. |
|
1212 (ComplexDiagMatrix::fill (const Complex&, int, int)): Ditto. |
|
1213 * dDiagMatrix.cc (DiagMatrix::fill (double, int, int)): Ditto. |
|
1214 |
|
1215 * Array.h (ArrayRep<T>::ArrayRep (void)): Set count to 1 here. |
|
1216 (ArrayRep<T>::ArrayRep (T *, int)): Likewise. |
|
1217 * Array.cc (ArrayRep<T>::ArrayRep (const ArrayRep<T>&)): |
|
1218 Don't copy count. Set it to 1. |
|
1219 (ArrayRep<T>::ArrayRep (int)): Set count to 1 here. |
|
1220 |
|
1221 * Array.h (Array<T>::Array (T *, int)): After constructing rep, |
|
1222 don't set rep->count to 1 here (now handled by ArrayRep |
|
1223 constructors). |
|
1224 (Array<T>::Array (void)): Ditto. |
|
1225 (Array<T>::Array (int)): Ditto. |
|
1226 (Array<T>::T& elem (int)): Ditto. |
|
1227 * Array-idx.h (Array<T>::maybe_delete_elements (idx_vector&)): Ditto. |
|
1228 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Ditto. |
|
1229 * Array.cc: (Array<T>::Array (int, const T&)): Ditto. |
|
1230 (Array<T>::resize (int)): Ditto. |
|
1231 (Array<T>::resize (int, const T&)) :Ditto. |
|
1232 (Array<T>::fortran_vec (void)): Ditto. |
|
1233 (Array2<T>::resize (int, int)): Ditto. |
|
1234 (Array2<T>::resize (int, int, const T&)): Ditto. |
|
1235 (DiagArray<T>::resize (int, int)): Ditto. |
|
1236 (DiagArray<T>::resize (int, int, const T&)): Ditto. |
|
1237 |
|
1238 Sun Dec 31 21:23:26 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1239 |
|
1240 * Array-ch.cc: Rename from Array-c.cc. |
|
1241 * MArray-ch.cc: Rename from MArray-c.cc. |
|
1242 * chMatrix.cc: Rename from cMatrix.cc. |
|
1243 * chMatrix.h: Rename from cMatrix.h. |
|
1244 * Makefile.in (TI_SRC): Use new names here. |
|
1245 * mx-base.h: Likewise. |
|
1246 |
|
1247 Fri Dec 29 21:45:00 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1248 |
|
1249 * Makefile.in: Handle shared libraries. |
|
1250 |
|
1251 Thu Dec 28 14:18:34 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1252 |
|
1253 * CRowVector.cc (operator * (ComplexRowVector, ComplexMatrix)): |
|
1254 Correctly compute length of return value. Correct rows and |
|
1255 columns in zgemv call. |
|
1256 * dRowVector.cc (operator * (RowVector, Matrix)): Likewise. |
|
1257 |
|
1258 Tue Dec 26 00:37:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1259 |
|
1260 * Makefile.in (stamp-picdir): New target. |
|
1261 (all): Depend on it. |
|
1262 |
|
1263 Sun Dec 24 03:10:41 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1264 |
|
1265 * Makefile.in (INCLUDES): Remove QLD.h. |
|
1266 (SOURCES): Remove QLD.cc. |
|
1267 |
|
1268 Wed Dec 20 00:43:46 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1269 |
|
1270 * dMatrix.cc (Matrix::inverse): New arg, force. |
|
1271 If force is nonzero, invert even if matrix is singular. |
|
1272 (ComplexMatrix::inverse): Likewise. |
|
1273 |
|
1274 * dRowVector.cc, mx-inlines.cc, dMatrix.cc, dDiagMatrix.cc, |
|
1275 dColVector.cc,MArray-C.cc, CmplxDET.cc, CRowVector.cc, CMatrix.cc, |
|
1276 CDiagMatrix.cc, CColVector.cc, Array-C.cc, CmplxDET.h, CMatrix.h: |
|
1277 Include "oct-cmplx.h" instead of <Complex.h>. |
|
1278 |
|
1279 * mx-defs.h: Include oct-cmplx.h in place of forward declaration |
|
1280 for class Complex. |
|
1281 |
|
1282 * oct-cmplx.h: New file. |
|
1283 * Makefile.in (INCLUDES): Add it to the list. |
|
1284 |
|
1285 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep): Don't redeclare len. |
|
1286 (IDX_VEC_REP::maybe_convert_one_zero_to_idx): Don't redeclare count. |
|
1287 (IDX_VEC_REP::freeze): Don't redeclare max_val and min_val. |
|
1288 (intcmp, sort_data, make_uniq, copy_data, IDX_VEC_REP::print): |
|
1289 Avoid g++ bugs. |
|
1290 |
|
1291 Tue Nov 14 14:24:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1292 |
|
1293 * Array-idx.h (maybe_delete_elements): Give useful error message. |
|
1294 |
|
1295 * dbleSCHUR.cc, dbleSVD.cc: Include iostream.h. |
|
1296 |
|
1297 Mon Nov 13 08:35:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1298 |
|
1299 * CDiagMatrix.cc (inverse): Return retval, not *this. |
|
1300 * dDiagMatrix.cc (inverse): Use same method as for Complex case. |
|
1301 |
|
1302 Sat Nov 4 05:06:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1303 |
|
1304 * Array.h, Array.cc, Array-idx.h [HEAVYWEIGHT_INDEXING]: Keep |
|
1305 index vector object with Array, not ArrayRep. |
|
1306 |
|
1307 Fri Nov 3 06:52:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1308 |
|
1309 * Array-idx.h (assign (Array2<T>&, const Array2<T>&): Don't fail |
|
1310 if index is a colon and resizing is maybe needed. |
|
1311 |
|
1312 Tue Oct 31 17:40:01 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1313 |
|
1314 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Don't return true |
|
1315 if we have a vector of 1's. |
|
1316 |
|
1317 * Array-idx.h (assign (Array2<LT>&, Array2<RT>&): If lhs has no |
|
1318 current orientation, require index and rhs to conform unless |
|
1319 do_fortran_indexing flag is set. |
|
1320 |
|
1321 Sun Oct 15 23:32:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1322 |
|
1323 * Array-d.cc, Array-C.cc, mx-base.h, mx-inlines.cc, dDiagMatrix.h, |
|
1324 CDiagMatrix.h, CMatrix.cc, CMatrix.h, dMatrix.h, mx-defs.h, |
|
1325 cMatrix.h, MArray.cc, MArray.h, MArray-i.cc, MArray-c.cc, |
|
1326 MArray-s.cc, Array.h, Array.cc, Array-c.cc, Array-i.cc, |
|
1327 Array-s.cc, cMatrix.cc, Array-idx.h, dMatrix.cc: |
|
1328 Massive changes to support additional data types. Only charMatrix |
|
1329 is currently used in Octave. |
|
1330 |
|
1331 Thu Oct 12 02:22:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1332 |
|
1333 * Array.cc (Array2<T>::insert (Array2<T>&, int, int): New function. |
|
1334 * CMatrix.cc (ComplexMatrix::insert (ComplexMatrix&, int, int): |
|
1335 Simply call Array2<Complex> version. |
|
1336 * dMatrix.cc (Matrix::insert (Matrix&, int, int): Similarly, just |
|
1337 call Array2<double> version. |
|
1338 |
|
1339 * Array-C.cc, Array-d.cc: Instantiate new assign functions too. |
|
1340 |
|
1341 * Array.h, Array.cc: Massive overhaul to support new way of |
|
1342 handling indexing. |
|
1343 * idx-vector.h, idx-vector.cc: Likewise. |
|
1344 * Array-ext.cc, Array-idx.h: New files. |
|
1345 * Makefile.in: Add them to the appropriate lists. |
|
1346 |
|
1347 Wed Oct 11 00:49:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1348 |
|
1349 * Range.cc (nelem_internal): Use tfloor here, not round. |
|
1350 |
|
1351 Sun Oct 8 18:21:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1352 |
|
1353 * idx-vector.h, idx-vector.cc: New files, moved from ../src. |
|
1354 * Makefile.in (SOURCES, INCLUDES): Include them in the lists. |
|
1355 |
|
1356 Sat Oct 7 19:07:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1357 |
|
1358 * CMatrix.cc (pseudo_inverse): Avoid bogus g++ warning. |
|
1359 |
|
1360 * Array.h: Move simple member functions here. |
|
1361 * Array.cc: From here. |
|
1362 |
|
1363 Fri Oct 6 00:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1364 |
|
1365 * Range.cc (tfloor, tceil, round): New static functions. |
|
1366 (Range::nelem_internal): Rewrite to use better method. |
|
1367 |
|
1368 * dbleSVD.h (SVD::type): New item, sigma_only. |
|
1369 (type_computed): New var. |
|
1370 * dbleSVD.cc (left_singular_matrix, right_singular_matrix): |
|
1371 Handle possible error condition. |
|
1372 (init): Allow for SVD::sigma_only, save type computed. |
|
1373 * CmplxSVD.cc (left_singular_matrix, right_singular_matrix): |
|
1374 Handle possible error condition. |
|
1375 (init): Allow for SVD::sigma_only, save type computed. |
|
1376 |
|
1377 Wed Oct 4 15:33:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1378 |
|
1379 * Nearly all non-matrix .h and .cc files: |
|
1380 Move short function bodies into class declarations for inlining. |
|
1381 Generally clean up. |
|
1382 |
|
1383 * base-min.h: New file. |
|
1384 * LP.h (class LP): Derive from base_minimizer. |
|
1385 * QLP.h (class QLP): Derive from base_minimizer. |
|
1386 * NLP.h (class NLP): Derive from base_minimizer. |
|
1387 * Makefile.in (INCLUDES): Add base-min.h to the list. |
|
1388 |
|
1389 * Makefile.in (SOURCES): Delete DAEFunc.cc, LP.cc, NLConst.cc, |
|
1390 NLFunc.cc, Objective.cc and QP.cc from list. |
|
1391 |
|
1392 Tue Sep 26 04:14:23 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1393 |
|
1394 * dbleSCHUR.cc (select_ana): Remove name of unused parameter. |
|
1395 (SCHUR::SCHUR): Delete unused parameter ord. |
|
1396 * CmplxSCHUR.h (ComplexSCHUR::CmplxSCHUR): Likewise. |
|
1397 |
|
1398 * CRowVector.cc |
|
1399 (ComplexRowVector::operator+ (const Complex&, const RowVector&), |
|
1400 (ComplexRowVector::operator- (const Complex&, const RowVector&), |
|
1401 (ComplexRowVector::operator* (const Complex&, const RowVector&), |
|
1402 (ComplexRowVector::operator/ (const Complex&, const RowVector&)): |
|
1403 Actually do something. |
|
1404 |
|
1405 * dMatrix.cc (Matrix::lssolve (ComplexMatrix&)): Use dummy vars. |
|
1406 (Matrix::lssolve (ComplexMatrix&, int&)): Likewise. |
|
1407 (Matrix::lssolve (ComplexMatrix&, int&, int&)): Likewise. |
|
1408 |
|
1409 * Quad.cc (Quad_options::Quad_options (double, double)): New function. |
|
1410 * (Quad::Quad (integrand_fcn, double, double): Properly initialize |
|
1411 tolerances. |
|
1412 |
|
1413 * DAE.cc (ddassl_f, ddassl_j): Remove names of unused parameters. |
|
1414 * LPsolve.cc (LPsolve::minimize): Likewise. |
|
1415 * NPSOL.cc (NPSOL::option, npsol_confun, npsol_objfun): Likewise. |
|
1416 * ODE.cc (lsode_f, lsode_j): Likewise. |
|
1417 * QPSOL.cc (qphess): Likewise. |
|
1418 |
|
1419 Fri Sep 22 04:14:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1420 |
|
1421 * dMatrix.cc: Include <cstring>. |
|
1422 |
|
1423 * Array.cc: Try harder to avoid warnings from gcc in functions |
|
1424 that return bogus values after calling the error handler. |
|
1425 |
|
1426 Thu Sep 14 00:56:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1427 |
|
1428 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. |
|
1429 |
|
1430 * Makefile.in (TEMPLATE_SRC): Add Array-i.cc to the list. |
|
1431 |
|
1432 Tue Aug 22 00:41:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1433 |
|
1434 * DAE.cc (dassl_f): Add UNUSED attribute for unused parameters. |
|
1435 (dassl_j): Likewise. |
|
1436 |
|
1437 * DAE.cc, NLEqn.cc, NPSOL.cc, ODE.cc, CColVector.cc, CMatrix.cc, |
|
1438 dColVector.cc, dMatrix.cc, CmplxLU.cc, dbleLU.cc, QPSOL.cc, |
|
1439 Array.cc, CollocWt.cc, FEGrid.h, LinConst.h: |
|
1440 Update for change in for loop variable scope for gcc 2.7.0. |
|
1441 |
|
1442 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1443 |
|
1444 * Makefile.in: Only include dependency files if $(omit_deps) is |
|
1445 not set. |
|
1446 |
|
1447 Mon May 1 13:26:00 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) |
|
1448 |
|
1449 * dbleSCHUR.h dbleSVD.h dbleQRP.h dbleQR.h dbleHESS.h dbleLU.h |
|
1450 dbleCHOL.h dbleGEPBAL.h dbleAEPBAL.h dbleDET.h dDiagMatrix.h |
|
1451 dColVector.h dMatrix.h dRowVector.h Quad.h Range.h QPSOL.h QLD.h |
|
1452 ODEFunc.h QP.h Objective.h NPSOL.h ODE.h NLEqn.h NLFunc.h |
|
1453 NLConst.h LinConst.h LPsolve.h LP.h FSQP.h FEGrid.h EIG.h |
|
1454 DAEFunc.h CollocWt.h DAE.h CmplxSVD.h CmplxQRP.h CmplxSCHUR.h |
|
1455 CmplxHESS.h CmplxDET.h CmplxLU.h CmplxQR.h CmplxCHOL.h |
|
1456 CmplxAEPBAL.h CRowVector.h CDiagMatrix.h Bounds.h CColVector.h |
|
1457 CMatrix.h dbleSCHUR.cc dbleSVD.cc dbleQRP.cc dbleQR.cc |
|
1458 dbleGEPBAL.cc dbleLU.cc dbleHESS.cc dbleDET.cc dbleCHOL.cc |
|
1459 dbleAEPBAL.cc dColVector.cc dRowVector.cc dMatrix.cc |
|
1460 dDiagMatrix.cc QPSOL.cc Range.cc Quad.cc QP.cc ODEFunc.cc QLD.cc |
|
1461 Objective.cc NLEqn.cc ODE.cc NPSOL.cc NLFunc.cc LPsolve.cc |
|
1462 NLConst.cc LinConst.cc FSQP.cc FEGrid.cc LP.cc DAE.cc EIG.cc |
|
1463 CollocWt.cc DAEFunc.cc CmplxSVD.cc CmplxSCHUR.cc CmplxQRP.cc |
|
1464 CmplxLU.cc CmplxQR.cc CmplxHESS.cc CmplxDET.cc CmplxCHOL.cc |
|
1465 CmplxAEPBAL.cc CRowVector.cc CColVector.cc CMatrix.cc |
|
1466 CDiagMatrix.cc Bounds.cc MArray.h MArray.cc Array.cc Array.h |
|
1467 NLP.h: Use pragma interface/implementation. Don't surround |
|
1468 contents in extern "C++". |
|
1469 * lo-error.h sun-utils.h: Don't surround contents in extern "C++". |
|
1470 |
|
1471 Tue Apr 11 10:59:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1472 |
|
1473 * f77-uscore.h (F77_FCN): Allow for possibility of uppercase |
|
1474 identifiers. |
|
1475 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
1476 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
1477 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
1478 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
1479 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
1480 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
1481 Quad.cc: Change usage of F77_FCN to match new definition |
|
1482 |
|
1483 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
1484 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
1485 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
1486 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
1487 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
1488 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
1489 Quad.cc: Where appropriate, declare Fortran subroutines to take |
|
1490 args by reference instead of pointer. Change all callers. |
|
1491 |
|
1492 Sun Apr 9 20:11:56 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1493 |
|
1494 * MArray.h (MArray2::~MArray2, MDiagArray::~MDiagArray): New |
|
1495 functions. Make += and -= operators friend functions. |
|
1496 |
|
1497 * Array.h (Array2::~Array2, Array3::~Array3, |
|
1498 DiagArray::~DiagArray): New functions. |
|
1499 |
|
1500 Wed Apr 5 21:21:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1501 |
|
1502 * Makefile.in (EXTRAS): Don't distribute mx-kludge.cc. |
|
1503 (MATRIX_INC): Don't distribute mx-kludge.h. |
|
1504 |
|
1505 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
1506 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
1507 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
1508 dRowVector.h dRowVector.cc: |
|
1509 Derive classes from MArray, MArray2, and MDiagArray, not Array, |
|
1510 Array2, and DiagArray2. |
|
1511 Don't use functions defined in mx-kludge.cc for arithmetic |
|
1512 like-type operations on arrays. |
|
1513 |
|
1514 * MArray.cc: Use the classes defined here like-type mathematical |
|
1515 operations on Array objects. Abuse CPP more. |
|
1516 * Makefile.in (TEMPLATE_SRC): Add it to the list. |
|
1517 (EXTRAS): Delete it from this list. |
|
1518 |
|
1519 * MArray-C.cc, MArray-d.cc: New files. |
|
1520 * Makefile.in (TI_SRC): Add them to the list. |
|
1521 |
|
1522 Tue Apr 4 14:13:46 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1523 |
|
1524 * mx-kludge.cc: Abuse CPP even more. |
|
1525 |
|
1526 Mon Apr 3 21:05:30 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1527 |
|
1528 * Objective.h (objective_function): Add missing const. |
|
1529 (gradient_function): Likewise. |
|
1530 |
|
1531 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
1532 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
1533 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
1534 dRowVector.h dRowVector.cc: |
|
1535 Reorganize to declare and define friends where they should be, |
|
1536 based on the use of private constructors. |
|
1537 |
|
1538 Fri Mar 31 10:09:40 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1539 |
|
1540 * CRowVector.h (linspace): Add declaration. |
|
1541 * dRowVector.h (linspace): Likewise. |
|
1542 |
|
1543 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): |
|
1544 Force result of rcond + 1.0 to be stored. |
|
1545 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
|
1546 ComplexMatrix::solve): Likewise. |
|
1547 |
|
1548 See ChangeLog.1 in the top level directory for earlier changes. |