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