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