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