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