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