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