3465
|
1 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * oct-time.h, oct-time.cc (octave_strptime): New class. |
|
4 |
|
5 * strptime.c: New file, from glibc 2.1.2. |
|
6 * Makefile.in (SOURCES): Add strptime.c to the list. |
|
7 |
3419
|
8 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9 |
|
10 * MArray.h (MArray <const Array<T>&)): New constructor. |
|
11 |
3415
|
12 2000-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
13 |
|
14 * pathsearch.cc (dir_path::all_directories): Avoid dereferencing |
|
15 NULL directory list returned from kpse_element_dirs |
|
16 |
3375
|
17 1999-12-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
18 |
|
19 * dbleLU.cc (LU::LU): Call DGETRF directly instead of calling DGESV. |
|
20 * CmplxLU.cc (ComplexLU::ComplexLU): Likewise, call ZGETRF |
|
21 directly, instead of calling ZGESV. |
|
22 |
3358
|
23 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
24 |
|
25 * data-conv.cc (init_sized_type_lookup_table): New function. |
|
26 (string_to_data_type): Use it to improve lookup of data types. |
|
27 |
3354
|
28 1999-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
29 |
|
30 * dMatrix.cc (is_symmetric): Move here from Array2.cc. |
|
31 * Array2.h (is_symmetric): Delete declaration. |
|
32 |
3347
|
33 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
34 |
|
35 * oct-env.cc (do_get_user_name): Reverse sense of test. |
|
36 |
3344
|
37 1999-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
38 |
|
39 * oct-time.cc (Fstrftime): Undo previous change. |
|
40 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
41 |
3334
|
42 1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
43 |
3336
|
44 * dbleSVD.cc (SVD::init): Let DGESVD determine work space requirement. |
|
45 * CmplxSVD.cc (ComplexSVD::init): Likewise, for complex version. |
|
46 |
3334
|
47 * dbleSCHUR.cc (SCHUR::init): IWORK is always referenced by dgeesx. |
|
48 Don't forget to pass length of third string argument to dgeesx. |
|
49 |
|
50 * CmplxSCHUR.cc (ComplexSCHUR::init): Don't forget to pass length |
|
51 of third string argument to zgeesx. |
|
52 |
3333
|
53 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
54 |
|
55 * DiagArray2.cc (DiagArray2<T>::operator () (int, int)): |
|
56 On errors, simply return `T ()'. |
|
57 (DiagArray2<T>::checkelem (int, int)): Likewise. |
|
58 |
3331
|
59 1999-11-02 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
60 |
|
61 * dMatrix.cc (Matrix::expm): Do balancing here instead of using |
|
62 AEPBALANCE class. |
|
63 * CMatrix.cc (ComplexMatrix::expm): Likewise. |
|
64 |
3325
|
65 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
66 |
|
67 * oct-shlib.cc, oct-shlib.h: New files. |
|
68 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
69 |
3322
|
70 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
71 |
|
72 * CRowVector.cc (linspace): Allow npoints == 1 if x1 == x2. |
|
73 * dRowVector.cc (linspace): Ditto. |
|
74 |
|
75 * oct-time.cc (Fstrftime): Don't save or delete tm_zone. |
|
76 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
77 |
3312
|
78 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
79 |
|
80 * DASSL.cc (DASSL::do_integrate (double)): If we have a function |
|
81 to evaluate the Jacobian, set info(4), not iwork(4). |
|
82 Set rwork(1) to the maximum step size, not rwork(2). |
|
83 |
3290
|
84 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
85 |
|
86 * oct-time.cc: Include <climits>. |
|
87 |
3281
|
88 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
89 |
|
90 * cmd-edit.h (command_editor::do_resize_terminal): New function. |
|
91 * cmd-edit.cc (command_editor::resize_terminal): New function. |
|
92 (gnu_readline::do_resize_terminal): New function. |
|
93 |
3268
|
94 Fri Sep 3 12:39:17 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
95 |
|
96 * lo-mappers.cc: Include ieeefp.h and sunmath.h if we have them. |
|
97 * lo-ieee.c: Likewise. |
|
98 Delete extern "C" declarations for infinity and quiet_nan. |
|
99 |
3262
|
100 Fri Aug 20 07:58:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
101 |
3263
|
102 * mx-inlines.cc (VS_OP, SV_OP, VV_OP): Delete `extern template' decls. |
|
103 (VS_OP_FCN, SV_OP_FCN, VV_OP_FCN): Declare template functions |
|
104 `inline', not `static inline'. |
|
105 |
3262
|
106 * idx-vector.cc (intcmp): Declare args as const void *, not int *, |
|
107 then cast to const int * to compare. |
|
108 |
3257
|
109 Fri Jul 16 11:23:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
110 |
|
111 * DAEFunc.h: Remove useless preprocessor conditional. |
|
112 |
3255
|
113 Thu Jul 15 14:10:33 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
114 |
3257
|
115 * cmd-edit.cc (command_editor::do_decode_prompt_string): |
|
116 Use octave_time object instead of time_t. |
|
117 |
|
118 * file-stat.h (file_stat::fs_atime, file_stat::fs_mtime, |
|
119 file_stat::fs_ctime): Now octave_time objects. |
|
120 (file_stat::atime, file_stat::mtime, file_stat::ctime): |
|
121 Return octave_time objects. |
|
122 (file_stat::is_newer): Args are now octave_time objects instead of |
|
123 time_t. |
|
124 |
3255
|
125 * oct-time.h (octave_time::as_double): Delete. |
|
126 (octave_time::operator double ()): New function. |
|
127 (octave_time::operator time_t ()): New function. |
|
128 (octave_time::ctime): New function. |
|
129 (octave_base_tm::strftime): Renamed from format_as_string. |
|
130 (octave_base_tm::asctime): New function. |
|
131 (operator == (const octave_time&, const octave_time&), |
|
132 operator != (const octave_time&, const octave_time&), |
|
133 operator < (const octave_time&, const octave_time&), |
|
134 operator <= (const octave_time&, const octave_time&), |
|
135 operator > (const octave_time&, const octave_time&), |
|
136 operator >= (const octave_time&, const octave_time&)): |
|
137 New comparison functions. |
|
138 |
|
139 * strftime.c: Move here from src directory. |
|
140 * Makefile.in (SOURCES): Add it to the list. |
|
141 |
|
142 * oct-time.h (octave_time::octave_time (time_t)): New constructor. |
|
143 |
3253
|
144 Wed Jul 14 17:38:07 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
145 |
|
146 * oct-time.h, oct-time.cc: New files. |
|
147 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
148 |
|
149 * systime.h: Move here from src directory. |
|
150 * Makefile.in (INCLUDES): Add it to the list. |
|
151 |
3248
|
152 Mon Jul 12 22:34:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
153 |
|
154 * mx-defs.h (b_d_Mapper, b_c_Mapper): New typedefs. |
|
155 * dMatrix.cc (Matrix::map (b_d_Mapper)): New function. |
|
156 * CMatrix.cc (ComplexMatrix::map (b_c_Mapper)): New function. |
|
157 * lo-mappers.cc (xisinf, xisnan, xfinite): Return bool, not double. |
|
158 |
|
159 * lo-mappers.cc (xmin, xmax): New functions to correctly handle NaNs. |
|
160 |
3243
|
161 Mon May 10 07:45:11 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
162 |
|
163 * MArray-defs.h (DO_VV_OP2): Fix macro definition to use arg. |
|
164 |
|
165 Wed May 5 20:06:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
166 |
|
167 * Array2-idx.h (Array2<T>index (idx_vector& idx)): Always return a |
|
168 column vector for A(:), for compatibility with Matlab. |
|
169 |
|
170 Fri Apr 23 11:52:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
171 |
|
172 * LSODE.cc (LSODE::do_integrate (double)): Don't forget to set |
|
173 iopt when there are optional inputs in rwork or iwork. |
|
174 |
3238
|
175 Fri Mar 26 11:26:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
176 |
|
177 * Makefile.in (libraries): Use the libfoo.a(objects) method of |
|
178 creating static libs. |
|
179 |
|
180 Thu Mar 4 02:17:04 1999 James Macnicol <jamesm@evans.ee.adfa.oz.au> |
|
181 |
|
182 * data-conv.cc (oct_data_conv::string_to_data_type): Handle uint16 |
|
183 and uint32 data types. |
|
184 |
|
185 Thu Mar 4 01:51:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
186 |
|
187 * lo-ieee.cc (octave_ieee_init): Don't use __alpha__-specific code |
|
188 for Linux. Remove old Linux-specific code. |
|
189 |
3233
|
190 Tue Jan 19 09:34:55 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
191 |
|
192 * dMatrix.cc (operator * (const ColumnVector& v, const RowVector& a)): |
|
193 Don't require lengths to be equal. |
|
194 * CMatrix.cc (operator * (const ComplexColumnVector& v, const |
|
195 ComplexRowVector& a)): Likewise |
|
196 |
3225
|
197 Tue Nov 24 23:38:19 1998 Eric Norum <eric@skatter.USask.Ca> |
|
198 |
|
199 * statdefs.h: Only define mode_t if not already defined. |
|
200 |
|
201 Tue Nov 24 17:24:52 1998 john <john@arrows.demon.co.uk> |
|
202 |
|
203 * lo-specfun.cc (airy, biry): Set imaginary part of result to zero |
|
204 when appropriate. |
|
205 |
|
206 Mon Nov 23 09:57:05 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
207 |
|
208 * cmd-edit.cc (gnu_readline::gnu_readline): Set terminal name |
|
209 before calling rl_initialize. |
|
210 |
3220
|
211 Tue Nov 17 23:47:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
212 |
|
213 * lo-specfun.cc (besselh, airy, biry): New functions. |
|
214 Update Bessel function support to use library by D. E. Amos. |
|
215 |
3219
|
216 Thu Nov 12 17:44:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
217 |
|
218 * cmd-edit.h (command_editor::readline): Add new variation that |
|
219 allows EOF information to be passed back to caller. |
|
220 |
|
221 * dMatrix.cc (Matrix::read): Do the right thing for EOF when |
|
222 amount of data to read is unspecified. |
|
223 |
3215
|
224 Tue Nov 10 07:53:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
225 |
3219
|
226 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): New macro. |
|
227 (DEFINE_OCTAVE_ALLOCATOR): Ditto. |
|
228 |
3215
|
229 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, swap_8_bytes): |
|
230 Add volatile qualifier to void* arg. |
|
231 Cast volatile void* arg to volatile char*. |
|
232 |
|
233 Mon Nov 9 08:28:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
234 |
|
235 * cmd-edit.h (command_editor::do_set_event_hook): New function. |
|
236 (command_editor::do_restore_event_hook): Ditto. |
|
237 * cmd-edit.cc (command_editor::set_event_hook): Ditto. |
|
238 (command_editor::restore_event_hook): Ditto. |
|
239 (gnu_readline::do_set_event_hook): Ditto. |
|
240 (gnu_readline::do_restore_event_hook): Ditto. |
|
241 (gnu_readline::previous_event_hook): New data member. |
|
242 (gnu_readline::gnu_readline): Initialize previous_event_hook. |
|
243 |
3206
|
244 Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
245 |
|
246 * Makefile.in (BINDISTLIBS): Don't include .$(SHLEXT_VER) in name. |
|
247 |
|
248 * Makefile.in (stmp-pic): New target. |
|
249 ($(PICOBJ)): Depend on stmp-pic, not pic. |
|
250 (clean): Remove stmp-pic |
|
251 |
|
252 * Makefile.in: Undo previous change to avoid optmization when |
|
253 compiling lo-ieee.cc. |
|
254 |
|
255 Sun Nov 1 10:10:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
256 |
|
257 * lo-mappers.cc (xfinite): Define in terms of xfinite for real and |
|
258 imaginary parts. |
|
259 (xisinf): Define in terms of xisinf for real and imaginary parts. |
|
260 |
3203
|
261 Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
262 |
|
263 * boolMatrix.cc (boolMatrix::operator !): New function. |
|
264 |
3196
|
265 Fri Oct 23 21:46:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
266 |
|
267 * pathsearch.h (dir_path::default_path): New data member. |
|
268 * pathsearch.cc (dir_path::init): Use it. |
|
269 |
|
270 * Makefile.in: Avoid optmization when compiling lo-ieee.cc. |
|
271 |
3189
|
272 Fri Oct 16 01:08:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
273 |
|
274 * chMatrix.cc (charMatrix::extract): New function. |
|
275 (charMatrix::charMatrix (char c)): New constructor. |
|
276 |
|
277 Tue Oct 13 22:11:08 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
278 |
|
279 * cmd-edit.h: (command_editor::do_read_init_file): New function. |
|
280 * cmd-edit.cc (command_editor::read_init_file): New function. |
|
281 (gnu_readline::do_read_init_file): Likewise. |
|
282 |
3185
|
283 Fri Sep 25 14:26:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
284 |
|
285 * oct-env.cc (octave_env::do_get_home_directory): |
|
286 If HOME can't be found, set it to "/". |
|
287 (octave_env::do_get_user_name) |
|
288 If user name can't be found, set it to "unknown". |
|
289 (octave_env::do_get_host_name) |
|
290 If host name can't be found, set it to "unknown". |
|
291 |
|
292 * pathsearch.h (dir_path::rehash): New function. |
|
293 * pathsearch.cc (dir_path::init): Clear kpathsea's internal |
|
294 diretcory cache before doing initialization. |
|
295 |
3180
|
296 Thu Sep 24 13:23:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
297 |
3185
|
298 * dMatrix.cc (Qzval): Delete. |
|
299 (qzhes, qzit, qzval): Delete F77_FCN declarations. |
|
300 * dMatrix.h (Qzval): Delete declaration. |
|
301 |
|
302 * dbleGEPBAL.h, dbleGEPBAL.cc: Delete. |
|
303 * Makefile.in (MATRIX_INC, MATRIX_SRC): Delete them from the lists. |
|
304 * mx-ext.h: Don't include dbleGEPBAL. |
|
305 |
3180
|
306 * lo-ieee.cc (octave_ieee_init): For now, use X_CAST instead of |
|
307 static_cast. |
|
308 |
|
309 Fri Sep 4 10:58:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
310 |
|
311 * dMatrix.cc (Matrix::read): Skip after reading, not before. |
|
312 From: Dr.-Ing. Torsten Finke <fi@igh-essen.com>. |
|
313 |
|
314 Wed Sep 2 09:50:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
315 |
|
316 * lo-ieee.cc (octave_ieee_init): For Linux on arm, don't rely on |
|
317 HUGE_VAL and NAN. |
|
318 |
|
319 Wed Aug 26 15:04:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
320 |
|
321 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
322 Handle x(i) = scalar for do_fortran_indexing == 1. |
|
323 |
|
324 Thu Jul 30 00:34:10 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
325 |
|
326 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const charMatrix&)): |
|
327 Alloctate space before attempting to use it. |
|
328 (ComplexMatrix::ComplexMatrix (const boolMatrix&)): Likewise. |
|
329 |
3178
|
330 Mon Jun 22 17:04:27 1998 Tomislav Goles <tom@ait-tech.com> |
|
331 |
|
332 * EIG.cc (EIG::init): Move invariant code outside loop. |
|
333 |
|
334 Thu Jun 18 11:08:23 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
335 |
|
336 * MArray2.cc (MARRAY_A2A2_OP): If operands are empty, make result |
|
337 have the same size as the operands. |
|
338 |
|
339 Thu May 28 10:41:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
340 |
|
341 * DASSL.cc (DASSL::do_integrate): If an exception occurs in the |
|
342 call to ddassl, set integration_error to 1 before calling the |
|
343 error handler and returning. |
|
344 * LSODE.cc (LSODE::do_integrate): Likewise. |
|
345 |
3177
|
346 Wed May 27 13:46:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
347 |
|
348 * Array2-idx.h (assign): Allow A([],[]) = scalar and, if |
|
349 do_fortran_indexing is set, A([]) = scalar. |
|
350 * Array-idx.h (assign): Allow A([]) = scalar. |
|
351 |
3176
|
352 Thu May 14 11:50:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
353 |
|
354 * mx-op-defs.h (MDM_MULTIPLY_OP): Compute result if dm_nc > 0, not |
|
355 if dm_nc == 0. |
|
356 |
3174
|
357 Thu Apr 23 16:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
358 |
|
359 * pathsearch.h (dir_path::p_orig): New field. |
|
360 * pathsearch.cc (dir_path::init): Perform variable and tilde |
|
361 expansion on the original path here. |
|
362 (dir_path::find_all): Don't do anything if not initialized. |
|
363 |
3164
|
364 Tue Apr 14 14:41:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
365 |
|
366 * Array2-idx.h (index): Allow x(:) even when do_fortran_indexing |
|
367 is not set. |
|
368 (index): Allow x = zeros (2, 0); x(1,:) to work. |
|
369 |
|
370 * lo-specfun.cc (gammainc): Use dgamit to compute |
|
371 (\int_0^x exp(-t) t^(a-1) dt)/gamma(a), not just |
|
372 \int_0^x exp(-t) t^(a-1) dt. |
|
373 |
|
374 Wed Apr 8 22:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
375 |
|
376 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-i.cc, Array-d.cc, |
|
377 Array-s.cc: Change return types of all `assign' explicit |
|
378 instantiations to be int, not void, to match the template decl in |
|
379 Array.h. |
|
380 |
3162
|
381 Mon Apr 6 00:27:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
382 |
|
383 * lo-specfun.cc (gammainc): Reorder args in call to xdgami. |
|
384 |
3156
|
385 Thu Feb 19 01:16:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
386 |
|
387 * lo-specfun.cc (xgamma, xlgamma): Define here. |
|
388 * lo-mappers.cc: Not here. |
|
389 |
|
390 * lo-specfun.h: Declare xgamma and xlgamma here. |
|
391 * lo-mappers.h: Not here. |
|
392 |
|
393 * lo-specfun.h: Never declare gamma or lgamma. |
|
394 |
3154
|
395 Tue Feb 10 16:14:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
396 |
|
397 * Array-idx.h (assign): Allow A([]) = X to succeed if X is an |
|
398 empty matrix of any dimension. |
|
399 |
3145
|
400 Thu Feb 5 02:12:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
401 |
3147
|
402 * oct-syscalls.cc (octave_syscalls::vfork): New function. |
|
403 |
3146
|
404 * lo-specfun.cc: Don't include dbleBessel.h. |
|
405 |
|
406 * Makefile.in (INCLUDES): Delete oct-math.h from the list. |
|
407 |
3145
|
408 * dir-ops.h (dir_entry::operator bool ()): Return bool, not void*. |
|
409 * file-stat.h (file_stat::operator bool ()): Likewise. |
|
410 * idx-vector.h (idx_vector::operator bool ()): Likewise. |
|
411 * oct-group.h (octave_group::operator bool ()): Likewise. |
|
412 * oct-passwd.h (octave_passwd::operator bool ()): Likewise. |
|
413 |
|
414 * data-conv.cc (IEEE_little_double_to_IEEE_big_double): |
|
415 Don't cast arg in call to swap_8_bytes. |
|
416 (IEEE_big_double_to_IEEE_little_double): Ditto |
|
417 (IEEE_big_float_to_IEEE_little_float): Don't cast arg in call to |
|
418 swap_4_bytes. |
|
419 (IEEE_little_float_to_IEEE_big_float): Ditto |
|
420 |
|
421 * oct-alloc.cc (grow): Use X_CAST, not static_cast. |
|
422 * prog-args.cc (prog_args::getopt): Likewise. |
|
423 * dMatrix.cc (read_int, do_read, write_int, do_write): Likewise. |
|
424 * cmd-edit.cc (gnu_readline::do_set_completion_function): Likewise. |
|
425 * data-conv.cc (LS_DO_READ, LS_DO_WRITE, read_doubles, write_doubles): |
|
426 Likewise. |
|
427 |
|
428 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, |
|
429 swap_8_bytes): Declare ptr arg as void*, then use cast. |
|
430 |
3141
|
431 Mon Feb 2 01:42:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
432 |
|
433 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir). |
|
434 Use $(mk-libdir-link). |
|
435 |
|
436 * file-stat.cc (file_stat::update_internal): Use stat and lstat, |
|
437 not SAFE_STAT and SAFE_LSTAT. |
|
438 (lstat): New function, defined if HAVE_LSTAT is not defined. |
|
439 * safe-xstat.hin, safe-xstat.cin: Delete. |
|
440 * Makefile.in: Delete rules for safe-stat.h, safe-stat.c, |
|
441 safe-lstat.h, and safe-lstat.cc. |
|
442 |
3136
|
443 Fri Jan 30 23:48:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
444 |
|
445 * chMatrix.cc (charMatrix::all, charMatrix::any): New functions. |
|
446 |
3130
|
447 Tue Jan 20 16:30:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
448 |
|
449 * dMatrix.cc (Matrix::expm): Skip trace normalization step if the |
|
450 trace is negative. |
|
451 * CMatrix.cc (ComplexMatrix::expm): Skip trace normalization if |
|
452 the real part of the trace is negative. |
|
453 |
|
454 Mon Jan 19 16:01:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
455 |
|
456 * dMatrix.cc (Matrix::expm): Call xdlange instead of dlange. |
|
457 * CMatrix.cc (ComplexMatrix::expm): Call xzlange instead of zlange. |
|
458 |
|
459 * Array2-idx.h (assign): Allow operations like a = 1; a(2:3) = [1;2] |
|
460 to succeed. |
|
461 |
3125
|
462 Thu Dec 18 14:53:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
463 |
|
464 * idx-vector.cc (IDX_VEC_REP::sort): Don't do anything unless len > 1. |
|
465 (make_uniq): Likewise. |
|
466 |
|
467 Fri Dec 12 10:58:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
468 |
|
469 * lo-ieee.cc (octave_ieee_init): Check for linux before __alpha__. |
|
470 |
3119
|
471 Sun Nov 30 14:59:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
472 |
3121
|
473 * lo-mappers.cc: Include cmath and lo-specfun.h, not oct-math.h. |
|
474 |
|
475 * lo-specfun.h, lo-specfun.cc: New files. |
3119
|
476 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
477 |
3121
|
478 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c, |
|
479 oct-math.h: Delete. |
|
480 * Makefile.in (SOURCES): Delete them from the list. |
|
481 |
3112
|
482 Wed Nov 26 20:02:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
483 |
|
484 * lo-sysdep.cc (octave_getcwd): Prefer getcwd over getwd. |
|
485 |
3107
|
486 Wed Nov 19 02:30:04 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
487 |
|
488 Changes to make support egcs snapshots that implement explicit |
|
489 specification of template functions according to CD2. |
|
490 |
|
491 * MArray.h: If NEED_TEMPLATE_FCN_SPECS is defined, add explicit |
|
492 template function specs for template friends. |
|
493 * MArray2.h: Likewise. |
|
494 * MDiagArray2.h: Likewise. |
|
495 |
3095
|
496 Thu Nov 13 21:57:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
497 |
|
498 * CMatrix.cc (sumsq): Compute equivalent of sum (x .* conj (x)) |
|
499 |
3092
|
500 Thu Oct 2 17:13:02 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
501 |
|
502 * CRowVector.cc (linspace): Removed attempt for implicit conversion |
|
503 to complex<double>(int) instead of complex<double>(double). |
|
504 |
|
505 * lo-mappers.cc (atanh): Ditto. |
|
506 |
3079
|
507 Thu Jul 31 22:13:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
508 |
|
509 * idx-vector.cc (IDX_VEC_REP::sort): New function. |
|
510 * idx-vector.h (idx_vector::sort): Ditto. |
|
511 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use it before |
|
512 trying to delete elements specified by the index vectors. |
|
513 |
3075
|
514 Fri Jul 25 17:31:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
515 |
|
516 * dMatrix.cc (Matrix::lssolve): Increase lwork by factor of 16. |
|
517 * CMatrix.cc (ComplexMatrix::lssolve): Ditto. |
|
518 |
3074
|
519 Thu Jul 24 14:32:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
520 |
|
521 * file-ops.cc (tilde_expand_word): Fix off-by-one error. |
|
522 |
3069
|
523 Wed Jul 9 19:40:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
524 |
|
525 * lo-sysdep.cc (octave_getcwd): If getwd is available, use it. |
|
526 Call error handler if we can't find the current directory. |
|
527 |
3068
|
528 Mon Jul 7 21:14:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
529 |
3069
|
530 * lo-mappers.cc (xisnan (double)): Return only 1 or 0. |
|
531 (xfinite (double)): Ditto. |
|
532 |
3068
|
533 * dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw. |
|
534 * CmplxQR.cc (ComplexQR::init): Ditto. |
|
535 |
3056
|
536 Sun Jun 15 21:06:37 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
537 |
|
538 * lo-mappers.cc (acos (const Complex&)): Select branch that is |
|
539 compatible with Matlab. |
|
540 |
3050
|
541 Tue Jun 10 10:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
542 |
|
543 * Array2-idx.h: Correctly handle empty matrices indexed by a |
|
544 single colon. |
|
545 |
3040
|
546 Fri Jun 6 04:27:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
547 |
3049
|
548 * lo-mappers.cc (xlgamma): Use F77_XFCN function to call dlgams. |
|
549 (xgamma): Likewise, for calling xdgamma. |
|
550 |
3042
|
551 * FSQP.h, NPSOL.h, QPSOL.h, FSQP.cc, NPSOL.cc, QPSOL.cc: Delete |
|
552 * Makefile.in (INCLUDES, SOURCES): Remove them from the lists. |
|
553 |
3040
|
554 * file-ops.cc (file_ops::tilde_expand): Steal more code from bash |
|
555 to do better job expanding tildes. |
|
556 |
|
557 * str-vec.cc (string_vector::string_vector (const char * const *): |
|
558 Use temporary variable to compute length. |
|
559 |
3029
|
560 Thu Jun 5 01:44:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
561 |
3034
|
562 * Makefile.in: Make building of static library optional. |
3036
|
563 (liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command. |
3034
|
564 |
3029
|
565 * Makefile.in (stamp-picdir): Delete. |
|
566 (pic): New target. Don't worry so much about creating pic |
|
567 directory only when it is really needed. |
|
568 (stamp-interp): Delete. |
|
569 (libraries): New target. Depend on shared library directly. |
|
570 |
3024
|
571 Wed Jun 4 00:08:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
572 |
|
573 * pathsearch.h, pathsearch.cc (dir_pat::set_program_name): |
|
574 New static function. |
|
575 |
3012
|
576 Mon Jun 2 12:44:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
577 |
|
578 * lo-mappers.cc (fix): Use floor and ceil instead of casting to int. |
|
579 |
3004
|
580 Thu May 22 16:20:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
581 |
|
582 * cmd-edit.h, cmd-edit.cc: Rename set_paren_string_delimiters to |
|
583 set_basic_quote_characters, to match new version of readline. |
|
584 |
|
585 * cmd-edit.cc (do_restore_terminal_state): Call readline function |
|
586 for restoring terminal state through rl_deprep_term_function, now |
|
587 declared in readline.h |
|
588 (rl_deprep_terminal): Delete declaration. |
|
589 |
2993
|
590 Wed May 21 16:30:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
591 |
|
592 * Makefile.in (install-in): Use new mk-includedir-link macro. |
|
593 (install-lib): Install in $octlibdir. Use new mk-libdir-link macro. |
|
594 |
2968
|
595 Thu May 15 11:46:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
596 |
|
597 * cmd-edit.cc (command_editor::increment_current_command_number): |
|
598 New static function. |
|
599 |
2964
|
600 Mon May 12 02:14:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
601 |
2966
|
602 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Make it work when |
|
603 the vector is not sorted. |
|
604 |
2964
|
605 * CMatrix.cc (ComplexMatrix::operator !): Return boolMatrix. |
|
606 * dMatrix.cc (Matrix::operator !): Likewise |
|
607 |
2941
|
608 Wed May 7 21:14:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
609 |
|
610 * oct-syscalls.h, oct-syscalls.cc: New files. |
|
611 |
|
612 * cmd-edit.h, cmd-edit.cc: Handle completion function. |
|
613 |
|
614 * str-vec.h, str-vec.cc (string_vector::uniq): New function. |
|
615 |
2938
|
616 Tue May 6 00:52:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
617 |
2941
|
618 * Makefile.in (INCLUDES_FOR_INSTALL): New variable. |
|
619 (install-inc): Use it. |
|
620 |
2938
|
621 * file-ops.h, file-ops.cc (tempnam): Add DIR and PREFIX args. |
|
622 Handle errors and missing functions consistently. |
|
623 |
|
624 * oct-group.h, oct-group.cc: New files. |
|
625 |
|
626 * oct-passwd.cc: Handle errors and missing functions consistently. |
|
627 |
|
628 * str-vec.h, str-vec.cc (c_str_vec, delete_c_str_vec): New functions. |
|
629 |
2934
|
630 Mon May 5 17:53:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
631 |
|
632 * file-ops.cc: (file_ops::tilde_expand): Use new octave_passwd class. |
|
633 * oct-env.cc (octave_env::do_get_user_name): Likewise. |
|
634 |
|
635 * oct-passwd.h, oct-passwd.cc: New files. |
|
636 |
2926
|
637 Sun May 4 22:17:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
638 |
|
639 * statdefs.h: Only include sys/types.h if HAVE_SYS_STAT_H is defined. |
|
640 |
|
641 * mach-info.h, mach-info.cc: Add missing const qualifiers. |
|
642 (instance_ok ()): New function. |
|
643 |
|
644 * glob-match.h, glob-match.cc: Rename from oct-glob.h, oct-glob.cc. |
|
645 |
|
646 * cmd-hist.h, cmd-hist.cc: Make it work without GNU readline. |
|
647 |
|
648 * lo-utils.h, lo-utils.cc (strsave, octave_putenv): Move here from |
|
649 src/utils.h and src/utils.cc. |
|
650 (octave_fgets): New function, extracted from src/input.cc. |
|
651 |
|
652 * cmd-edit.h, cmd-edit.cc: New files. Provide wrapper class for |
|
653 GNU readline, and allow Octave to work without GNU readline. |
|
654 |
|
655 * lo-sysdep.h, lo-sysdep.cc: New files for miscellaneous |
|
656 system-dependent functions. |
|
657 |
|
658 * oct-env.h, oct-env.cc: New files for process environment stuff. |
|
659 |
|
660 * file-stat.h, file-stat.cc: New files. Extract file_stat class |
|
661 from file-ops.h and file-ops.cc and move here. |
|
662 |
|
663 * file-ops.h, file-ops.cc: Wrap functions in struct. Move |
|
664 tilde_expand functions here from src/dirfns.cc. |
|
665 |
|
666 Fri May 2 19:50:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
667 |
|
668 * pathlen.h: New file, from ../src. |
|
669 |
2917
|
670 Tue Apr 29 04:39:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
671 |
|
672 * Array2-idx.h (Array2<T>::maybe_delete_elements): Prevent |
|
673 out-of-bounds indexing of the index array. |
|
674 * Array-idx.h (Array<T>::maybe_delete_elements): Likewise. |
|
675 |
2850
|
676 Fri Mar 28 15:37:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
677 |
|
678 * LSODE.h (x_step_limit): New field. |
|
679 (LSODE_options::init): Initialize it. |
|
680 (LSODE_options::copy): Copy it. |
|
681 (LSODE_options::set_step_limit, LSODE_options::step_limit): |
|
682 New functions. |
|
683 (LSODE::working_too_hard): Delete. |
|
684 * LSODE.cc (LSODE::do_integrate): Handle step limit. |
|
685 |
2844
|
686 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
687 |
|
688 * MArray-b.cc: Delete. |
|
689 * Makefile.in: Delete it from the lists. |
|
690 |
|
691 * boolMatrix.h (class bboolMatrix): Derive from Array2, not |
|
692 MArray2, since most of the numeric ops don't really make sense. |
|
693 |
2829
|
694 Tue Mar 25 17:37:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
695 |
2832
|
696 * boolMatrix.cc (boolMatrix::all, boolMatrix::any): New functions. |
|
697 |
|
698 * dMatrix.cc (Matrix::all, Matrix::any): Return boolMatrix. |
|
699 * CMatrix.cc (ComplexMatrix::all, ComplexMatrix::any): Likewise. |
|
700 |
2830
|
701 * idx-vector.h (idx_vector::idx_vector_rep::freeze, |
|
702 idx_vector::freeze): Delete prefer_zero_one arg. |
|
703 * Array-idx.h, Array2-idx.h: Change all callers. |
|
704 |
|
705 * Array-flags.h, Array-flags.cc (liboctave_pzo_flag): Delete. |
|
706 |
2829
|
707 * mx-op-defs.h: New file for operator definitions. |
|
708 * mx-cdm-cm.h, mx-cdm-cs.h, mx-cdm-dm.h, mx-cdm-m.h, mx-cdm-s.h, |
|
709 mx-cm-cdm.h, mx-cm-dm.h, mx-cm-m.h, mx-cm-s.h, mx-cs-cdm.h, |
|
710 mx-cs-dm.h, mx-cs-m.h, mx-dm-cdm.h, mx-dm-cm.h, mx-dm-cs.h, |
|
711 mx-dm-m.h, mx-dm-s.h, mx-m-cdm.h, mx-m-cm.h, mx-m-cs.h, mx-m-dm.h, |
|
712 mx-s-cdm.h, mx-s-cm.h, mx-s-dm.h, mx-cdm-cm.cc, mx-cdm-cs.cc, |
|
713 mx-cdm-dm.cc, mx-cdm-m.cc, mx-cdm-s.cc, mx-cm-cdm.cc, mx-cm-dm.cc, |
|
714 mx-cm-m.cc, mx-cm-s.cc, mx-cs-cdm.cc, mx-cs-dm.cc, mx-cs-m.cc, |
|
715 mx-dm-cdm.cc, mx-dm-cm.cc, mx-dm-cs.cc, mx-dm-m.cc, mx-dm-s.cc, |
|
716 mx-m-cdm.cc, mx-m-cm.cc, mx-m-cs.cc, mx-m-dm.cc, mx-s-cdm.cc, |
|
717 mx-s-cm.cc, mx-s-dm.cc: |
|
718 New files for mixed-type operations. |
|
719 * Makefiles.in: Add them to the appropriate lists. |
|
720 |
|
721 * mx-inlines.cc: Add bool by bool EQ ops. |
|
722 |
|
723 * idx-vector.h, idx-vector.cc: Add constructors for bool and |
|
724 boolMatrix types. |
|
725 (idx_vector::maybe_convert_one_zero_to_idx, |
|
726 idx_vector::idx_vector_rep::maybe_convert_one_zero_to_idx): |
|
727 Delete second arg, prefer_zero_one. Change all callers. |
|
728 |
|
729 * boolMatrix.h, boolMatrix.cc: New files. |
|
730 * mx-base.h: Include boolMatrix.h here. |
|
731 * mx-defs.h: Provide forward declaration for boolMatrix here. |
|
732 |
|
733 * chMatrix.h, chMatrix.cc: Delete unused junk. |
|
734 |
|
735 * dMatrix.h, CMatrix.h: Delete friend declarations for operator+, |
|
736 operator-, operator*, product, and quotient functions. |
|
737 Add constructor for boolMatrix type. |
|
738 * dMatrix.cc, CMatrix.cc: Delete operator+, operator-, operator*, |
|
739 product, and quotient functions. |
|
740 |
|
741 * CDiagMatrix.h: Delete friend declarations for operator+, |
|
742 operator-, and product functions. |
|
743 * CDiagMatrix.h: Delete operator+, operator-, and product functions. |
|
744 |
|
745 * Array-b.cc: Also instantiate 2d and 2d diagonal arrays. |
|
746 |
2815
|
747 Fri Mar 14 00:29:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
748 |
|
749 * EIG.cc (EIG::hermitian_init (const ComplexMatrix&)): New function. |
|
750 (EIG::init (const ComplexMatrix&)): Call it if arg is hermitian. |
|
751 (EIG::symmetric_init (const Matrix&)): New function. |
|
752 (EIG::init (const Matrix&)): Call it if arg is symmetric. |
|
753 |
|
754 * CMatrix.cc (ComplexMatrix::is_hermitian): New function. |
|
755 |
|
756 Thu Mar 13 17:04:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
757 |
|
758 * Array2.cc (is_symmetric): New function. |
|
759 * Array2.h (is_square): New function. |
|
760 |
2811
|
761 Wed Mar 12 16:59:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
762 |
|
763 * Makefile.in (install-strip): New target. |
|
764 |
2804
|
765 Mon Mar 10 22:34:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
766 |
|
767 * CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, |
|
768 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, EIG.cc, dbleCHOL.cc, |
|
769 dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, dbleSCHUR.cc, |
|
770 dbleSVD.cc: Don't include mx-inlines.cc. |
|
771 |
|
772 * mx-inlines.cc: Abuse the preprocessor to eliminate lots of |
|
773 duplicate code. |
|
774 |
2800
|
775 Sun Mar 9 03:44:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
776 |
2804
|
777 * dbleQR.h (QR): Delete extra comma at end of list. |
|
778 |
|
779 * prog-args.cc (prog_args::getopt): Add missing const in cast. |
|
780 |
|
781 * dbleSVD.h (SVD::type): Delete extra comma at end of list. |
|
782 |
|
783 * idx-vector.h (idx_vector): Delete unnecessary idx_vector:: and |
|
784 idx_vecotr_rep:: qualifiers. |
|
785 |
|
786 * Array.h (class Array): Delete unnecessary Array<T>:: qualifiers. |
|
787 |
|
788 * data-conv.h (save_type): Delete extra comma at end of list. |
|
789 |
2800
|
790 * CMatrix.cc, FEGrid.cc, Range.cc, dMatrix.cc, data-conv.cc, |
|
791 dir-ops.cc, file-ops.h, idx-vector.cc, idx-vector.h, lo-ieee.cc, |
|
792 lo-mappers.cc, oct-alloc.cc: Use `static_cast<T> (val)' instead of |
|
793 old C-style `(T) val' casts. |
|
794 |
2795
|
795 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
796 |
|
797 * dMatrix.cc (operator >>): Return if an error occurs instead of |
|
798 just breaking out of the innermost loop. |
|
799 * CMatrix.cc (operator >>): Likewise. |
|
800 |
2779
|
801 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
802 |
|
803 * Version 2.0.5 released. |
|
804 |
2767
|
805 Fri Feb 28 20:11:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
806 |
|
807 * CmplxQR.cc (ComplexQR::init): New function. |
|
808 (ComplexQR::ComplexQR): Use it. Use initializer list too. |
|
809 * CmplxQRP.cc (ComplexQRP::init): New function. |
|
810 Get sizes right in all cases. |
|
811 (ComplexQR::ComplexQRP): Use it. Use initializer list too. |
|
812 |
|
813 * dbleQR.cc (QR::init): New function. |
|
814 (QR::QR): Use it. Use initializer list too. |
|
815 * dbleQRP.cc (QRP::init): New function. |
|
816 Get sizes right in all cases. |
|
817 (QR::QRP): Use it. Use initializer list too. |
|
818 |
2759
|
819 Wed Feb 26 15:46:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
820 |
|
821 * mach-info.cc (oct_mach_info::string_to_float_format): |
|
822 Recognize "vaxg", not "vax_g". |
|
823 |
2713
|
824 Fri Feb 21 16:07:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
825 |
2714
|
826 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use correct |
|
827 dimension in check for colon equivalent index. |
|
828 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): A single-element |
|
829 index whose value is 0 is also colon eqivalent for n == 1. |
|
830 |
2713
|
831 * lo-ieee.cc (octave_ieee_init): Reorder #ifdef stuff to put |
|
832 system-specific tests first. |
|
833 |
2709
|
834 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
835 |
|
836 * Version 2.0.4 released. |
|
837 |
|
838 Wed Feb 19 09:42:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
839 |
|
840 * lo-ieee.cc: D'oh, it's `extern "C"', not `#extern "C"'. |
|
841 |
2693
|
842 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
843 |
|
844 * Version 2.0.3 released. |
|
845 |
2686
|
846 Fri Feb 14 16:23:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
847 |
|
848 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. |
|
849 |
2673
|
850 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
851 |
2676
|
852 * Makefile.in (stamp-prereq): Depend on stamp-picdir. |
|
853 (all): Don't depend on stamp-prereq or stamp-picdir. |
|
854 (liboctave.a, stamp-shared): Do depend on stamp-prereq. |
|
855 (stamp-picdir): Silence noise about making pic. |
|
856 (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared. |
|
857 |
2673
|
858 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
859 Fix typo in last change. |
|
860 |
|
861 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)): |
|
862 Convert from friend (moved from dColVector.cc). |
|
863 * CMatrix.cc (ComplexMatrix::map (d_c_mapper)): |
|
864 Likewise (moved from dMatrix.cc). |
|
865 * CRowVector.cc (ComplexRowVector::map (d_c_mapper)): |
|
866 Likewise (moved from dRowVector.cc). |
|
867 |
|
868 * dColVector.cc (ColumnVector::map (d_d_mapper)): Convert from friend. |
|
869 * dMatrix.cc (Matrix::map (d_d_mapper)): Likewise. |
|
870 * dRowVector.cc (RowVector::map (d_d_mapper)): Likewise. |
|
871 * CColVector.cc (ComplexColumnVector::map (c_c_mapper)): Likewise. |
|
872 * CMatrix.cc (ComplexMatrix::map (c_c_mapper)): Likewise. |
|
873 * CRowVector.cc (ComplexRowVector::map (c_c_mapper)): Likewise. |
|
874 |
|
875 * dColVector.cc (ColumnVector::apply): Rename from map, return *this. |
|
876 * dMatrix.cc (Matrix::apply): Likewise. |
|
877 * dRowVector.cc (RowVector::apply): Likewise. |
|
878 * CColVector.cc (ComplexColumnVector::apply): Likewise. |
|
879 * CMatrix.cc (ComplexMatrix::apply): Likewise. |
|
880 * CRowVector.cc (ComplexRowVector::apply): Likewise. |
|
881 |
2668
|
882 Tue Feb 11 19:44:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
883 |
|
884 * lo-ieee.cc: Declare quiet_nan() and infinity(). |
|
885 |
|
886 Mon Feb 10 01:17:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
887 |
|
888 * file-ops.cc (oct_unlink (const string&, string&)): |
|
889 New two-arg version. |
|
890 (oct_rmdir (const string&, string&)): New two-arg version. |
|
891 (oct_mkdir (const string&, mode_t, string&)): New three-arg version. |
|
892 (oct_mkfifo (const string&, mode_t, string&)): New three-arg version. |
|
893 (oct_rename (const string&, const string&, string&)): |
|
894 New three-arg version. |
|
895 |
2663
|
896 Fri Feb 7 13:15:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
897 |
|
898 * idx-vector.h (idx_vector::orig_empty): New function. |
|
899 |
|
900 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
901 Don't always resize to [](0x0) if one of the indices is empty or |
|
902 zero. |
|
903 |
2658
|
904 Sun Feb 2 22:33:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
905 |
|
906 * cmd-hist.cc (command_history::read): New arg, must_exist. |
|
907 Set line_in_file here too. |
|
908 (command_history::read_range): New arg, must_exist. |
|
909 |
2651
|
910 Fri Jan 31 09:21:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
911 |
|
912 * f2c-main.c: Change C++-style comments to C-style comments. |
|
913 |
2638
|
914 Tue Jan 28 10:46:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
915 |
|
916 * Makefile.in (install-inc): Create a relative symbolic link. |
|
917 |
2634
|
918 Mon Jan 27 15:52:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
919 |
|
920 * Version 2.0.2 released. |
|
921 |
2624
|
922 Sat Jan 25 22:36:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
923 |
|
924 * Makefile.in (bin-dist): New target. |
|
925 |
2621
|
926 Wed Jan 22 16:18:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
927 |
|
928 * dbleSVD.cc (SVD::init): Work around apparent dgesvd() bug. |
|
929 * CmplxSVD.cc (ComplexSVD::init): Work around apparent zgesvd() bug. |
|
930 |
2613
|
931 Mon Jan 20 18:44:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
932 |
|
933 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
934 If the number of columns is zero, also set the number of rows to zero. |
|
935 (charMatrix::charMatrix (const char *)): Likewise. |
|
936 |
2602
|
937 Tue Jan 7 00:16:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
938 |
|
939 * Version 2.0.1 released. |
|
940 |
2601
|
941 Sun Jan 5 12:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
942 |
|
943 * dMatrix.cc (Matrix::read): Correctly compute the number of |
|
944 columns for resizing when the number of rows is specified but the |
|
945 number of columns is not. |
|
946 |
2598
|
947 Wed Dec 18 16:18:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
948 |
2599
|
949 * Range.cc (operator -): New function. |
|
950 |
2598
|
951 * lo-ieee.cc: Include <nan.h> on all systems that have it. |
|
952 |
2589
|
953 Fri Dec 13 02:01:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
954 |
|
955 * Array2-idx.h (assign): Delay resizing left hand side until we |
|
956 know if the assignment conforms. |
|
957 |
2583
|
958 Tue Dec 10 01:43:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
959 |
|
960 * Version 2.0 released. |
|
961 |
2570
|
962 Fri Dec 6 14:41:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
963 |
2575
|
964 * Array2-idx.h (assign): If index is a colon, set number of |
|
965 elements to the lhs dimension if the lhs dimension is greater than |
|
966 zero. Otherwise, set it to the rhs dimension. |
|
967 |
|
968 * Version 1.94. |
|
969 |
2570
|
970 * Array2-idx.h (assign): Test for rhs scalar case first. |
|
971 If index is colon, set number of elements to lhs dimension, not |
|
972 rhs dimension. |
|
973 |
2563
|
974 Thu Dec 5 13:05:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
975 |
2566
|
976 * sun-utils.h: Don't declare MAIN_ or MAIN__ here. |
|
977 * sun-utils.cc: Delete. |
|
978 * f2c-main.c: New file |
|
979 |
|
980 * Makefile.in: Fix file name lists. |
|
981 |
2563
|
982 * CMatrix.cc (lssolve): Don't redeclare retval, resize it. |
|
983 |
2561
|
984 Wed Dec 4 12:24:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
985 |
|
986 * dMatrix.cc (Qzval): Don't try to use same memory three times. |
|
987 Create result using Complex constructor, not multiplication. |
|
988 Order elements as they are returned from Eispack. |
|
989 |
2559
|
990 Mon Dec 2 00:26:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
991 |
2560
|
992 * lo-ieee.cc (octave_ieee_init): Kluge for octave_Inf on SCO. |
|
993 Only include nan.h if SCO is defined. Define _IEEE before |
|
994 including it and undefine it afterward. |
|
995 [SCO] (isnan): Don't mistake Inf as NaN. |
|
996 |
2559
|
997 * Array-idx.h (assign): Only resize if assignment conforms. |
|
998 |
2551
|
999 Wed Nov 20 01:00:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1000 |
|
1001 * Makefile.in (INCLUDES): Delete lo-error.h. |
|
1002 * lo-error.h: Delete (moved to libcruft/misc). |
|
1003 |
|
1004 * Version 1.93. |
|
1005 |
2546
|
1006 Tue Nov 19 23:07:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1007 |
2549
|
1008 * oct-glob.cc (glob_match::match): Don't expect our flag values to |
|
1009 be the same as they are in fnmatch.h. |
|
1010 |
2546
|
1011 * f77-fcn.c, f77-fcn.h: Move to libcruft/misc directory. |
|
1012 |
|
1013 * Makefile.in (INCLUDES): Delete f77-fcn.h. |
|
1014 (SOURCES): Delete f77-fcn.c. |
|
1015 |
2522
|
1016 Fri Nov 15 13:47:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1017 |
|
1018 * lo-ieee.h: [SCO]: Declare isinf and isnan. |
|
1019 |
2512
|
1020 Thu Nov 14 00:06:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1021 |
|
1022 * Version 1.92. |
|
1023 |
2508
|
1024 Wed Nov 13 11:19:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1025 |
2512
|
1026 * cmd-hist.cc (command_history::add): Ignore empty input lines, or |
|
1027 lines that have only carriage return or newline. |
|
1028 |
2508
|
1029 * lo-ieee.cc (isnan, isinf): Provide functions for SCO. |
|
1030 |
2500
|
1031 Tue Nov 12 11:11:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1032 |
|
1033 * idx-vector.cc (idx_is_inf_or_nan): New function. |
|
1034 (IDX_VEC_REP::idx_vector_rep): Use it. |
|
1035 |
2493
|
1036 Sun Nov 10 17:09:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1037 |
|
1038 * str-vec.h, str-vec.cc: Add constructors to make string vectors |
|
1039 from vectors of C strings. |
|
1040 |
|
1041 * oct-glob.h, oct-glob.cc (glob_match): Allow pat to be a string |
|
1042 vector. |
|
1043 (glob_match::match): Allow match string to be a string vector. |
|
1044 (glob_match::glob): New function. |
|
1045 |
|
1046 * chMatrix.cc (charMatrix::row_as_string): New arg, strip_ws. |
|
1047 |
|
1048 * Array-b.cc: New file. |
|
1049 * Makefile.in (TI_SRC): Add it to the list. |
|
1050 |
2492
|
1051 Fri Nov 8 18:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1052 |
|
1053 * file-ops.cc: Change #include "" to #include <> for safe-lstat.h |
|
1054 and safe-stat.h, to avoid getting them from $srcdir when we really |
|
1055 want the version from the build directory. (Maybe this should be |
|
1056 done for all the include files, not just those that are |
|
1057 auto-generated? Hmm.) |
|
1058 |
2481
|
1059 Thu Nov 7 10:45:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1060 |
2482
|
1061 * Version 1.91. |
|
1062 |
2481
|
1063 * Array3.cc (Array3<T>::resize): Make it work. |
|
1064 |
|
1065 Wed Nov 6 22:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1066 |
|
1067 * oct-alloc.h, oct-alloc.cc: New files. |
|
1068 * Makefile.in: Add them to the lists. |
|
1069 |
|
1070 Mon Nov 4 21:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1071 |
|
1072 * dbleQRP.cc (QRP::QRP): Don't pass tmp data to unsafe constructor. |
|
1073 * CmplxQRP.cc (ComplexQRP::ComplexQRP): Ditto. |
|
1074 |
2466
|
1075 Sun Nov 3 15:45:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1076 |
|
1077 * file-ops.cc (file_stat::is_blk, file_stat::is_chr, |
|
1078 file_stat::is_dir, file_stat::is_fifo, file_stat::is_lnk, |
|
1079 file_stat::is_reg, file_stat::is_sock): Just return false if the |
|
1080 underlying macro is not defined. |
|
1081 |
|
1082 * oct-math.h (lgamma, gamma): Delete declarations. |
|
1083 (asinh, acosh, atanh, erf, erfc): Declare arg types too. |
|
1084 Protect declarations with #ifdef HAVE_*. |
|
1085 |
2440
|
1086 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1087 |
2452
|
1088 * Version 1.90. |
|
1089 |
|
1090 * Makefile.in (DISTFILES): Add ChangeLog. |
|
1091 |
2444
|
1092 * cmd-hist.cc: Only include fcntl.h if HAVE_FCNTL_H. |
|
1093 |
|
1094 * Matrix-ext.cc: Include <cfloat>, not <float.h>. |
|
1095 |
2443
|
1096 * CMatrix.cc, cmd-hist.cc, file-ops.cc, file-ops.h, filemode.c, |
2444
|
1097 mkdir.c, rename.c, rmdir.c, safe-xstat.cin, statdefs.h, sysdir.h, |
|
1098 tempname.c, utils.cc: Only include sys/types.h if HAVE_SYS_TYPES_H. |
2443
|
1099 |
2440
|
1100 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value, |
|
1101 since that is now accepatble syntax, even for built-in types. |
|
1102 * Array2.h (T Array2<T>::checkelem): Likewise |
|
1103 |
2433
|
1104 Sat Oct 26 23:37:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1105 |
|
1106 * file-ops.cc (mkfifo) [! HAVE_MKFIFO]: Just print an error |
|
1107 message and return -1. |
|
1108 |
2428
|
1109 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1110 |
2431
|
1111 * str-vec.h (str_vec_compare): Declare args as const void *, then |
|
1112 cast them to const string * in the body of the function. |
|
1113 |
|
1114 * file-ops.cc (file_stat::mode_as_string): Explicitly construct |
|
1115 string from buf. |
|
1116 |
2428
|
1117 * Array3.h (Array3::checkelem): Tag bogus return value with |
|
1118 GCC_ATTRIBUTE_UNUSED. |
|
1119 * Array2.h (Array2::checkelem): Likewise. |
|
1120 |
2424
|
1121 Thu Oct 24 19:40:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1122 |
|
1123 * Quad.h (Quad): Define virtual destructor. |
|
1124 |
2408
|
1125 Tue Oct 15 11:34:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1126 |
|
1127 * CMatrix.cc (ComplexMatrix::all_elements_are_real): new function. |
|
1128 |
2401
|
1129 Sun Oct 13 11:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1130 |
|
1131 * sun-utils.h: Conditionally declare MAIN__ too. Declare MAIN_ |
|
1132 and MAIN__ extern "C". |
|
1133 * sun-utils.cc: Include sun-utils.h here. Delete extern "C" stuff. |
|
1134 |
2391
|
1135 Sat Oct 12 12:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1136 |
|
1137 * MArray-misc.cc: New file. |
|
1138 * Makefile.in (MATRIX_SRC): Add it to the list. |
|
1139 |
|
1140 * mx-inlines.cc (equal): Return bool, not int. |
|
1141 |
|
1142 * idx-vector.h (idx_vector (double)): New constructor. |
|
1143 |
|
1144 * chMatrix.h, chMatrix.cc, CMatrix.h, CMatrix.cc, dMatrix.h, |
|
1145 dMatrix.cc, dDiagMatrix.h, dDiagMatrix.cc, dRowVector.h, |
|
1146 dRowVector.cc, dColVector.h, dColVector.cc, CColVector.h, |
|
1147 CColVector.cc, CDiagMatrix.h, CDiagMatrix.cc, CRowVector.h, |
|
1148 CRowVector.cc: Logical operators return bool, not int. |
|
1149 |
|
1150 * CMatrix.h, CMatrix.cc (ComplexMatrix::any_element_is_inf_or_nan): |
|
1151 New function. |
|
1152 |
|
1153 * dMatrix.h, dMatrix.cc (Matrix::any_element_is_negative, |
|
1154 Matrix::any_element_is_inf_or_nan, Matrix::abs, |
|
1155 Matrix::all_elements_are_inf_or_nan): New functions. |
|
1156 |
|
1157 * Range.h, Range.cc (Range::all_elements_are_ints): New function. |
|
1158 |
|
1159 * MArray.cc, MArray2.cc, MDiagArray2.cc: Call gripe_nonconformant |
|
1160 for errors. Simplify macros by converting FCN to string for error |
|
1161 messages. |
|
1162 |
|
1163 * Array-idx.h (Array<T>::index): New function. Don't call |
|
1164 clear_index() here. |
|
1165 (Array<T>::value): Call it, do call clear_index() here. |
|
1166 * Array2-idx.h (Array<T>::value, Array<T>::index): Likewise, for |
|
1167 one and two arg index functions. |
|
1168 |
|
1169 Tue Sep 17 21:21:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1170 |
|
1171 * DAEFunc.h: Delete #pragma interface since there is no longer a |
|
1172 separate implementation file. |
|
1173 |
2354
|
1174 Tue Aug 20 17:38:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1175 |
2358
|
1176 * Makefile.in (stamp-picdir): Only create a pic subdirectory if |
|
1177 SHARED_LIBS is true AND CPICFLAG or CXXPICFLAG is not empty. |
|
1178 |
2356
|
1179 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Rename arg sort to |
|
1180 sort_uniq. If sort_uniq is nonzero, sort the elements and make |
|
1181 them uniq. |
|
1182 |
2354
|
1183 * CMatrix.cc (ComplexMatrix::row_max, ComplexMatrix::row_min, |
|
1184 ComplexMatrix::column_max, ComplexMatrix::column_min): |
|
1185 Rewrite. Also return index as a reference arg. |
|
1186 (ComplexMatrix::row_max_loc, ComplexMatrix::row_min_loc, |
|
1187 ComplexMatrix::column_max_loc, ComplexMatrix::column_min_loc): |
|
1188 Delete. |
|
1189 |
|
1190 * dMatrix.cc (Matrix::row_max, Matrix::row_min, |
|
1191 Matrix::column_max, Matrix::column_min): |
|
1192 Rewrite. Also return index as a reference arg. |
|
1193 (Matrix::row_max_loc, Matrix::row_min_loc, |
|
1194 Matrix::column_max_loc, Matrix::column_min_loc): Delete. |
|
1195 |
|
1196 Fri Aug 9 05:01:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1197 |
|
1198 * dMatrix.cc (Matrix::row_min, Matrix::row_min_loc, |
|
1199 Matrix::row_max, Matrix::row_max_loc, Matrix::column_min, |
|
1200 Matrix::column_min_loc, Matrix::column_max, |
|
1201 Matrix::column_max_loc): Ignore leading NaNs. |
|
1202 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_min_loc, |
|
1203 ComplexMatrix::row_max, ComplexMatrix::row_max_loc, |
|
1204 ComplexMatrix::column_min, ComplexMatrix::column_min_loc, |
|
1205 ComplexMatrix::column_max, ComplexMatrix::column_max_loc): Ignore |
|
1206 leading NaNs. |
|
1207 |
2352
|
1208 Thu Aug 8 16:04:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1209 |
|
1210 * QPSOL.cc (QPSOL::do_minimize): Insert linear constraint bounds |
|
1211 starting at n, not 0. |
|
1212 |
2349
|
1213 Sat Jul 27 02:54:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1214 |
|
1215 * dMatrix.cc (Matrix::Matrix (const RowVector&), |
|
1216 Matrix::Matrix (const ColumnVector&)): New constructors. |
|
1217 |
|
1218 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const RowVector&), |
|
1219 ComplexMatrix::ComplexMatrix (const ColumnVector&), |
|
1220 ComplexMatrix::ComplexMatrix (const ComplexRowVector&), |
|
1221 ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): |
|
1222 New constructors. |
|
1223 |
|
1224 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): |
|
1225 New constructor. |
|
1226 |
2343
|
1227 Wed Jul 24 16:39:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1228 |
|
1229 * LSODE.cc (do_integrate): Check to make sure that the state and |
|
1230 derivative vectors are the same size. |
2344
|
1231 * DASSL.cc (do_integrate): Likewise. |
2343
|
1232 |
2330
|
1233 Sun Jul 14 17:30:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1234 |
|
1235 * dMatrix.cc (Matrix::read, Matrix::write): Convert to use |
|
1236 iostreams and handler data format conversions. Delete old methods |
|
1237 that used stdio. |
|
1238 |
|
1239 * data-conv.h, data-conv.cc (oct_data_conv): New class. |
|
1240 |
|
1241 Fri Jul 12 13:52:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1242 |
|
1243 * mach-info.h: Rename from float-fmt.h. |
|
1244 * mach-info.cc: Rename from float-fmt.cc. |
|
1245 Handle machine information using a singlton class. |
|
1246 * Makefile.in: Update appropriate lists. |
|
1247 |
|
1248 Tue Jul 9 11:49:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1249 |
|
1250 * Array-flags.cc: Provide definitions for the flags even if |
|
1251 OCTAVE_SOURCE is not defined. |
|
1252 |
|
1253 * Array.h, Array2.h, Array3.h: BOUNDS_CHECKING now affects |
|
1254 operator(), not elem(). |
|
1255 * Array3.h: Move indexing methods here from Array3.cc. |
|
1256 |
|
1257 Mon Jun 24 02:30:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1258 |
|
1259 * Array3.cc (checkelem): Fix typo in call to Array2<T>::elem(). |
|
1260 |
|
1261 * Makefile.in (install-lib): Use INSTALL_PROGRAM instead of |
|
1262 INSTALL_DATA for shared libs. |
|
1263 |
|
1264 Thu Jun 6 09:59:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1265 |
|
1266 * Quad.cc: Include lo-error.h here too. |
|
1267 |
|
1268 Mon May 27 12:41:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1269 |
|
1270 * file-ops.h: Include sys/types.h here. |
|
1271 |
|
1272 Wed May 22 00:20:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1273 |
|
1274 * chMatrix.cc (charMatrix::transpose): Provide definition. |
|
1275 |
|
1276 * Array-idx.h (maybe_delete_elements): Correctly compute number of |
|
1277 elements in result. |
|
1278 * Array2-idx.h (maybe_delete_elements): Likewise for number of |
|
1279 rows and columns in result. |
|
1280 |
|
1281 Tue May 21 23:46:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1282 |
|
1283 * dbleQR.cc (QR::QR): Don't create result from to-be-deleted data. |
|
1284 * CmplxQR.cc (ComplexQR::ComplexQR): Likewise. |
|
1285 |
|
1286 Fri May 17 03:06:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1287 |
|
1288 * Makefile.in (install-inc): Install in octincludedir, not includedir. |
|
1289 |
|
1290 Sun May 12 03:40:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1291 |
|
1292 * Makefile.in (uninstall): Also delete shared library. |
|
1293 Split install into install-libs and install-includes. |
|
1294 (install-inc): If linkdir is a directory, leave it alone. |
|
1295 |
|
1296 * sun-utils.cc (MAIN__): Define for Linux/ELF systems. |
|
1297 |
|
1298 Thu May 2 20:19:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1299 |
|
1300 * Array-idx.h (assign): Handle A(:) = X for A undefined or empty. |
|
1301 * Array2-idx.h (assign): Likewise. |
|
1302 |
|
1303 Tue Apr 30 05:43:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1304 |
|
1305 * Array2.cc (Array2<T>::range_error): New functions. |
|
1306 |
|
1307 * Array.h (class Array<T>): elem() and operator() are now |
|
1308 equivalent, and do bounds checking by default. |
|
1309 * Array2.cc (class Array2<T>): Likewise. |
|
1310 |
|
1311 Sat Apr 6 21:26:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1312 |
|
1313 * Makefile.in (maintainer-clean, distclean): Also delete |
|
1314 stamp-picdir, stamp-shared, and pic directory. |
|
1315 (stamp-prereq): New target. |
|
1316 |
|
1317 Fri Mar 29 13:44:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1318 |
|
1319 * NPSOL.h (NPSOL_options::set_option (const char *, int)): |
|
1320 New function. |
|
1321 |
|
1322 * Array.h, Array.cc (Array<T>::range_error ()): New functions. |
|
1323 * Array.h (Array<T>::checkelem): Use them. |
|
1324 |
|
1325 * base-lu.h, base-lu.cc: Parameterize based on types of matrix |
|
1326 elements too. |
|
1327 * dbleLU.h, dbleLU.cc, CmplxLU.h, CmplxLU.cc: Change to match. |
|
1328 |
|
1329 * MDiagArray2.h (MDiagArray2 (const MArray<T>& a)): Delete. |
|
1330 |
|
1331 * Makefile.in (distclean): Delete so_locations, which is created |
|
1332 on DEC Alpha systems. |
|
1333 |
|
1334 Sat Mar 23 04:02:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1335 |
|
1336 * Array.h (HEAVYWEIGHT_INDEXING): Do define this here if it is not |
|
1337 already defined. |
|
1338 |
|
1339 Fri Mar 22 23:53:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1340 |
|
1341 * pathsearch.cc: Include config.h. |
|
1342 |
|
1343 Wed Mar 20 04:54:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1344 |
|
1345 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&)): Don't |
|
1346 allow M(I, J) = scalar if I or J is empty. |
|
1347 |
|
1348 * Array-idx.h: Delete Array2 and Array3 code (now in Array2-idx.h |
|
1349 and Array3-idx.h). |
|
1350 |
|
1351 Thu Mar 7 10:20:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1352 |
|
1353 * lo-error.h: Make comments C friendly. |
|
1354 |
|
1355 Sun Mar 3 14:04:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1356 |
|
1357 * Array2.h (make_unique): Move all indexing functions here. |
|
1358 * Array2.cc: From here. |
|
1359 |
|
1360 * Array.h, Array2.h (NO_BOUNDS_CHECKING): New macro to control |
|
1361 whether operator() calls elem or checkelem. |
|
1362 |
|
1363 * Array.h (make_unique): New private function. |
|
1364 Move all indexing functions here. |
|
1365 * Array.cc: From here. |
|
1366 |
|
1367 * pathsearch.cc (dir_path::find_all): Index tmp, don't dereference |
|
1368 it too. |
|
1369 |
|
1370 * Array-d.cc, Array-ch.cc, Array-C.cc, Array-s.cc, Array-str.cc, |
|
1371 Array-i.cc, MArray-i.cc, MArray-s.cc, MArray-d.cc, MArray-ch.cc, |
|
1372 MArray-C.cc: Include config.h. |
|
1373 |
|
1374 * Array.h, Array2.h, DiagArray2.h, Array3.h: |
|
1375 Don't define HEAVYWEIGHT_INDEXING here. |
|
1376 |
|
1377 Sat Mar 2 18:39:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1378 |
|
1379 * base-lu.h, base-lu.cc: New files. |
|
1380 * Makefile.in: Add them to the appropriate lists. |
|
1381 * dbleLU.h, dbleLU.cc, CmplxLU.h, Cmplx.cc: Derive from base_lu. |
|
1382 |
|
1383 Fri Mar 1 08:30:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1384 |
|
1385 * Array2.h, Array3.h, DiagArray2.h: New files, extracted from Array.h |
|
1386 * Array2-idx.h, Array3-idx.h: New files, extracted from Array-idx.h |
|
1387 * Array2.cc, Array3.cc, DiagArray2.cc: New files, from Array.cc. |
|
1388 * MArray2.h, MDiagArray2.h: New files, extracted from MArray.h. |
|
1389 * MArray2.cc, MDiagArray2.cc, MArray-defs.h: New files, from MArray.cc. |
|
1390 |
|
1391 * MArray.h (INSTANTIATE_MARRAY_FRIENDS): New macro. |
|
1392 (INSTANTIATE_MARRAY2_FRIENDS): Likewise. |
|
1393 (INSTANTIATE_MDIAGARRAY_FRIENDS): Likewise. |
|
1394 * MArray-C.cc, MArray-ch.cc, MArray-c.cc, MArray-i.cc, MArray-s.cc: |
|
1395 Simplify using new macros. |
|
1396 |
|
1397 Mon Feb 26 03:04:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1398 |
|
1399 * Makefile.in (install): If $(includedir) ends in version string, |
|
1400 make link to name that does not include version info. |
|
1401 |
|
1402 * lo-ieee.cc: Include <cmath> here. |
|
1403 |
|
1404 Fri Feb 16 20:52:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1405 |
|
1406 * lo-ieee.cc, lo-ieee.h: New files. |
|
1407 * lo-mappers.cc, lo-mappers.h: New files. |
|
1408 * lo-utils.cc, lo-utils.h: New files. |
|
1409 * Makefile.in: Add them to the appropriate lists. |
|
1410 |
|
1411 Thu Feb 15 22:02:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1412 |
|
1413 * dMatrix.cc (all_integers, too_large_for_float): New functions. |
|
1414 * CMatrix.cc (all_integers, too_large_for_float): New functions. |
|
1415 |
|
1416 * byte-swap.h, data-conv.h, data-conv.cc, float-fmt.h, |
|
1417 float-fmt.cc: New files. |
|
1418 * Makefile.in: Include them in the appropriate lists. |
|
1419 |
|
1420 Wed Feb 14 01:49:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1421 |
|
1422 * dMatrix.cc (Qzval): New function. |
|
1423 |
|
1424 Tue Feb 13 12:41:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1425 |
|
1426 * NPSOL.cc (NPSOL_options::set_option): Arg key is now string, not |
|
1427 char*. |
|
1428 |
|
1429 * DASSL.h, DASSL.cc: Do better management of temporary workspace. |
|
1430 Use F77_XFCN to call Fortran subroutine. |
|
1431 * dColVector.cc, CColVector.cc: Likewise. |
|
1432 * dRowVector.cc, CRowVector.cc: Likewise. |
|
1433 * NPSOL.h, NPSOL.cc: Likewise. |
|
1434 * CmplxCHOL.cc: Likewise. |
|
1435 * dbleCHOL.cc: Likewise. |
|
1436 * CMatrix.cc: Likewise. |
|
1437 * dMatrix.cc: Likewise. |
|
1438 * QPSOL.cc: Likewise. |
|
1439 * LSODE.cc: Likewise. |
|
1440 |
|
1441 Sun Feb 11 14:14:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1442 |
|
1443 * dbleHESS.cc (HESS::init): Dimension of tau is n-1, not n+1. |
|
1444 |
|
1445 * dbleSCHUR.h, dbleSCHUR.cc: Do better management of temporary |
|
1446 workspace. Use F77_XFCN to call Fortran subroutine. |
|
1447 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Likewise. |
|
1448 * CmplxSCHUR.h, CmplxSCHUR.cc: Likewise. |
|
1449 * dbleGEPBAL.h, dbleGEPBAL.cc: Likewise. |
|
1450 * dbleAEPBAL.h, dbleAEPBAL.cc: Likewise. |
|
1451 * CmplxHESS.h, CmplxHESS.cc: Likewise. |
|
1452 * CmplxSVD.h, CmplxSVD.cc: Likewise. |
|
1453 * dbleHESS.h, dbleHESS.cc: Likewise. |
|
1454 * dbleSVD.h, dbleSVD.cc: Likewise. |
|
1455 * EIG.h, EIG.cc; Likewise. |
|
1456 * CollocWt.cc: Likewise. |
|
1457 * NLEqn.cc: Likewise. |
|
1458 * Quad.cc: Likewise. |
|
1459 |
|
1460 Sat Feb 10 12:14:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1461 |
|
1462 * dbleLU.h, dbleLU.cc: Do better management of temporary workspace. |
|
1463 Use F77_XFCN to call Fortran subroutine. |
|
1464 * CmplxLU.h, CmplxLU.cc: Ditto. |
|
1465 * dbleQR.h, dbleQR.cc: Ditto. |
|
1466 * CmplxQR.h, CmplxQR.cc: Ditto. |
|
1467 * dbleQRP.h, dbleQRP.cc: Ditto. |
|
1468 * CmplxQRP.h, CmplxQRP.cc: Ditto. |
|
1469 |
|
1470 * dir-ops.h (dir_entry::dir): Declare as void*, not DIR*. |
|
1471 (struct DIR): delete forward declaration. |
|
1472 (dir_entry::operator = (const dir_entry$)): Protect against |
|
1473 copying same object. |
|
1474 * dir-ops.cc: Cast dir appropriately. |
|
1475 |
|
1476 Fri Feb 9 16:12:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1477 |
|
1478 * lo-error.cc: Moved to libcruft/misc. |
|
1479 * Makefile.in: Delete it from the list. |
|
1480 |
|
1481 * f77-fcn.c (f77_context, f77_exception_encountered): Delete |
|
1482 definitions (they have been moved to libcruft/misc/f77-extern.cc). |
|
1483 |
|
1484 * Array-flags.h: New file. |
|
1485 * Array-idx.h: Include it here. |
|
1486 * Makefile.in (MATRIX_INC): Add it to the list. |
|
1487 |
|
1488 * Array-flags.cc: Renamed from Array-ext.cc. |
|
1489 (liboctave_dfi_flag): Renamed from dfi_flag. |
|
1490 (liboctave_pcv_flag): Renamed from pcv_flag. |
|
1491 (liboctave_pzo_flag): Renamed from pzo_flag. |
|
1492 (liboctave_rre_flag): Renamed from rre_flag. |
|
1493 * Array-idx.h: Change all uses of dfi_flag, etc. |
|
1494 * Makefile.in (MATRIX_SRC): Change file name here too. |
|
1495 |
|
1496 * Makefile.in (LIBOCTAVE_LFLAGS, LIBOCTAVE_LIBS): New variables. |
|
1497 (stamp-shared): Use them here. |
|
1498 |
|
1499 Tue Feb 6 09:53:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1500 |
|
1501 * cmd-hist.cc (command_history::ignore_entries): Delete default |
|
1502 argument value. |
|
1503 |
|
1504 Mon Feb 5 12:07:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1505 |
|
1506 * CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, CmplxLU.h, |
|
1507 CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, dbleAEPBAL.h, |
|
1508 dbleCHOL.h, dbleDET.h, dbleGEPBAL.h, dbleHESS.h, dbleLU.h, |
|
1509 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h: |
|
1510 Clean up constructors, assigment operator. |
|
1511 |
|
1512 Sun Feb 4 03:12:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1513 |
|
1514 * NPSOL.cc (do_minimize): Use F77_XFCN to call npsol. |
|
1515 Check f77_exception_encountered on return. |
|
1516 |
|
1517 * f77-fcn.c (f77_exception_encountered): New variable. |
|
1518 (F77_XFCN): Set it. |
|
1519 * f77-fcn.h: Provide declaration. |
|
1520 |
|
1521 * QPSOL.h (QPSOL_options::set_options): Renamed from copy(). |
|
1522 |
|
1523 * NPSOL.h (NPSOL_options::set_options): Renamed from copy(). |
|
1524 |
|
1525 * NLEqn.h (NLEqn_options::set_options): New function. |
|
1526 * Quad.h (Quad_options::set_options): Likewise. |
|
1527 |
|
1528 * LP.h (class LP): Add accessors for LP data. |
|
1529 |
|
1530 * NLEqn.h (NLEqn::n): Delete. |
|
1531 |
|
1532 * NLEqn.h (class NLEqn::n): Likewise. |
|
1533 |
|
1534 * NLP.h (class NLP): Add accessors for NLP data. |
|
1535 |
|
1536 * NPSOL.h (class NPSOL_options): Move constructors, set, and |
|
1537 access functions here. |
|
1538 * NPSOL.cc.cc: From here. |
|
1539 |
|
1540 * QLD.h (class QLD): Add destructor definition. |
|
1541 * Objective.h (class Objective): Likewise. |
|
1542 * ODEFunc.h (class ODEFunc): Likewise. |
|
1543 * NLFunc.h (class NLFunc): Likewise. |
|
1544 * NLEqn.h (class NLEqn): Likewise. |
|
1545 * NLConst.h (class NLConst): Likewise. |
|
1546 * LinConst.h (class LinConst): Likewise. |
|
1547 * LSODE.h (class LSODE_options): Likewise. |
|
1548 * CollocWt.h (class CollocWt): Likewise. |
|
1549 * Bounds.h (class Bounds): Likewise. |
|
1550 |
|
1551 * QLD.cc (QLD::set_default_options): Delete. |
|
1552 |
|
1553 * QP.h (QP): Add accessors for QP data. |
|
1554 Add copy constructor, operator =, and destructor definitions. |
|
1555 |
|
1556 * Range.h, Quad.h, QP.h, QLD.h, Objective.h, NLP.h, NLFunc.h, |
|
1557 NLConst.h, LinConst.h, LSODE.h, LP.h, FEGrid.h, EIG.h, DASSL.h, |
|
1558 DAEFunc.h, CollocWt.h, Bounds.h: |
|
1559 Clean up constructors, assigment operator. |
|
1560 |
|
1561 * dRowVector.cc (RowVector::transpose): Use magic of reference |
|
1562 counting to avoid duplicating the data immediately. |
|
1563 * dColVector.cc (ColumnVector::transpose): Likewise. |
|
1564 * CRowVector.cc (ComplexrowVector::transpose): Likewise. |
|
1565 * CColVector.cc (ComplexColumnVector::transpose): Likewise. |
|
1566 |
|
1567 Sat Feb 3 01:02:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1568 |
|
1569 * prog-args.h (prog_args::option_argument): New enum. |
|
1570 |
|
1571 * f77-fcn.h: Rename from f77-uscore.h. |
|
1572 (F77_XFCN_ERROR, F77_XFCN): New macros. |
|
1573 * f77-fcn.c: New file. |
|
1574 * Makefile.in (SOURCES): Add it to the list. |
|
1575 |
|
1576 * ODEFunc.h: Clean up. |
|
1577 |
|
1578 * DASSL.cc, DASSL.h: New files. |
|
1579 * Makefile.in: Add them to the appropriate lists. |
|
1580 |
|
1581 * LSODE.cc, LSODE.h: New files. |
|
1582 * Makefile.in: Add them to the appropriate lists. |
|
1583 |
|
1584 * ODE.cc: Delete. |
|
1585 * Makefile.in (SOURCES): Remove from list. |
|
1586 |
|
1587 * base-de.h, DAE.cc: New files. |
|
1588 * Makefile.in: Add them to the appropriate lists. |
|
1589 * ODE.h: Only define interface for ODE classes. |
|
1590 * DAE.h: Only define interface for ODE classes. |
|
1591 |
|
1592 * LPsolve.cc (do_minimize): Print sorry not implemented message. |
|
1593 (LPsolve::set_default_options)): Delete |
|
1594 * LPsolve.h (class LPsolve): Add operator =, copy constructor, and |
|
1595 destructor. |
|
1596 |
|
1597 * LP.h (class LP): Add operator =, copy constructor, and destructor. |
|
1598 |
|
1599 * QPSOL.h (QPSOL::QPSOL (const QPSOL&)): New constructor. |
|
1600 (QPSOL::operator =): Call base class operator = instead of assuming |
|
1601 we know what to copy. |
|
1602 |
|
1603 * base-min.h (size): New function. |
|
1604 |
|
1605 * NLP.h (NLP::size): Delete. |
|
1606 (NLP::NLP (const NLP&)): New constructor. |
|
1607 (NLP::operator =): Call base class operator = instead of assuming |
|
1608 we know what to copy. |
|
1609 |
|
1610 * NPSOL.h, NPSOL.cc (NPSOL::option): Delete. |
|
1611 (class NPSOL): Add operator = and destructor. |
|
1612 |
|
1613 * NPSOL.h: Add NPSOL_options() to list of constructor initalizers. |
|
1614 |
|
1615 Fri Feb 2 22:52:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1616 |
|
1617 * Makefile.in (liboctave.a): Depend on $(PICOBJ). |
|
1618 |
|
1619 Wed Jan 31 05:29:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1620 |
|
1621 * dMatrix.cc (Givens, Sylvester, Matrix::expm): New functions. |
|
1622 * CMatrix.cc (Givens, Sylvester, ComplexMatrix::expm): Ditto. |
|
1623 |
|
1624 Mon Jan 29 00:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1625 |
|
1626 * prog-args.h, prog-args.cc: New files. |
|
1627 * Makefile.in: Add them to lists. |
|
1628 |
|
1629 * getopt.h, getopt.c, getopt1.c: New files. |
|
1630 * Makefile.in: Add them to the lists. |
|
1631 |
|
1632 * oct-term.h, oct-term.cc: New files. |
|
1633 * Makefile.in: Add them to the lists. |
|
1634 |
|
1635 * str-vec.cc: New file. |
|
1636 * Makefile.in (SOURCES): Add it to the list. |
|
1637 |
|
1638 * file-ops.cc (oct_tmpnam): Move here from src/utils.cc. |
|
1639 |
|
1640 * tempname.c, tempnam.c: Move here from src directory. |
|
1641 * Makefile.in: Add to lists. |
|
1642 |
|
1643 Sun Jan 28 23:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1644 |
|
1645 * cmd-hist.h, cmd-hist.cc: New files. |
|
1646 * Makefile.in: Add them to lists. |
|
1647 |
|
1648 Thu Jan 25 20:36:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1649 |
|
1650 * oct-glob.h, oct-glob.cc: New files. |
|
1651 * Makefile.in: Add them to lists. |
|
1652 |
|
1653 Wed Jan 24 01:55:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1654 |
|
1655 * pathsearch.h, pathsearch.cc: New files. |
|
1656 * Makefile.in: Add them to lists. |
|
1657 |
|
1658 * dir-ops.h, dir-ops.cc: New files. |
|
1659 * sysdir.h: Move here from src directory. |
|
1660 * Makefile.in: Add them to lists. |
|
1661 |
|
1662 * Array.h (Array::qsort): Return *this, not void. |
|
1663 * str-vec.h (string_vector::qsort): Likewise. |
|
1664 |
|
1665 * chMatrix.cc (row_as_string): Resize result to eliminate |
|
1666 unnecessary NULs. |
|
1667 |
|
1668 Tue Jan 23 00:40:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1669 |
|
1670 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, |
|
1671 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: |
|
1672 Files moved here from src directory. |
|
1673 * Makefile.in: Add them to lists. Include appropriate rules. |
|
1674 |
|
1675 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
1676 Use pointers, not references (this is C code!). |
|
1677 |
|
1678 * oct-math.h: New file. |
|
1679 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
1680 Files moved here from src directory. |
|
1681 * Makefile.in: Add them to lists. |
|
1682 |
|
1683 Sun Jan 21 22:53:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1684 |
|
1685 * idx-vector.cc (make_uniq): Fix major brain-o. |
|
1686 |
|
1687 * CmplxSCHUR.h, CmplxSCHUR.cc, dbleSCHUR.h, dbleSCHUR.cc: |
|
1688 Convert to use string class instead of char*. |
|
1689 |
|
1690 * str-vec.h, Array-str.cc: New files. |
|
1691 |
|
1692 * Array.h (Array::qsort): New function. |
|
1693 |
|
1694 Fri Jan 12 01:45:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1695 |
|
1696 * Array.h: Nest ArrayRep class inside Array class. |
|
1697 Refer to ArrayRep, not ArrayRep<T>. |
|
1698 Move all ArrayRep functions inline. |
|
1699 Don't declare other Array classes as friends of ArrayRep. |
|
1700 * Array.cc: Delete ArrayRep functions. |
|
1701 * Array-idx.h: Refer to ArrayRep, not ArrayRep<T>. |
|
1702 |
|
1703 * Array-C.cc, Array-ch.cc, Array-d.cc, Array-i.cc, Array-s.cc: |
|
1704 Don't instantiate ArrayRep objects. |
|
1705 |
|
1706 Wed Jan 10 04:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1707 |
|
1708 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
1709 New constructor. |
|
1710 |
|
1711 Tue Jan 9 04:44:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1712 |
|
1713 * dbleGEPBAL.cc (GEPBALANCE::init): Use string instead of char* |
|
1714 for balance_job arg. |
|
1715 * dbleAEPBAL.cc (AEPBALANCE::init): Likewise. |
|
1716 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Likewise. |
|
1717 |
|
1718 * chMatrix.cc (row_as_string): Return string, not const char*. |
|
1719 |
|
1720 Mon Jan 8 03:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1721 |
|
1722 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. |
|
1723 |
|
1724 * chMatrix.cc (row_as_string): Undo previous change. |
|
1725 |
|
1726 Sun Jan 7 19:50:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1727 |
|
1728 * chMatrix.cc (row_as_string): Do memory management here. Caller |
|
1729 is expected to save string if necessary. |
|
1730 |
|
1731 Sat Jan 6 19:28:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1732 |
|
1733 * Array.h (class DiagArray): Enable nested Proxy class for all |
|
1734 platforms. |
|
1735 |
|
1736 * Array.cc (Array<T>::operator = (const Array<T>&)): If rep == |
|
1737 a.rep, don't mess with count. |
|
1738 * Array.h (Array2<T>& operator = (const Array2<T>&)): Likewise, |
|
1739 don't do anything if reps are the same. |
|
1740 (Array3<T>& operator = (const Array3<T>&) |
|
1741 |
|
1742 * Array.h (ArrayRep<T>::operator = (const ArrayRep<T>&)): |
|
1743 Declare private with no definition to prevent misuse. |
|
1744 |
|
1745 * Array.cc (Array2<T>::insert (const Array2<T>&, int, int)): |
|
1746 Get range check right. |
|
1747 * dMatrix.cc (Matrix::insert (const RowVector&, int, int)): Ditto. |
|
1748 (Matrix::insert (const ColumnVector&, int, int)): Ditto. |
|
1749 (Matrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
1750 * CMatrix.cc (ComplexMatrix::insert (const Matrix&, int, int)): Ditto. |
|
1751 (ComplexMatrix::insert (const RowVector&, int, int)): Ditto. |
|
1752 (ComplexMatrix::insert (const ColumnVector&, int, int)): Ditto. |
|
1753 (ComplexMatrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
1754 (ComplexMatrix::insert (const ComplexRowVector&, int, int)): Ditto. |
|
1755 (ComplexMatrix::insert (const ComplexColumnVector&, int, int)): Ditto. |
|
1756 (ComplexMatrix::insert (const ComplexDiagMatrix&, int, int)): Ditto. |
|
1757 * dRowVector.cc (RowVector::insert (const RowVector&, int)): Ditto. |
|
1758 * dColVector.cc |
|
1759 (ColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
1760 * CRowVector.cc |
|
1761 (ComplexRowVector::insert (const RowVector&, int)): Ditto. |
|
1762 (ComplexRowVector::insert (const ComplexRowVector&, int)): Ditto. |
|
1763 * CColVector.cc |
|
1764 (ComplexColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
1765 (ComplexColumnVector::insert (const ComplexColumnVector&, int)): Ditto. |
|
1766 |
|
1767 * dMatrix.cc (Matrix::insert (const DiagMatrix&, int, int)): |
|
1768 Also fill in zeros, not just the diagonal. |
|
1769 |
|
1770 * CDiagMatrix.cc (ComplexDiagMatrix::fill (double, int, int)): |
|
1771 Use END parameter properly. |
|
1772 (ComplexDiagMatrix::fill (const Complex&, int, int)): Ditto. |
|
1773 * dDiagMatrix.cc (DiagMatrix::fill (double, int, int)): Ditto. |
|
1774 |
|
1775 * Array.h (ArrayRep<T>::ArrayRep (void)): Set count to 1 here. |
|
1776 (ArrayRep<T>::ArrayRep (T *, int)): Likewise. |
|
1777 * Array.cc (ArrayRep<T>::ArrayRep (const ArrayRep<T>&)): |
|
1778 Don't copy count. Set it to 1. |
|
1779 (ArrayRep<T>::ArrayRep (int)): Set count to 1 here. |
|
1780 |
|
1781 * Array.h (Array<T>::Array (T *, int)): After constructing rep, |
|
1782 don't set rep->count to 1 here (now handled by ArrayRep |
|
1783 constructors). |
|
1784 (Array<T>::Array (void)): Ditto. |
|
1785 (Array<T>::Array (int)): Ditto. |
|
1786 (Array<T>::T& elem (int)): Ditto. |
|
1787 * Array-idx.h (Array<T>::maybe_delete_elements (idx_vector&)): Ditto. |
|
1788 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Ditto. |
|
1789 * Array.cc: (Array<T>::Array (int, const T&)): Ditto. |
|
1790 (Array<T>::resize (int)): Ditto. |
|
1791 (Array<T>::resize (int, const T&)) :Ditto. |
|
1792 (Array<T>::fortran_vec (void)): Ditto. |
|
1793 (Array2<T>::resize (int, int)): Ditto. |
|
1794 (Array2<T>::resize (int, int, const T&)): Ditto. |
|
1795 (DiagArray<T>::resize (int, int)): Ditto. |
|
1796 (DiagArray<T>::resize (int, int, const T&)): Ditto. |
|
1797 |
|
1798 Sun Dec 31 21:23:26 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1799 |
|
1800 * Array-ch.cc: Rename from Array-c.cc. |
|
1801 * MArray-ch.cc: Rename from MArray-c.cc. |
|
1802 * chMatrix.cc: Rename from cMatrix.cc. |
|
1803 * chMatrix.h: Rename from cMatrix.h. |
|
1804 * Makefile.in (TI_SRC): Use new names here. |
|
1805 * mx-base.h: Likewise. |
|
1806 |
|
1807 Fri Dec 29 21:45:00 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1808 |
|
1809 * Makefile.in: Handle shared libraries. |
|
1810 |
|
1811 Thu Dec 28 14:18:34 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1812 |
|
1813 * CRowVector.cc (operator * (ComplexRowVector, ComplexMatrix)): |
|
1814 Correctly compute length of return value. Correct rows and |
|
1815 columns in zgemv call. |
|
1816 * dRowVector.cc (operator * (RowVector, Matrix)): Likewise. |
|
1817 |
|
1818 Tue Dec 26 00:37:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1819 |
|
1820 * Makefile.in (stamp-picdir): New target. |
|
1821 (all): Depend on it. |
|
1822 |
|
1823 Sun Dec 24 03:10:41 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1824 |
|
1825 * Makefile.in (INCLUDES): Remove QLD.h. |
|
1826 (SOURCES): Remove QLD.cc. |
|
1827 |
|
1828 Wed Dec 20 00:43:46 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1829 |
|
1830 * dMatrix.cc (Matrix::inverse): New arg, force. |
|
1831 If force is nonzero, invert even if matrix is singular. |
|
1832 (ComplexMatrix::inverse): Likewise. |
|
1833 |
|
1834 * dRowVector.cc, mx-inlines.cc, dMatrix.cc, dDiagMatrix.cc, |
|
1835 dColVector.cc,MArray-C.cc, CmplxDET.cc, CRowVector.cc, CMatrix.cc, |
|
1836 CDiagMatrix.cc, CColVector.cc, Array-C.cc, CmplxDET.h, CMatrix.h: |
|
1837 Include "oct-cmplx.h" instead of <Complex.h>. |
|
1838 |
|
1839 * mx-defs.h: Include oct-cmplx.h in place of forward declaration |
|
1840 for class Complex. |
|
1841 |
|
1842 * oct-cmplx.h: New file. |
|
1843 * Makefile.in (INCLUDES): Add it to the list. |
|
1844 |
|
1845 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep): Don't redeclare len. |
|
1846 (IDX_VEC_REP::maybe_convert_one_zero_to_idx): Don't redeclare count. |
|
1847 (IDX_VEC_REP::freeze): Don't redeclare max_val and min_val. |
|
1848 (intcmp, sort_data, make_uniq, copy_data, IDX_VEC_REP::print): |
|
1849 Avoid g++ bugs. |
|
1850 |
|
1851 Tue Nov 14 14:24:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1852 |
|
1853 * Array-idx.h (maybe_delete_elements): Give useful error message. |
|
1854 |
|
1855 * dbleSCHUR.cc, dbleSVD.cc: Include iostream.h. |
|
1856 |
|
1857 Mon Nov 13 08:35:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1858 |
|
1859 * CDiagMatrix.cc (inverse): Return retval, not *this. |
|
1860 * dDiagMatrix.cc (inverse): Use same method as for Complex case. |
|
1861 |
|
1862 Sat Nov 4 05:06:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1863 |
|
1864 * Array.h, Array.cc, Array-idx.h [HEAVYWEIGHT_INDEXING]: Keep |
|
1865 index vector object with Array, not ArrayRep. |
|
1866 |
|
1867 Fri Nov 3 06:52:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1868 |
|
1869 * Array-idx.h (assign (Array2<T>&, const Array2<T>&): Don't fail |
|
1870 if index is a colon and resizing is maybe needed. |
|
1871 |
|
1872 Tue Oct 31 17:40:01 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1873 |
|
1874 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Don't return true |
|
1875 if we have a vector of 1's. |
|
1876 |
|
1877 * Array-idx.h (assign (Array2<LT>&, Array2<RT>&): If lhs has no |
|
1878 current orientation, require index and rhs to conform unless |
|
1879 do_fortran_indexing flag is set. |
|
1880 |
|
1881 Sun Oct 15 23:32:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1882 |
|
1883 * Array-d.cc, Array-C.cc, mx-base.h, mx-inlines.cc, dDiagMatrix.h, |
|
1884 CDiagMatrix.h, CMatrix.cc, CMatrix.h, dMatrix.h, mx-defs.h, |
|
1885 cMatrix.h, MArray.cc, MArray.h, MArray-i.cc, MArray-c.cc, |
|
1886 MArray-s.cc, Array.h, Array.cc, Array-c.cc, Array-i.cc, |
|
1887 Array-s.cc, cMatrix.cc, Array-idx.h, dMatrix.cc: |
|
1888 Massive changes to support additional data types. Only charMatrix |
|
1889 is currently used in Octave. |
|
1890 |
|
1891 Thu Oct 12 02:22:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1892 |
|
1893 * Array.cc (Array2<T>::insert (Array2<T>&, int, int): New function. |
|
1894 * CMatrix.cc (ComplexMatrix::insert (ComplexMatrix&, int, int): |
|
1895 Simply call Array2<Complex> version. |
|
1896 * dMatrix.cc (Matrix::insert (Matrix&, int, int): Similarly, just |
|
1897 call Array2<double> version. |
|
1898 |
|
1899 * Array-C.cc, Array-d.cc: Instantiate new assign functions too. |
|
1900 |
|
1901 * Array.h, Array.cc: Massive overhaul to support new way of |
|
1902 handling indexing. |
|
1903 * idx-vector.h, idx-vector.cc: Likewise. |
|
1904 * Array-ext.cc, Array-idx.h: New files. |
|
1905 * Makefile.in: Add them to the appropriate lists. |
|
1906 |
|
1907 Wed Oct 11 00:49:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1908 |
|
1909 * Range.cc (nelem_internal): Use tfloor here, not round. |
|
1910 |
|
1911 Sun Oct 8 18:21:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1912 |
|
1913 * idx-vector.h, idx-vector.cc: New files, moved from ../src. |
|
1914 * Makefile.in (SOURCES, INCLUDES): Include them in the lists. |
|
1915 |
|
1916 Sat Oct 7 19:07:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1917 |
|
1918 * CMatrix.cc (pseudo_inverse): Avoid bogus g++ warning. |
|
1919 |
|
1920 * Array.h: Move simple member functions here. |
|
1921 * Array.cc: From here. |
|
1922 |
|
1923 Fri Oct 6 00:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1924 |
|
1925 * Range.cc (tfloor, tceil, round): New static functions. |
|
1926 (Range::nelem_internal): Rewrite to use better method. |
|
1927 |
|
1928 * dbleSVD.h (SVD::type): New item, sigma_only. |
|
1929 (type_computed): New var. |
|
1930 * dbleSVD.cc (left_singular_matrix, right_singular_matrix): |
|
1931 Handle possible error condition. |
|
1932 (init): Allow for SVD::sigma_only, save type computed. |
|
1933 * CmplxSVD.cc (left_singular_matrix, right_singular_matrix): |
|
1934 Handle possible error condition. |
|
1935 (init): Allow for SVD::sigma_only, save type computed. |
|
1936 |
|
1937 Wed Oct 4 15:33:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1938 |
|
1939 * Nearly all non-matrix .h and .cc files: |
|
1940 Move short function bodies into class declarations for inlining. |
|
1941 Generally clean up. |
|
1942 |
|
1943 * base-min.h: New file. |
|
1944 * LP.h (class LP): Derive from base_minimizer. |
|
1945 * QLP.h (class QLP): Derive from base_minimizer. |
|
1946 * NLP.h (class NLP): Derive from base_minimizer. |
|
1947 * Makefile.in (INCLUDES): Add base-min.h to the list. |
|
1948 |
|
1949 * Makefile.in (SOURCES): Delete DAEFunc.cc, LP.cc, NLConst.cc, |
|
1950 NLFunc.cc, Objective.cc and QP.cc from list. |
|
1951 |
|
1952 Tue Sep 26 04:14:23 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1953 |
|
1954 * dbleSCHUR.cc (select_ana): Remove name of unused parameter. |
|
1955 (SCHUR::SCHUR): Delete unused parameter ord. |
|
1956 * CmplxSCHUR.h (ComplexSCHUR::CmplxSCHUR): Likewise. |
|
1957 |
|
1958 * CRowVector.cc |
|
1959 (ComplexRowVector::operator+ (const Complex&, const RowVector&), |
|
1960 (ComplexRowVector::operator- (const Complex&, const RowVector&), |
|
1961 (ComplexRowVector::operator* (const Complex&, const RowVector&), |
|
1962 (ComplexRowVector::operator/ (const Complex&, const RowVector&)): |
|
1963 Actually do something. |
|
1964 |
|
1965 * dMatrix.cc (Matrix::lssolve (ComplexMatrix&)): Use dummy vars. |
|
1966 (Matrix::lssolve (ComplexMatrix&, int&)): Likewise. |
|
1967 (Matrix::lssolve (ComplexMatrix&, int&, int&)): Likewise. |
|
1968 |
|
1969 * Quad.cc (Quad_options::Quad_options (double, double)): New function. |
|
1970 * (Quad::Quad (integrand_fcn, double, double): Properly initialize |
|
1971 tolerances. |
|
1972 |
|
1973 * DAE.cc (ddassl_f, ddassl_j): Remove names of unused parameters. |
|
1974 * LPsolve.cc (LPsolve::minimize): Likewise. |
|
1975 * NPSOL.cc (NPSOL::option, npsol_confun, npsol_objfun): Likewise. |
|
1976 * ODE.cc (lsode_f, lsode_j): Likewise. |
|
1977 * QPSOL.cc (qphess): Likewise. |
|
1978 |
|
1979 Fri Sep 22 04:14:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1980 |
|
1981 * dMatrix.cc: Include <cstring>. |
|
1982 |
|
1983 * Array.cc: Try harder to avoid warnings from gcc in functions |
|
1984 that return bogus values after calling the error handler. |
|
1985 |
|
1986 Thu Sep 14 00:56:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1987 |
|
1988 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. |
|
1989 |
|
1990 * Makefile.in (TEMPLATE_SRC): Add Array-i.cc to the list. |
|
1991 |
|
1992 Tue Aug 22 00:41:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1993 |
|
1994 * DAE.cc (dassl_f): Add UNUSED attribute for unused parameters. |
|
1995 (dassl_j): Likewise. |
|
1996 |
|
1997 * DAE.cc, NLEqn.cc, NPSOL.cc, ODE.cc, CColVector.cc, CMatrix.cc, |
|
1998 dColVector.cc, dMatrix.cc, CmplxLU.cc, dbleLU.cc, QPSOL.cc, |
|
1999 Array.cc, CollocWt.cc, FEGrid.h, LinConst.h: |
|
2000 Update for change in for loop variable scope for gcc 2.7.0. |
|
2001 |
|
2002 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2003 |
|
2004 * Makefile.in: Only include dependency files if $(omit_deps) is |
|
2005 not set. |
|
2006 |
|
2007 Mon May 1 13:26:00 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) |
|
2008 |
|
2009 * dbleSCHUR.h dbleSVD.h dbleQRP.h dbleQR.h dbleHESS.h dbleLU.h |
|
2010 dbleCHOL.h dbleGEPBAL.h dbleAEPBAL.h dbleDET.h dDiagMatrix.h |
|
2011 dColVector.h dMatrix.h dRowVector.h Quad.h Range.h QPSOL.h QLD.h |
|
2012 ODEFunc.h QP.h Objective.h NPSOL.h ODE.h NLEqn.h NLFunc.h |
|
2013 NLConst.h LinConst.h LPsolve.h LP.h FSQP.h FEGrid.h EIG.h |
|
2014 DAEFunc.h CollocWt.h DAE.h CmplxSVD.h CmplxQRP.h CmplxSCHUR.h |
|
2015 CmplxHESS.h CmplxDET.h CmplxLU.h CmplxQR.h CmplxCHOL.h |
|
2016 CmplxAEPBAL.h CRowVector.h CDiagMatrix.h Bounds.h CColVector.h |
|
2017 CMatrix.h dbleSCHUR.cc dbleSVD.cc dbleQRP.cc dbleQR.cc |
|
2018 dbleGEPBAL.cc dbleLU.cc dbleHESS.cc dbleDET.cc dbleCHOL.cc |
|
2019 dbleAEPBAL.cc dColVector.cc dRowVector.cc dMatrix.cc |
|
2020 dDiagMatrix.cc QPSOL.cc Range.cc Quad.cc QP.cc ODEFunc.cc QLD.cc |
|
2021 Objective.cc NLEqn.cc ODE.cc NPSOL.cc NLFunc.cc LPsolve.cc |
|
2022 NLConst.cc LinConst.cc FSQP.cc FEGrid.cc LP.cc DAE.cc EIG.cc |
|
2023 CollocWt.cc DAEFunc.cc CmplxSVD.cc CmplxSCHUR.cc CmplxQRP.cc |
|
2024 CmplxLU.cc CmplxQR.cc CmplxHESS.cc CmplxDET.cc CmplxCHOL.cc |
|
2025 CmplxAEPBAL.cc CRowVector.cc CColVector.cc CMatrix.cc |
|
2026 CDiagMatrix.cc Bounds.cc MArray.h MArray.cc Array.cc Array.h |
|
2027 NLP.h: Use pragma interface/implementation. Don't surround |
|
2028 contents in extern "C++". |
|
2029 * lo-error.h sun-utils.h: Don't surround contents in extern "C++". |
|
2030 |
|
2031 Tue Apr 11 10:59:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2032 |
|
2033 * f77-uscore.h (F77_FCN): Allow for possibility of uppercase |
|
2034 identifiers. |
|
2035 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
2036 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
2037 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
2038 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
2039 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
2040 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
2041 Quad.cc: Change usage of F77_FCN to match new definition |
|
2042 |
|
2043 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
2044 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
2045 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
2046 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
2047 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
2048 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
2049 Quad.cc: Where appropriate, declare Fortran subroutines to take |
|
2050 args by reference instead of pointer. Change all callers. |
|
2051 |
|
2052 Sun Apr 9 20:11:56 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2053 |
|
2054 * MArray.h (MArray2::~MArray2, MDiagArray::~MDiagArray): New |
|
2055 functions. Make += and -= operators friend functions. |
|
2056 |
|
2057 * Array.h (Array2::~Array2, Array3::~Array3, |
|
2058 DiagArray::~DiagArray): New functions. |
|
2059 |
|
2060 Wed Apr 5 21:21:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2061 |
|
2062 * Makefile.in (EXTRAS): Don't distribute mx-kludge.cc. |
|
2063 (MATRIX_INC): Don't distribute mx-kludge.h. |
|
2064 |
|
2065 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
2066 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
2067 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
2068 dRowVector.h dRowVector.cc: |
|
2069 Derive classes from MArray, MArray2, and MDiagArray, not Array, |
|
2070 Array2, and DiagArray2. |
|
2071 Don't use functions defined in mx-kludge.cc for arithmetic |
|
2072 like-type operations on arrays. |
|
2073 |
|
2074 * MArray.cc: Use the classes defined here like-type mathematical |
|
2075 operations on Array objects. Abuse CPP more. |
|
2076 * Makefile.in (TEMPLATE_SRC): Add it to the list. |
|
2077 (EXTRAS): Delete it from this list. |
|
2078 |
|
2079 * MArray-C.cc, MArray-d.cc: New files. |
|
2080 * Makefile.in (TI_SRC): Add them to the list. |
|
2081 |
|
2082 Tue Apr 4 14:13:46 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2083 |
|
2084 * mx-kludge.cc: Abuse CPP even more. |
|
2085 |
|
2086 Mon Apr 3 21:05:30 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2087 |
|
2088 * Objective.h (objective_function): Add missing const. |
|
2089 (gradient_function): Likewise. |
|
2090 |
|
2091 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
2092 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
2093 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
2094 dRowVector.h dRowVector.cc: |
|
2095 Reorganize to declare and define friends where they should be, |
|
2096 based on the use of private constructors. |
|
2097 |
|
2098 Fri Mar 31 10:09:40 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2099 |
|
2100 * CRowVector.h (linspace): Add declaration. |
|
2101 * dRowVector.h (linspace): Likewise. |
|
2102 |
|
2103 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): |
|
2104 Force result of rcond + 1.0 to be stored. |
|
2105 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
|
2106 ComplexMatrix::solve): Likewise. |
|
2107 |
|
2108 See ChangeLog.1 in the top level directory for earlier changes. |