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