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