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