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