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