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