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