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