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