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