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