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