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