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