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