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