4552
|
1 2003-10-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * oct-rand.cc, CColVector.cc, CMatrix.cc, CRowVector.cc, |
|
4 CmplxAEPBAL.cc CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, |
|
5 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, CollocWt.cc, DASPK.cc, |
|
6 DASRT.cc, DASSL.cc, EIG.cc, LSODE.cc, NLEqn.cc, ODESSA.cc, |
|
7 Quad.cc, dColVector.cc, dMatrix.cc, dRowVector.cc, dbleAEPBAL.cc, |
|
8 dbleCHOL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, |
|
9 dbleSCHUR.cc, dbleSVD.cc, lo-specfun.cc: |
|
10 Use new F77 arg macros in declarations of external Fortran |
|
11 subroutines and for calling them. |
|
12 |
4548
|
13 2003-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
14 |
|
15 * Array.cc (Array<T>::resize_no_fill (const dim_vector&)): |
|
16 Allow number of dimensions to change. |
|
17 (Array<T>::resize_no_fill (int, int)): Require ndims to be 0 or 2. |
|
18 (Array<T>::resize_and_fill (int, int, const T&)): Likewise. |
|
19 (Array<T>::resize_no_fill (int, int, int)): Require ndims to be 0 or 3. |
|
20 (Array<T>::resize_and_fill (int, int, int, const T&)): Likewise. |
|
21 (Array<T>::transpose): Require ndims to be 2. |
|
22 (Array<T>::index2): Likewise. |
|
23 (Array<T>::index (idx_vector&, idx_vector&, int, const T&)): Likewise. |
|
24 (Array<T>::maybe_delete_elements_2): Likewise. |
|
25 (Array<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Likewise. |
|
26 (Array<T>::index1): Use resize_and_fill. |
|
27 (MAYBE_RESIZE_ND_DIMS): Likewise. |
|
28 |
|
29 * ODESSA.cc (ODESSA::integrate): Use resize_and_fill for x_s_out. |
|
30 |
|
31 * MArray2.h (MArray2<T>::resize (int, int)): New function. |
|
32 (MArray2<T>::resize (int, int, const T&)): New function. |
|
33 |
|
34 * MArray.h (MArray<T>::resize (int)): New function. |
|
35 (MArray<T>::resize (int, const T&)): New function. |
|
36 |
|
37 * DASRT.cc (DASRT::integrate): Use resize_and_fill for jroot. |
|
38 |
|
39 * DASPK-opts.in: Use single-arg resize for initial condition |
|
40 heuristics. |
|
41 |
|
42 * dim-vector.h (class dim_vector): Now reference counted. |
|
43 (dim_vector_rep::elem): Use assert to check that index is in bounds. |
|
44 |
4544
|
45 2003-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
46 |
4545
|
47 * Array.cc (Array<T>::squeeze): Delete redundant retval decl. |
|
48 |
4544
|
49 * mx-cdm-cm.cc, mx-cdm-cm.h, mx-cdm-cs.cc, mx-cdm-cs.h, |
|
50 mx-cdm-dm.cc, mx-cdm-dm.h, mx-cdm-m.cc, mx-cdm-m.h, mx-cdm-s.cc, |
|
51 mx-cdm-s.h, mx-cm-cdm.cc, mx-cm-cdm.h, mx-cm-dm.cc, mx-cm-dm.h, |
|
52 mx-cm-m.cc, mx-cm-m.h, mx-cm-s.cc, mx-cm-s.h, mx-cs-cdm.cc, |
|
53 mx-cs-cdm.h, mx-cs-dm.cc, mx-cs-dm.h, mx-cs-m.cc, mx-cs-m.h, |
|
54 mx-dm-cdm.cc, mx-dm-cdm.h, mx-dm-cm.cc, mx-dm-cm.h, mx-dm-cs.cc, |
|
55 mx-dm-cs.h, mx-dm-m.cc, mx-dm-m.h, mx-dm-s.cc, mx-dm-s.h, |
|
56 mx-m-cdm.cc, mx-m-cdm.h, mx-m-cm.cc, mx-m-cm.h, mx-m-cs.cc, |
|
57 mx-m-cs.h, mx-m-dm.cc, mx-m-dm.h, mx-ops.h, mx-s-cdm.cc, |
|
58 mx-s-cdm.h, mx-s-cm.cc, mx-s-cm.h, mx-s-dm.cc, mx-s-dm.h, |
|
59 vx-ccv-cv.cc, vx-ccv-cv.h, vx-ccv-s.cc, vx-ccv-s.h, vx-crv-rv.cc, |
|
60 vx-crv-rv.h, vx-crv-s.cc, vx-crv-s.h, vx-cs-cv.cc, vx-cs-cv.h, |
|
61 vx-cs-rv.cc, vx-cs-rv.h, vx-cv-ccv.cc, vx-cv-ccv.h, vx-cv-cs.cc, |
|
62 vx-cv-cs.h, vx-rv-crv.cc, vx-rv-crv.h, vx-rv-cs.cc, vx-rv-cs.h, |
|
63 vx-s-ccv.cc, vx-s-ccv.h, vx-s-crv.cc, vx-s-crv.h: Delete. These |
|
64 files are now automatically generated. |
|
65 |
|
66 * Makefile.in ($(VX_OP_INC), $(VX_OP_SRC), $(MX_OP_INC), |
|
67 $(MX_OP_SRC)): Generate lists with new mk-ops.awk script. |
|
68 Add rules to generate these files and mx-ops.h. |
|
69 (stamp-prereq): Depend on these files. |
|
70 |
|
71 * mx-ops, vx-ops, mk-ops.awk: New files. |
|
72 * Makefile.in (DISTFILES): Add them to the list. |
|
73 |
4543
|
74 2003-10-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
75 |
|
76 * NDArray.cc (NDArray::NDArray (const boolNDArray), |
|
77 NDArray::NDArray (const charNDArray)): New constructors. |
|
78 (NDArray::operator !): New function. |
|
79 Provide NDS_CMP_OPS, NDS_BOOL_OPS, SND_CMP_OPS, SND_BOOL_OPS, |
|
80 NDND_CMP_OPS, NDND_BOOL_OPS. |
|
81 |
|
82 * CNDArray.cc (ComplexNDArray::ComplexNDArray (const NDArray&), |
|
83 ComplexNDArray::ComplexNDArray (const boolNDArray&), |
|
84 ComplexNDArray::ComplexNDArray (const charNDArray&)): |
|
85 New constructors. |
|
86 (ComplexNDArray::operator !): New function. |
|
87 Provide NDS_CMP_OPS, NDS_BOOL_OPS, SND_CMP_OPS, SND_BOOL_OPS, |
|
88 NDND_CMP_OPS, NDND_BOOL_OPS. |
|
89 |
|
90 * ArrayN.h (resize (const dim_vector&)): Fix typo. |
|
91 |
|
92 * boolNDArray.cc (boolNDArray::operator !): New function. |
|
93 Provide NDND_CMP_OPS. |
|
94 |
|
95 * MArrayN.cc (operator +=, operator -=): New functions. |
|
96 Provide product and quotient functions. |
|
97 |
|
98 * MArray-misc.cc (gripe_nonconformant (const char *, dim_vector&, |
|
99 dim_vector&)): New function. |
|
100 |
|
101 * dim-vector.h (dim_vector::str, dim_vector::all_zero, |
|
102 operator ==, operator !=): New functions. |
|
103 * ArrayN.cc (operator <<): Use dim_vector::str here. |
|
104 |
|
105 * Array.cc (Array<T>::resize_no_fill, Array<T>::resize_and_fill): |
|
106 No need to save old dimensions. |
|
107 |
|
108 * oct-rand.cc (MAKE_RAND_ND_ARRAY): New macro. |
|
109 (octave_rand::nd_array): New function. |
|
110 * oct-rand.h (octave_rand::nd_array): Provide decl. |
|
111 |
|
112 * mx-op-defs.h (NDCMP_OP_DECL, NDBOOL_OP_DECL, NDS_BIN_OP_DECLS, |
|
113 NDS_BIN_OP, NDS_BIN_OPS, NDS_CMP_OP_DECLS, NDS_CMP_OP, |
|
114 NDS_CMP_OPS, NDS_BOOL_OP_DECLS, NDS_BOOL_OP, NDS_BOOL_OPS, |
|
115 NDS_OP_DECLS, SND_BIN_OP_DECLS, SND_BIN_OP, SND_BIN_OPS, |
|
116 SND_CMP_OP_DECLS, SND_CMP_OP, SND_CMP_OPS, SND_BOOL_OP_DECLS, |
|
117 SND_BOOL_OP, SND_BOOL_OPS, SND_OP_DECLS, NDND_BIN_OP_DECLS, |
|
118 NDND_BIN_OP, NDND_BIN_OPS, NDND_CMP_OP_DECLS, NDND_CMP_OP, |
|
119 NDND_CMP_OPS, NDND_BOOL_OP_DECLS, NDND_BOOL_OP, NDND_BOOL_OPS, |
|
120 NDND_OP_DECLS): New macros. |
|
121 * mx-cm-m.h, mx-cm-s.h, mx-cs-m.h, mx-m-cm.h, mx-m-cs.h, |
|
122 mx-s-cm.h, mx-cm-m.cc, mx-cm-s.cc, mx-cs-m.cc, mx-m-cm.cc, |
|
123 mx-m-cs.cc, mx-s-cm.cc: Use them. |
|
124 |
|
125 * mx-defs.h (class NDArray, class ComplexNDArray, class |
|
126 boolNDArray, class charNDArray): New forward decls. |
|
127 |
4534
|
128 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
129 |
|
130 * Array.cc (assign2): No error (but don't do anything either) for |
|
131 expressions like x([],j) = scalar. |
|
132 |
4532
|
133 2003-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
134 |
4533
|
135 * Array.cc (assignN): Allow lhs(:) = scalar. |
|
136 |
4532
|
137 * CNDArray.cc (ComplexNDArray::increment_index): New function. |
|
138 * dNDArray.cc (NDArray::increment_index): Likewise. |
|
139 * boolNDArray.cc (boolNDArray::increment_index): Likewise. |
|
140 * chNDArray.cc (charNDArray::increment_index): Likewise. |
|
141 |
|
142 * dim-vector.h (rows, cols): Delete unused data members. |
|
143 |
|
144 * Array.cc (Array<T>::get_size): Fix thinko. |
|
145 |
|
146 2003-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
147 |
|
148 * Array.cc (Array<T>::squeeze): New function. |
|
149 * CNDArray.h (ComplexNDArray::squeeze): Likewise. |
|
150 * dNDArray.h (NDArray::squeeze): Likewise. |
|
151 * boolNDArray.h (boolNDArray::squeeze): Likewise. |
|
152 * chNDArray.h (charNDArray::squeeze): Likewise. |
|
153 |
4530
|
154 2003-10-06 Petter Risholm <risholm@stud.ntnu.no> |
|
155 |
|
156 * Array.cc (ArrayN<T>::indexN): New definition. |
|
157 * Array.h (Array<T>::indexN): Provide decl. |
|
158 * Array.cc (ArrayN<T>::index (idx_vector&, int, const T&): |
|
159 Call indexN if more than 2 indices. |
|
160 (ArrayN<T>::index (Array<idx_vector>&, int, const T&)): |
|
161 Make it (mostly) work. |
|
162 * ArrayN-inline.h (number_of_elements, get_ra_idx, short_freeze): |
|
163 New functions. |
|
164 |
4527
|
165 2003-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
166 |
|
167 * cmd-edit.cc (do_readline): Pass eof to octave_fgetl. |
|
168 * lo-utils.cc (octave_fgets, octave_fgetl): New overloaded |
|
169 versions with eof arg. |
|
170 |
4518
|
171 2003-09-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
172 |
|
173 * Array.h (dimensions): Now public. |
|
174 template <class LT, class RT> |
|
175 (assign (Array<LT>&, const Array<RT>&, const LT&), |
|
176 assign1 (Array<LT>&, const Array<RT>&, const LT&), |
|
177 assign2 (Array<LT>&, const Array<RT>&, const LT&), |
|
178 assignN (Array<LT>&, const Array<RT>&, const LT&), |
|
179 resize_no_fill (int), |
|
180 resize_no_fill (int, int), |
|
181 resize_no_fill (int, int, int), |
|
182 resize_no_fill (const dim_vector&), |
|
183 resize_and_fill (int, const T&), |
|
184 resize_and_fill (int, int, const T&), |
|
185 resize_and_fill (int, int, int, const T&), |
|
186 resize_and_fill (const dim_vector&, const T&)): Now public. |
|
187 |
|
188 * Array.cc: Include <climits>. |
|
189 |
4513
|
190 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
191 |
4517
|
192 * Array.cc: Merge Array-idx.h. |
|
193 * Array-idx.h: Delete. |
|
194 |
4514
|
195 * chNDArray.h, chNDArray.cc, boolNDArray.h, boolNDArray.cc: New files. |
|
196 |
4513
|
197 * Array.h, Array-idx.h, Array.cc: Fold all N-d functionality here. |
|
198 Turn inheritance hierarchy upside down (2-d and 3-d arrays are now |
|
199 just special cases of the general purpose N-d Array object). |
|
200 |
|
201 * dim-vector.h: New file. Use dim_vector objects instead of |
|
202 ints or Array<int> objects to represent the size of Array |
|
203 objects. |
|
204 |
|
205 * MArray-defs.h (INSTANTIATE_MARRAYN_FRIENDS): New macro. |
|
206 |
|
207 * Array2-idx.h, Array3-idx.h, Array2.cc, Array3.cc: Delete. |
|
208 |
|
209 * mx-base.h: Include NDArray header files. |
|
210 |
|
211 * MArray-C.cc, MArray-d.cc: Also instantiate ArrayN objects. |
|
212 |
|
213 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-d.cc, Array-i.cc, |
|
214 Array-s.cc: Also instantiate ArrayN objects. |
|
215 Don't instantiate assign funcitons for Array2 objects. |
|
216 |
|
217 * CDiagMatrix.cc (ComplexDiagMatrix::diag): Signal error with |
|
218 liboctave_error_handler, not cerr. |
|
219 * CMatrix.cc (ComplexMatrix::diag): Likewise. |
|
220 * dDiagMatrix.cc (DiagMatrix::diag): Likewise. |
|
221 * dMatrix.cc (Matrix::diag): Likewise. |
|
222 |
|
223 * Array-flags.cc, Array.cc, Array.h, Array2.h, Array3.h, ArrayN.h: |
|
224 Omit checks for HEAVYWEIGHT_INDEXING. |
|
225 |
|
226 2003-09-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
227 |
|
228 * mx-base.h: Include CNDarray.h. Include dNDArray.h, not NDArray.h. |
|
229 |
|
230 * CNDARray.h, CNDArray.cc: New files. |
|
231 * Makefile.in: Add them to the appropriate lists. |
|
232 |
|
233 * dNDArray.h: Rename from NDArray.h. |
|
234 * dNDArray.cc: Rename from NDArray.cc. |
|
235 * Makefile.in: Rename them here too. |
|
236 |
4507
|
237 2003-09-10 Petter Risholm <risholm@stud.ntnu.no> |
|
238 |
|
239 * mx-base.h: Include NDArray.h, not ArrayN.h. |
|
240 |
|
241 * MArrayN.cc, MArrayN.h, NDArray.h, NDArray.cc: New files. |
|
242 * Makefile.in: Add them to the appropriate lists. |
|
243 |
4506
|
244 2003-09-09 David Bateman <dbateman@free.fr> |
|
245 |
|
246 * lo-specfun.cc (zbesj, zbesy, zbesi, zbesk, zbesh1, zbesh2, airy, |
|
247 biry): Always request scaled results from AMOS functions and |
|
248 perform reverse scaling on results if scaled result not requested |
|
249 by user. |
|
250 |
|
251 2003-09-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
252 |
|
253 * lo-specfun.cc (xlgamma): Require nonnegative argument. |
|
254 |
4505
|
255 2003-09-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
256 |
|
257 * Array-d.cc: Instantiate assign functions. |
|
258 |
4504
|
259 2003-09-09 Petter Risholm <risholm@stud.ntnu.no> |
|
260 |
|
261 * ArrayN-idx.h (vector_equivalent, equal_arrays): New functions. |
|
262 (get_elt_idx): Index ra_idx correctly. |
|
263 |
|
264 * ArrayN-inline.h (index_in_bounds): Index is also condidered in |
|
265 bounds if it is exactly on the bound. |
|
266 |
|
267 * ArrayN.cc (ArrayN<T>::maybe_delete_dims): New function. |
|
268 * ArrayN.h: Provide decl. |
|
269 |
|
270 * ArrayN.h (ArrayN<T>::ArrayN<T> (const Matrix&)): New constructor. |
|
271 |
|
272 * idx-vector.h (idx_vector::orig_dims): New member variable. |
|
273 (idx_vector::idx_vector_rep::orig_dimensions): New function. |
|
274 (idx_vector::orig_dimensions): New function. |
|
275 |
4497
|
276 2003-09-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
277 |
|
278 * lo-specfun.cc (xlgamma): Require nonnegative argument. |
|
279 |
4496
|
280 2003-09-04 Petter Risholm <risholm@stud.ntnu.no> |
|
281 |
|
282 * ArrayN-idx.h (maybe_delete_elements): Implement function. |
|
283 (is_in, how_many_lgt, all_ones): New functions. |
|
284 |
4493
|
285 2003-09-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
286 |
|
287 * Makefile.in (MATRIX_INC): Add ArrayN-inlines.h to the list. |
|
288 |
|
289 2003-09-03 Petter Risholm <risholm@stud.ntnu.no> |
|
290 |
|
291 * ArrayN-inline.h: New file. |
|
292 (index_in_bounds, increment_index): Move here. |
|
293 * ArrayN.cc: From here. |
|
294 |
|
295 * ArrayN.h (maybe_delete_elements): New arg, resize_fill_value. |
|
296 * ArrayN-idx.h (assign): New function. |
|
297 |
4490
|
298 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
299 |
|
300 * lo-specfun.cc (zbesj, zbesy, zbesi, zbesk, airy, biry): |
|
301 Also zero imaginary part of result if real part of input value is |
|
302 zero. |
|
303 |
4478
|
304 2003-07-30 Heine Kolltveit <kolltvei@idi.ntnu.no> |
|
305 |
|
306 * mx-base.h: Include ArrayN.h. |
|
307 |
4476
|
308 2003-30-07 Heine Kolltveit <kolltvei@idi.ntnu.no> |
|
309 |
|
310 * ArrayN.cc (operator <<): Corrected output. |
|
311 |
4474
|
312 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
313 |
|
314 * ArrayN.cc (increment_index): New arg, start_dimension. |
|
315 |
4473
|
316 2003-07-29 Heine Kolltveit <kolltvei@idi.ntnu.no> |
|
317 |
|
318 * ArrayN.cc (operator <<): Improve output readability. |
|
319 |
4493
|
320 2003-07-29 Petter Risholm <risholm@stud.ntnu.no> |
4473
|
321 |
|
322 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&, const T&)): |
|
323 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&)): |
|
324 Initialize old_len before changing size. |
|
325 |
4472
|
326 2003-07-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
327 |
|
328 * Makefile.in (install-lib): Use $(INSTALL), not |
4473
|
329 $(INSTALL_PROGRAM) for $(SHLLIB) files. |
4472
|
330 |
4469
|
331 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
332 |
|
333 * lo-mappers.cc (xmin, xmax): Handle NaN in a Matlab-compatible |
|
334 way. Handle NA in an R-compatible way. |
|
335 |
|
336 * lo-cieee.c (lo_ieee_is_NaN_or_NA): Also check for lo_ieee_is_NA. |
|
337 (lo_ieee_is_NA): Don't call isnan unless HAVE_ISNAN is defined. |
|
338 |
|
339 * lo-mappers.h (octave_is_NA (const Complex&)): Provide decl. |
|
340 (octave_is_NaN_or_NA (const Complex&)): Likewise. |
|
341 |
|
342 * dMatrix.cc (Matrix::row_min, Matrix::row_max, |
|
343 Matrix::column_min, Matrix::column_max): Ignore NaNs. |
|
344 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_max, |
|
345 ComplexMatrix::column_min, ComplexMatrix::column_max): Likewise. |
|
346 |
4461
|
347 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
348 |
|
349 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&, const LT&)): |
|
350 Pass true for resize_ok arg to freeze. |
|
351 * Array-idx.h (assign (Array<LT>&, const Array<RT>&, const LT&)): |
|
352 Likewise. |
|
353 |
|
354 * idx-vector.cc (IDX_VEC_REP::freeze): New arg, warn_resize; |
|
355 resize_ok arg is now bool. |
|
356 * idx-vector.h (idx_vector::freeze): Likewise. |
|
357 |
|
358 * Array-flags.cc, Array-flags.h (liboctave_wrore_flag): |
|
359 Rename from liboctave_rre_flag. Now bool. |
|
360 (liboctave_wfi_flag): Now bool. |
|
361 |
|
362 * Array2-idx.h (MAYBE_RESIZE_LHS): Don't check liboctave_rre_flag. |
|
363 |
4459
|
364 2003-07-11 Russell Standish <R.Standish@unsw.edu.au> |
|
365 |
|
366 * Array.h (resize_fill_value): Now a top-level template function. |
|
367 Accept object as argument. Change all uses. |
|
368 |
4455
|
369 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
370 |
|
371 * Array-flags.cc, Array-flags.h (liboctave_pcv_flag): Delete. |
|
372 |
|
373 * Array2-idx.h (Array2<T>::index): Use liboctave_wfi_flag, not |
|
374 liboctave_dfi_flag. |
|
375 (assign): Likewise. For indexed assignments like X(I) = RHS with |
|
376 X undefined or empty, always create a row vector. |
|
377 |
|
378 * Array-flags.cc (liboctave_wfi_flag): Rename from liboctave_dfi_flag. |
|
379 * Array-flags.h (liboctave_wfi_flag): Ditto. |
|
380 |
4437
|
381 2003-06-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
382 |
|
383 * Array2-idx.h (Array2<T>::index (idx_vector&, int, const T&)): |
|
384 Magic colon indexing always produces an object with one column. |
|
385 |
4433
|
386 2003-06-21 Paul Kienzle <pkienzle@users.sf.net> |
|
387 |
|
388 * kpse-xfns.h (NAME_BEGINS_WITH_DEVICE): Arg is std::string, not char*. |
|
389 |
|
390 * lo-ieee.h (signbit): Eliminate redundant extern "C" decl. |
|
391 |
4431
|
392 2003-06-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
393 |
|
394 * dMatrix.cc (any_element_is_negative): If new optional arg |
|
395 neg_zero is true, also return true for negative zero. |
|
396 |
4429
|
397 2003-06-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
398 |
|
399 * DASSL.cc (DASSL::do_integrate): Set liw to 21 + n, not 20 + n. |
|
400 Handle step limit. |
|
401 * DASSL-opts.in: New option for step limit. |
|
402 |
|
403 2003-06-16 Per Persson <persquare@mac.com> |
|
404 |
|
405 * oct-shlib.cc: Include mach-o/dyld.h, not Mach-O/dyld.h. |
|
406 |
4428
|
407 2003-06-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
408 |
|
409 * DASRT.cc (DASRT::integrate): Set liw to 21 + n, not 20 + n. |
|
410 Store step limit in iwork(20), not iwork(18). |
|
411 |
4415
|
412 2003-05-16 Paul Kienzle <pkienzle@users.sf.net> |
|
413 |
|
414 * oct-rand.cc: Use liboctave's clock layer instead of the system clock. |
|
415 |
4412
|
416 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
417 |
4413
|
418 * Makefile.in: Handle DESTDIR. |
|
419 |
4412
|
420 * kpse.cc (kpse_path_iterator::next): Skip consecutive colons here. |
|
421 (kpse_path_iterator::set_end): Don't miss last element when not |
|
422 followed by a colon. |
|
423 |
4409
|
424 2003-05-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
425 |
|
426 * Array-idx.h (Array<T>::index): Fix off-by-one error. |
|
427 |
|
428 2003-05-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
429 |
|
430 * kpse.cc (kpse_absolute_p): Fix typo in translation. |
|
431 (find_first_of): Also do an absolute search on each |
|
432 name before looking in the path. |
|
433 |
4407
|
434 2003-05-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
435 |
|
436 * kpse.cc (dir_list_add): Ensure that directory ends with a |
|
437 directory separator. |
|
438 |
4399
|
439 2003-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
440 |
|
441 * pathsearch.cc: Include kpse.cc here. |
|
442 |
|
443 * kpse.cc: All functions are now static. Massive surgery to |
|
444 condense kpathsearch library to a single file of just the |
|
445 essentials for Octave and convert to using C++ strings (no more |
|
446 calls to malloc, very few calls to new, so there should be much |
|
447 less potential for introducing memory leaks now). |
|
448 |
|
449 * Makefile.in (EXTRAS): Move kpse.cc here from |
|
450 LIBOCT_PATHSEARCH_CXX_SOURCES. |
|
451 |
|
452 * kpse.h, kpse-config.h: Delete. |
|
453 * Makefile.in (INCLUDES): Delete them from the list. |
|
454 |
4392
|
455 2003-04-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
456 |
|
457 * str-vec.cc (string_vector::append (const std::string&), |
|
458 string_vector::append (const string_vector&)): New methods. |
|
459 |
4386
|
460 2003-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
461 |
4389
|
462 * kpse.cc, kpse.h: Replace fn_type with std::string. |
|
463 |
4387
|
464 * lo-ieee.h (lo_ieee_signbit): Provide signbit decl for MinGW systems. |
|
465 |
4386
|
466 * kpse.cc (xclosedir): Don't define or declare for Windows. |
|
467 (READABLE): Now a static function to avoid warnings from MinGW |
|
468 compiler. |
|
469 |
4384
|
470 2003-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
471 |
4385
|
472 * kpse.cc: Move most functions from kpse-xfns.c here and make |
|
473 static. Include most of kpse-xfns.h directly, removing |
|
474 unnecessary bits. |
|
475 |
4384
|
476 * dMatrix.cc (Matrix::pseudo_inverse): Now const. |
|
477 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise. |
|
478 |
4378
|
479 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
480 |
|
481 * getopt.c, getopt1.c, getopt.h: Move here from kpathsea. |
|
482 * Makefile.in: Add them to the appropriates lists. |
|
483 |
|
484 * oct-getopt.c: Include "getopt.h", not <kpathsea/getopt.h>. |
|
485 |
|
486 * Makefile.in (liboctave.$(LIBEXT), liboctave.$(SHLEXT)): Adjust |
|
487 for new locations of kpathsea objects. |
|
488 Delete kpathsea targets. |
|
489 |
|
490 * pathsearch.cc (dir_path::set_program_name): Delete. |
|
491 |
|
492 * kpse.cc: New file. |
|
493 * Makefile.in (LIBOCT_PATHSEARCH_CXX_SOURCES): Add it to the list. |
|
494 |
|
495 * kpse.c: New file. |
|
496 * Makefile.in (LIBOCT_PATHSEARCH_C_SOURCES): Add it to the list. |
|
497 |
|
498 * kpse.h, kpse-config.h, kpse-xfns.h: New files. |
|
499 * Makefile.in (INCLUDES): Add them to the list. |
|
500 |
|
501 * oct-kpse.h: Delete. |
|
502 * Makefile.in (INCLUDES): Delete it from the list. |
|
503 |
4374
|
504 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
505 |
|
506 * dbleSVD.h (SVD::SVD, SVD::operator =): Also copy type_computed. |
|
507 * CmplxSVD.h (ComplexSVD::ComplexSVD, ComplexSVD::operator =): |
|
508 Likewise. |
|
509 From Quentin H. Spencer <qspencer@ieee.org>. |
|
510 |
4365
|
511 2003-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
512 |
|
513 * oct-getopt.c: Include <kpathsea/getopt.h>, not "getopt.h". |
|
514 |
4349
|
515 2003-02-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
516 |
4352
|
517 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Handle systems with or |
|
518 without placement delete. |
|
519 |
4349
|
520 * CMatrix.cc (ComplexMatrix::all_elements_are_real): Don't lose -0 |
|
521 imaginary parts. |
|
522 |
|
523 * lo-ieee.h (lo_ieee_signbit): New macro. |
|
524 |
4329
|
525 2003-02-18 David Bateman <dbateman@free.fr> |
|
526 |
|
527 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): |
|
528 Use Lapack instead of Linpack. |
|
529 * Cmatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
|
530 ComplexMatrix::solve): Likewise. |
|
531 |
|
532 * dMatrix.cc (Matrix::determinant, Matrix::inverse): New arg, |
|
533 calc_cond. If 0, skip condition number calculation. |
|
534 * CMatrix.cc (ComplexMatrix::determinant, ComplexMatrix::inverse): |
|
535 Likewise. |
|
536 |
|
537 * CmplxLU.cc (ComplexLU::ComplexLU): Allow non-square matrices. |
|
538 * dbleLU.cc (LU::LU): Likewise. |
|
539 * base-lu.cc (base_lu::L), base_lu::U, base_lu::P): Likewise. |
|
540 |
|
541 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
542 |
|
543 * octave.test/arith/prod-4.m, octave.test/arith/sum-4.m: |
|
544 |
4323
|
545 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
546 |
|
547 * Array2-idx.h (Array2<T>::index): Fix thinko. |
|
548 Additional compatibility fix. |
|
549 |
|
550 2003-02-13 Arno Klaassen <arno@scito.com> |
|
551 |
|
552 * Array2-idx.h, Array2.cc, Array2.h, Array3.cc, Array3.h, |
|
553 ArrayN.cc, ArrayN.h, DiagArray2.cc, DiagArray2.h, MDiagArray2.h: |
|
554 Sprinkle with Array<T>:: as necessary for gcc 3.4. |
|
555 |
4322
|
556 2003-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
557 |
|
558 * Array2-idx.h (Array2<T>::index (idx_vector&, int, const T&)): |
|
559 Compatibility fix. |
|
560 |
4316
|
561 2003-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
562 |
|
563 * CColVector.cc (ComplexColumnVector::extract_n): New function. |
|
564 * CRowVector.cc (ComplexRowVector::extract_n): Likewise. |
|
565 * CMatrix.cc (ComplexMatrix::extract_n): Likewise. |
|
566 * dColVector.cc (ColumnVector::extract_n): Likewise. |
|
567 * dRowVector.cc (RowVector::extract_n): Likewise. |
|
568 * dMatrix.cc (Matrix::extract_n): Likewise. |
|
569 |
|
570 * CColVector.cc (ComplexColumnVector::insert): Improve efficiency |
|
571 with make_unique and xelem. |
|
572 * CRowVector.cc (ComplexRowVector::insert): Likewise. |
|
573 * CMatrix.cc (ComplexMatrix::insert, ComplexMatrix::fill, |
|
574 ComplexMatrix::extract, ComplexMatrix::row, |
|
575 ComplexMatrix::column): Likewise. |
|
576 * dColVector.cc (ColumnVector::insert): Likewise. |
|
577 * dRowVector.cc (RowVector::insert): Likewise. |
|
578 * dMatrix.cc (Matrix::insert, Matrix::fill, Matrix::extract, |
|
579 Matrix::row, Matrix::column): Likewise. |
|
580 |
4313
|
581 2003-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
582 |
|
583 * lo-mappers.cc (imag (double)): Return 0.0 for all args, even NaN. |
|
584 |
4309
|
585 2003-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
586 |
|
587 * CMatrix.cc, dMatrix.cc: Move min and max functions here, from |
|
588 src/DLD-FUNCTIONS/minmax.cc, and make them extern. |
|
589 * CMatrix.h, dMatrix.h: Provide decls. |
|
590 |
4307
|
591 2003-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
592 |
|
593 * oct-rand.h, oct-rand.cc: New files. |
|
594 * Makefile.in: Add them to the appropriate lists. |
|
595 |
4306
|
596 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
597 |
|
598 * Array2-idx.h (Array2<T>::index): Fix off-by-one error. |
|
599 |
4299
|
600 2003-01-16 Mumit Khan <khan@nanotech.wisc.edu> |
|
601 |
|
602 * oct-syscalls.cc: Include signal.h. |
|
603 |
4294
|
604 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
605 |
|
606 * oct-syscalls.cc (octave_syscalls::kill): New function. |
|
607 * oct-syscalls.h: Provide decl. |
|
608 |
|
609 |
4293
|
610 2003-01-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
611 |
|
612 * dMatrix.cc (Matrix::read): Set size and return immediately if |
|
613 there is nothing to read. |
|
614 |
4290
|
615 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
616 |
|
617 * lo-cutils.c: Define _XOPEN_SOURCE. |
|
618 |
4286
|
619 2003-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
620 |
4288
|
621 * getopt.h: Update to version from kpathsearch, so we will install |
|
622 the version that we are using. |
|
623 |
|
624 * getopt.c, getopt1.c: Delete. |
|
625 (INCLUDES): Delete them from the list. We'll get these files from |
|
626 kpathsearch. |
|
627 |
4286
|
628 * Makefile.in (liboctave.$(LIBEXT)): Link directly to |
|
629 ../kpathsea/STATIC/*.o. |
|
630 (liboctave.$(SHLEXT)): Link directly to ../kpathsea/SHARED/*.o. |
|
631 |
4270
|
632 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
633 |
4282
|
634 * dMatrix.cc (read_int, write_int): Avoid warnings about |
|
635 unreachable code. |
|
636 |
4279
|
637 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Define operator delete |
|
638 to correspond to placement new operator. |
|
639 |
4278
|
640 * dbleDET.cc (DET::value_will_overflow): We want det[1], not det[2]. |
|
641 (DET::value_will_underflow): Likewise. |
|
642 * CmplxDET.cc (ComplexDET::value_will_overflow): Likewise. |
|
643 (ComplexDET::value_will_underflow): Likewise. |
|
644 |
4276
|
645 * Makefile.in (distclean): Also remove stamp-prereq. |
|
646 |
4306
|
647 * Array2-idx.h (Array2<T>::assign): If assignment conforms but the |
|
648 RHS and index are empty matrices, don't do anything. |
4270
|
649 |
4242
|
650 2002-12-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
651 |
|
652 * pathsearch.cc (make_retval, free_c_array, make_c_names, |
|
653 delete_c_names): New helper functions. |
|
654 (dir_path::find_first_of): New function. |
|
655 (dir_path::find_all_first_of): Likewise. |
|
656 * pathsearch.h: Provide decls. |
|
657 |
|
658 * oct-kpse.c (octave_kpse_path_find_first_of): New function. |
|
659 (octave_kpse_all_path_find_first_of): Likewise. |
|
660 * oct-kpse.h: Provide decls. |
|
661 |
4231
|
662 2002-12-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
663 |
|
664 * ODESSA.cc (ODESSA::integrate): Handle maxord. |
|
665 * ODESSA-opts.in: Likewise. |
|
666 |
|
667 * LSODE.cc (ODESSA::integrate): Handle maxord. |
|
668 * LSODE-opts.in: Likewise. |
|
669 |
4229
|
670 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
671 |
4230
|
672 * ODESSA.cc (ODESSA::ODESSA): Initialize "initialized" data member |
|
673 in all constructors. |
|
674 |
4229
|
675 * Makefile.in (liboctave.$(SHLEXT)): Include $(LIBKPATHSEA) here. |
|
676 (LINK_DEPS): Not here. |
|
677 |
4219
|
678 2002-12-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
679 |
4220
|
680 * str-vec.cc (string_vector::compare): New static member function. |
|
681 * str-vec.h: Provide decl. |
|
682 (string_vector::sort): Use it. |
|
683 (str_vec_compare): Delete static function. |
|
684 |
4219
|
685 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Also declare and define |
|
686 a placement operator new. |
|
687 |
4209
|
688 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
689 |
4210
|
690 * Matrix.h: Include mx-ops.h too. |
4209
|
691 * mx-ops.h: New file. |
|
692 |
4192
|
693 2002-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
694 |
|
695 * DASRT.cc, DASRT.h, Array.cc, ArrayN.h, Array.h, Array2.cc, |
|
696 Array2.h, Array3.cc, Array3.h, Bounds.cc, Bounds.h, CRowVector.h, |
|
697 CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc, CMatrix.h, |
|
698 CRowVector.cc, CColVector.h, ChangeLog, CmplxAEPBAL.cc, |
|
699 CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, CmplxDET.cc, CmplxDET.h, |
|
700 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxLU.h, CmplxQR.cc, |
|
701 CmplxQR.h, CmplxQRP.cc, ArrayN.cc, CmplxQRP.h, CmplxSCHUR.cc, |
|
702 CmplxSCHUR.h, CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, dMatrix.cc, |
|
703 CollocWt.h, EIG.h, DASSL.cc, FEGrid.h, DASSL.h, DiagArray2.cc, |
|
704 DiagArray2.h, EIG.cc, FEGrid.cc, LSODE.cc, LPsolve.cc, LPsolve.h, |
|
705 LSODE.h, LinConst.cc, LinConst.h, MArray.h, MArray.cc, MArray2.cc, |
|
706 MArray2.h, MDiagArray2.cc, MDiagArray2.h, Range.cc, NLConst.h, |
|
707 NLEqn.cc, Range.h, NLEqn.h, Quad.cc, dbleQR.h, Quad.h, base-lu.cc, |
|
708 base-lu.h, boolMatrix.cc, boolMatrix.h, dColVector.cc, |
|
709 dColVector.h, dDiagMatrix.cc, dDiagMatrix.h, dMatrix.h, |
|
710 dRowVector.cc, dRowVector.h, dbleAEPBAL.cc, dbleAEPBAL.h, |
|
711 dbleCHOL.cc, dbleCHOL.h, dbleDET.cc, dbleDET.h, dbleHESS.cc, |
|
712 dbleHESS.h, dbleLU.cc, dbleLU.h, dbleQR.cc, dbleQRP.cc, dbleQRP.h, |
|
713 dbleSCHUR.cc, dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, idx-vector.cc, |
|
714 idx-vector.h, oct-alloc.cc, CColVector.cc, DASPK.h, DASPK.cc, |
|
715 ODESSA.h, ODES.h, ODESSA.cc, ODES.cc, chMatrix.h, chMatrix.cc: |
|
716 Use "defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)" instead of |
|
717 "! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION)". |
|
718 |
4184
|
719 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
720 |
|
721 * oct-shlib.cc (octave_dlopen_shlib::open): Use RTLD_GLOBAL too. |
|
722 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
723 |
4180
|
724 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
725 |
|
726 * lo-specfun.cc: Use F77_FUNC instead of F77_XFCN for calls to |
|
727 fortran code that should run fast enough that it is not worth all |
|
728 the setup costs of F77_XFCN. |
|
729 |
|
730 * Quad.cc (user_function): Surround body of function with |
|
731 BEGIN_INTERRUPT_WITH_EXCEPTIONS, END_INTERRUPT_WITH_EXCEPTIONS. |
|
732 * ODESSA.cc (odessa_f, odessa_j, odessa_b): Likewise. |
|
733 * NLEqn.cc (hybrd1_fcn, hybrj1_fcn): Likewise. |
|
734 * LSODE.cc (lsode_f, lsode_j): Likewise. |
|
735 * DASSL.cc (ddassl_f, ddassl_j): Likewise. |
|
736 * DASRT.cc (ddasrt_f, ddasrt_j, ddasrt_g): Likewise. |
|
737 * DASPK.cc (ddaspk_f, ddaspk_psol, ddaspk_j): Likewise. |
|
738 |
4164
|
739 2002-11-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
740 |
|
741 * lo-ieee.cc (octave_ieee_init): Check defined (__osf__) instead |
|
742 of ! defined (linux). |
|
743 |
4162
|
744 2002-11-09 Per Persson <persquare@mac.com> |
|
745 |
|
746 * oct-shlib.cc (octave_dyld_shlib): New class. |
|
747 (make_shlib): Instantiate octave_dyld_shlib. |
|
748 |
4152
|
749 2002-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
750 |
4153
|
751 * CMatrix.cc, dMatrix.cc: Sprinkle with OCTAVE_QUIT. |
|
752 |
4152
|
753 * ODESSA.cc (odessa_f, odessa_j, odessa_b): Abort on error. |
|
754 |
|
755 * Array.h: Include <cstddef> here. |
|
756 |
4142
|
757 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
758 |
4144
|
759 * DASPK.cc (DASPK::do_integrate): Resize rwork and iwork before |
|
760 using them. Accept inequality contraint option of 0. Assign |
|
761 pabs_tol and prel_tol before calling DASPK. Don't redeclare |
|
762 abs_tol and rel_tol. |
|
763 |
4143
|
764 * cmd-edit.h (command_editor::filename_completion_desired): New |
|
765 static function. |
|
766 (command_editor::do_filename_completion_desired): New virtual function. |
|
767 * oct-rl-edit.c (octave_rl_filename_completion_desired): New function. |
|
768 * oct-rl-edit.h: Provide decl. |
|
769 |
4142
|
770 * Array2.cc (Array2<T>::get_size): #define MALLOC_OVERHEAD to |
|
771 avoid OS X linker bug. |
|
772 * ArrayN.cc (ArrayN<T>::get_size): Likewise. |
|
773 |
4139
|
774 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
775 |
4141
|
776 * ODESFunc.h (ODESFunc::ODES_fsub, ODESFunc::ODES_bsub, |
|
777 ODESFunc::ODES_jsub): Reorder args for consistency with other |
|
778 solvers. |
|
779 * ODESSA.cc: Fix all callers. |
|
780 |
4139
|
781 * mx-inlines.cc (MX_BASE_REDUCTION_OP): Also return scalar |
|
782 MT_RESULT if nr == 1 && nc == 0 && dim == -1 (i.e., |
|
783 sum(zeros(1,0)) returns 0, not [](1x0)). |
|
784 |
4136
|
785 2002-10-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
786 |
|
787 * Makefile.in (LINK_DEPS): Include $(FLIBS) here too. |
|
788 |
4132
|
789 2002-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
790 |
4133
|
791 * DASRT.cc (DASRT::integrate): Fix computation of lrw |
|
792 (ddasrt_f): Combine loops. |
|
793 |
4132
|
794 * NLEqn.cc (NLEqn::solve): Return current estimate of solution |
|
795 instead of empty vector if user termninates iteration. |
|
796 |
4130
|
797 2002-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
798 |
|
799 * lo-utils.cc (read_inf_nan_na, octave_read_double, |
|
800 octave_read_complex, octave_write_double, octave_write_complex): |
|
801 New functions. |
|
802 * CMatrix.cc (operator << (std::ostream&, const ComplexMatrix&)): |
|
803 Use octave_write_complex. |
|
804 (operator >> (std::istream&, const ComplexMatrix&)): |
|
805 Use octave_read_complex. |
|
806 * dMatrix.cc (operator << (std::ostream&, double)): |
|
807 Use octave_write_double. |
|
808 (operator >> (std::istream&, double)): Use octave_read_double. |
|
809 |
4126
|
810 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
811 |
|
812 * oct-kpse.c (octave_kpse_clear_dir_cache): Delete. |
|
813 * oct-kpse.h: Delete decl. |
|
814 * pathsearch.cc (dir_path::init): Delete unnecessary call to |
|
815 ::octave_kpse_clear_dir_cache. |
|
816 |
4123
|
817 2002-10-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
818 |
4124
|
819 * lo-sstream.h: Undef HAVE_SSTREAM if using a version of g++ |
|
820 earlier than 3.0. |
|
821 |
4123
|
822 * Makefile.in (LINK_DEPS): Include $(LIBKPATHSEA) here. |
|
823 (liboctave.$(SHLEXT)): Not here. |
|
824 |
4110
|
825 2002-10-17 Paul Kienzle <pkienzle@users.sf.net> |
|
826 |
|
827 * oct-shlib.cc (octave_w32_shlib): New class to support Windows. |
|
828 |
4108
|
829 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
830 |
|
831 * Makefile.in (install-lib): Don't bother with versions for |
|
832 $(SHLBIN) files. |
|
833 |
4105
|
834 2002-10-16 Paul Kienzle <pkienzle@users.sf.net> |
|
835 |
|
836 * Makefile.in (LIB_DEPS): Include $(LIBS). |
|
837 |
4102
|
838 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
839 |
|
840 * lo-cieee.c: Move everything but lo_ieee_init here. |
|
841 (lo_ieee_Inf_value, lo_ieee_NA_value, lo_ieee_NaN_value): |
|
842 New functions. |
|
843 |
|
844 * Makefile.in (install): No need to use cd to create links. |
|
845 (LINK_DEPS): Include $(LIBOCTAVE_LFLAGS) before list of libraries. |
|
846 |
|
847 2002-10-14 Paul Kienzle <pkienzle@users.sf.net> |
|
848 |
|
849 * Makefile.in: Merge liboctave with liboct-readline and |
|
850 liboct-pathsearch. |
|
851 Use link dependencies for shared libs if INCLUDE_LINK_DEPS. |
|
852 (libraries): Depend on versioned library. |
|
853 (liboctave.$(SHLEXT), liboctave.$(SHLEXT_VER)): Reverse actions -- |
|
854 build unversioned library, symbolic link adds version info. |
|
855 (install, uninstall): Handle link and load forms of the library |
|
856 separately. |
|
857 |
4101
|
858 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
859 |
|
860 * oct-time.cc: Use OCTAVE_USE_WINDOWS_API instead of __WIN32__ and |
|
861 __CYGWIN__. |
|
862 |
|
863 * file-ops.cc (file_ops::dir_sep_char, file_ops::dir_sep_str, |
|
864 file_ops::dir_sep_chars): New static functions to replace |
|
865 OCTAVE_DIR_SEP_CHAR, OCTAVE_DIR_SEP_STR, OCTAVE_DIR_SEP_CHARS. |
|
866 |
|
867 * oct-env.cc (octave_env::do_set_program_name): |
|
868 Use file_ops::dir_sep_chars instead of OCTAVE_DIR_SEP_CHARS. |
|
869 (octave_env::do_base_pathname): Likewise. |
|
870 (octave_env::do_make_absolute): Likewise. |
|
871 |
|
872 * oct-env.cc (octave_env::do_make_absolute): |
|
873 Use file_ops::dir_sep_str instead of OCTAVE_DIR_SEP_STR. |
|
874 (octave_env::do_get_home_directory): Likewise. |
|
875 |
|
876 * file-ops.cc (is_dir_sep): Use dir_sep_chars instead of embedding |
|
877 that information here too. |
|
878 (tilde_find_suffix, isolate_tilde_prefix, tilde_expand_word): |
|
879 Use file_ops::dir_sep_char instead of OCTAVE_DIR_SEP_CHAR. |
|
880 |
|
881 * file-ops.h: Use OCTAVE_HAVE_WINDOWS_FILESYSTEM and |
|
882 OCTAVE_HAVE_POSIX_FILESYSTEM instead of __WIN32__ and __CYGWIN__. |
|
883 |
4097
|
884 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
885 |
|
886 * oct-env.h (octave_env::current_directory): Now mutable. |
|
887 (octave_env:do_getcwd): Now const. |
|
888 |
|
889 * file-ops.h, file-ops.cc (file_ops::is_dir_sep): New function. |
|
890 (OCTAVE_DIR_SEP_CHAR, OCTAVE_DIR_SEP_STR, OCTAVE_DIR_SEP_CHARS, |
|
891 OCTAVE_CURRENT_DIR_STR): New macros. |
|
892 * oct-env.cc (is_dir_sep): Delete. |
|
893 (octave_env::do_base_pathname): Look for OCTAVE_DIR_SEP_CHARS, not '/'. |
|
894 (octave_env::do_set_program_name): Likewise. |
|
895 (octave_env::do_polite_directory_format): Use file_ops::is_dir_sep |
|
896 instead of checking for '/'. |
|
897 (octave_env::pathname_backup): Likewise. |
|
898 (octave_env::do_absolute_pathname): Likewise. |
|
899 (octave_env::do_make_absolute): Likewise. |
|
900 If dot_path is empty, use getcwd to set current_dir. |
|
901 (octave_env::do_get_home_directory): Use OCTAVE_DIR_SEP_STR |
|
902 instead of "/". |
|
903 |
4093
|
904 2002-10-07 Paul Kienzle <pkienzle@users.sf.net> |
|
905 |
|
906 * lo-cutils.c: On non-Posix Windows systems, include winsock.h. |
|
907 |
|
908 2002-10-07 Paul Kienzle <pkienzle@users.sf.net> |
|
909 |
|
910 * oct-env.cc (octave_env::do_absolute_pathname): Recognize |
|
911 absolute path names under MinGW as well. |
|
912 |
|
913 2002-10-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
914 |
|
915 * oct-env.cc: Include <cctype> too. |
|
916 |
4087
|
917 2002-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
918 |
|
919 * oct-env.cc (octave_env::do_absolute_pathname): Handle Windows |
|
920 filenames. |
|
921 (octave_env::do_make_absolute): Check for absolute name with |
|
922 do_absolute_path. |
4088
|
923 (octave_env::do_chdir): Likewise. |
|
924 (is_dir_sep): New function. |
4087
|
925 |
4085
|
926 2002-10-03 Paul Kienzle <pkienzle@users.sf.net> |
|
927 |
4086
|
928 * oct-time.cc (octave_time::stamp): Better resolution for Windows |
|
929 systems. |
4085
|
930 |
4083
|
931 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
932 |
|
933 * dMatrix.cc (Matrix::read): Clean up error handling logic. |
|
934 |
4080
|
935 2002-09-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
936 |
4081
|
937 * file-ops.cc (file_ops::mkdir): Handle one-arg mkdir here. |
|
938 |
4080
|
939 * lo-specfun.cc (acosh): Call xdacosh, not dacosh. |
|
940 |
4076
|
941 2002-09-27 Per Persson <persquare@mac.com> |
|
942 |
|
943 * oct-group.cc (octave_group::octave_group): Dont' forget to set |
|
944 gr_gid too. |
|
945 |
4072
|
946 2002-09-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
947 |
4074
|
948 * lo-mappers.cc (xisnan, xfinite, xisinf): Simply forward to |
|
949 lo_ieee_* functions. |
4072
|
950 * Makefile.in (LIBOCTAVE_C_SOURCES): Add lo-cieee.c to the list. |
4074
|
951 * lo-ieee.cc (lo_ieee_double): Rename from ieee_double. |
|
952 (LO_IEEE_NA_HW, LO_IEEE_NA_LW): Rename from NA_HW and NA_LW. |
4072
|
953 * lo-cieee.c: New file. |
4074
|
954 [SCO] (isinf, isnan): Move here from lo-ieee.cc. |
4072
|
955 * lo-ieee.h: Now all extern "C". |
4074
|
956 (lo_ieee_isnan, lo_ieee_finite, lo_ieee_isinf): Move here from |
|
957 lo-mappers.cc and rename from xisnan, xfinite, xisinf. |
|
958 |
4072
|
959 * lo-ieee.cc (lo_ieee_hw, lo_ieee_low): Rename from hw and lw. |
|
960 Now extern. |
|
961 |
4066
|
962 2002-09-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
963 |
|
964 * Array.cc, Array.h, Array2.cc, Array2.h, Array3.cc, Array3.h, |
|
965 ArrayN.cc, ArrayN.h, Bounds.cc, Bounds.h, CColVector.cc, |
|
966 CColVector.h, CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc, |
|
967 CMatrix.h, CRowVector.cc, CRowVector.h, CmplxAEPBAL.cc, |
|
968 CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, CmplxDET.cc, CmplxDET.h, |
|
969 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxLU.h, CmplxQR.cc, |
|
970 CmplxQR.h, CmplxQRP.cc, CmplxQRP.h, CmplxSCHUR.cc, CmplxSCHUR.h, |
|
971 CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, CollocWt.h, DAE.cc, |
|
972 DASPK.cc, DASPK.h, DASRT.cc, DASRT.h, DASSL.cc, DASSL.h, |
|
973 DiagArray2.cc, DiagArray2.h, EIG.cc, EIG.h, FEGrid.cc, FEGrid.h, |
|
974 LPsolve.cc, LPsolve.h, LSODE.cc, LSODE.h, LinConst.cc, LinConst.h, |
|
975 MArray.cc, MArray.h, MArray2.cc, MArray2.h, MDiagArray2.cc, |
|
976 MDiagArray2.h, NLConst.h, NLEqn.cc, NLEqn.h, ODES.cc, ODES.h, |
|
977 ODESSA.cc, ODESSA.h, Quad.cc, Quad.h, Range.cc, Range.h, |
|
978 base-lu.cc, base-lu.h, boolMatrix.cc, boolMatrix.h, chMatrix.cc, |
|
979 chMatrix.h, dColVector.cc, dColVector.h, dDiagMatrix.cc, |
|
980 dDiagMatrix.h, dMatrix.cc, dMatrix.h, dRowVector.cc, dRowVector.h, |
|
981 dbleAEPBAL.cc, dbleAEPBAL.h, dbleCHOL.cc, dbleCHOL.h, dbleDET.cc, |
|
982 dbleDET.h, dbleHESS.cc, dbleHESS.h, dbleLU.cc, dbleLU.h, |
|
983 dbleQR.cc, dbleQR.h, dbleQRP.cc, dbleQRP.h, dbleSCHUR.cc, |
|
984 dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, idx-vector.cc, idx-vector.h, |
|
985 oct-alloc.cc: |
|
986 If __GNUG__, use pragma interface/implementation. Allow this to |
|
987 be turned off by defining NO_PRAGMA_INTERFACE_IMPLEMENTATION. |
|
988 |
4064
|
989 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
|
990 |
4066
|
991 * file-ops.cc (file_ops::readlink): Don't declare buffer if |
|
992 system readlink function is not available. |
|
993 |
4065
|
994 * lo-mappers.cc (xerf, xerfc): Delete. |
|
995 * lo-mappers.h (xerf, xerfc): Delete decls. |
|
996 |
4064
|
997 * lo-mappers.cc: Remove unused #define M_PI. |
|
998 * lo-specfun.cc: Add #define M_PI if needed. |
|
999 |
4062
|
1000 2002-09-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1001 |
|
1002 * cmd-edit.cc (do_decode_prompt_string): Cope with possibility |
|
1003 that geteuid doesn't exist. |
|
1004 |
|
1005 * LP.h: Rename LP class to octave_LP. |
|
1006 LPsolve.h: Change all uses. |
|
1007 |
|
1008 * file-ops.cc, oct-passwd.cc oct-syscalls.cc oct-group.cc: Remove |
|
1009 incorrect token-pasting op. |
|
1010 |
|
1011 * statdefs.h [! S_ISLNK]: undef HAVE_LSTAT instead of trying to |
|
1012 define lstat. |
|
1013 |
4061
|
1014 2002-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1015 |
|
1016 * Array.cc, Array.h, Array2.cc, Array2.h, Array3.cc, Array3.h, |
|
1017 ArrayN.cc, ArrayN.h, Bounds.cc, Bounds.h, CColVector.cc, |
|
1018 CColVector.h, CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc, |
|
1019 CMatrix.h, CRowVector.cc, CRowVector.h, CmplxAEPBAL.cc, |
|
1020 CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, CmplxDET.cc, CmplxDET.h, |
|
1021 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxLU.h, CmplxQR.cc, |
|
1022 CmplxQR.h, CmplxQRP.cc, CmplxQRP.h, CmplxSCHUR.cc, CmplxSCHUR.h, |
|
1023 CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, CollocWt.h, DAE.cc, |
|
1024 DASPK.cc, DASPK.h, DASRT.cc, DASRT.h, DASSL.cc, DASSL.h, |
|
1025 DiagArray2.cc, DiagArray2.h, EIG.cc, EIG.h, FEGrid.cc, FEGrid.h, |
|
1026 LPsolve.cc, LPsolve.h, LSODE.cc, LSODE.h, LinConst.cc, LinConst.h, |
|
1027 MArray.cc, MArray.h, MArray2.cc, MArray2.h, MDiagArray2.cc, |
|
1028 MDiagArray2.h, NLConst.h, NLEqn.cc, NLEqn.h, ODES.cc, ODES.h, |
|
1029 ODESSA.cc, ODESSA.h, Quad.cc, Quad.h, Range.cc, Range.h, |
|
1030 base-lu.cc, base-lu.h, boolMatrix.cc, boolMatrix.h, chMatrix.cc, |
|
1031 chMatrix.h, dColVector.cc, dColVector.h, dDiagMatrix.cc, |
|
1032 dDiagMatrix.h, dMatrix.cc, dMatrix.h, dRowVector.cc, dRowVector.h, |
|
1033 dbleAEPBAL.cc, dbleAEPBAL.h, dbleCHOL.cc, dbleCHOL.h, dbleDET.cc, |
|
1034 dbleDET.h, dbleHESS.cc, dbleHESS.h, dbleLU.cc, dbleLU.h, |
|
1035 dbleQR.cc, dbleQR.h, dbleQRP.cc, dbleQRP.h, dbleSCHUR.cc, |
|
1036 dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, idx-vector.cc, idx-vector.h, |
|
1037 oct-alloc.cc: |
|
1038 Use USE_PRAGMA_INTERFACE_IMPLEMENTATION instead of __GNUG__ |
|
1039 to decide whether to use the interface/implementation pragmas. |
|
1040 |
4058
|
1041 2002-09-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1042 |
|
1043 * Makefile.in (INCLUDES): Add lo-sstream.h to the list. |
|
1044 |
4055
|
1045 2002-08-17 Mumit Khan <khan@nanotech.wisc.edu> |
|
1046 |
|
1047 * CmplxCHOL.h, CollocWt.h, cmd-edit.h, oct-shlib.h: Don't use |
|
1048 qualified names. |
|
1049 |
4051
|
1050 2002-08-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1051 |
4054
|
1052 * Array.h, Array2-idx.h, DiagArray2.cc, Array2.cc, Array3.cc, |
|
1053 ArrayN.cc: Add typename where needed. |
4053
|
1054 |
4051
|
1055 * DASPK.cc: Include lo-sstream.h and use macros instead of using |
|
1056 strstream classes directly. |
|
1057 * DASRT.cc: Likewise. |
|
1058 * DASSL.cc: Likewise. |
|
1059 * LSODE.cc: Likewise. |
|
1060 * ODESSA.cc: Likewise. |
|
1061 |
|
1062 * cmd-hist.cc: Don't include <strstream>. |
|
1063 * oct-shlib.cc: Likewise. |
|
1064 |
|
1065 * lo-sstream.h: New file. |
|
1066 |
4049
|
1067 2002-08-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1068 |
|
1069 * LSODE.h (rel_tol, abs_tol, px, pabs_tol, piwork, prwork, itol): |
|
1070 New data members. |
|
1071 (LSODE::sanity_checked): Delete unused data member. |
|
1072 |
|
1073 * DASPKL.h (initialized, abs_tol, rel_tol, px, pxdot, pabs_tol, |
|
1074 prel_tol, pinfo, piwork, prwork): New data members. |
|
1075 * DASSL.h (DASSL): Likewise. |
|
1076 |
|
1077 * DASRT.h (DASRT::sanity_checked): Delete unused data member. |
|
1078 |
|
1079 * DASRT.cc (DASRT::integrate (double)): Better handling of |
|
1080 initialization, changes in options, etc. |
|
1081 * DASPK.cc (DASPK::do_integrate): Likewise. |
|
1082 * DASSL.cc (DASSL::do_integrate): Likewise. |
|
1083 * LSODE.cc (LSODE::do_integrate): Likewise. |
|
1084 |
4047
|
1085 2002-08-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1086 |
4049
|
1087 * DAEFunc.h (DAEFunc::reset): New data member. |
|
1088 * DAERTFunc.h (DAERTFunc::reset): Likewise. |
|
1089 |
|
1090 * base-de.h (base_diff_eqn::set_stop_time): Force restart here. |
|
1091 (base_diff_eqn::clear_stop_time): Likewise. |
|
1092 |
4047
|
1093 * DASSL.cc (DASSL::do_integrate (double)): Handle more optoins. |
|
1094 * DASPK.cc (DASPK::do_integrate (double)): Likewise. |
|
1095 |
4044
|
1096 2002-08-15 Paul Kienzle <pkienzle@users.sf.net> |
|
1097 |
|
1098 * DASPK-opts.in, DASPK.h: Move include to .in file. |
|
1099 * DASRT-opts.in, DASRT.h: Likewise. |
|
1100 * DASSL-opts.in, DASSL.h: Likewise. |
|
1101 * LSODE-opts.in, LSODE.h: Likewise. |
|
1102 * NLEqn-opts.in, NLEqn.h: Likewise. |
|
1103 * ODESSA-opts.in, ODESSA.h: Likewise. |
|
1104 |
4038
|
1105 2002-08-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1106 |
4042
|
1107 * LSODE.cc (LSODE::error_message): Also return current T on |
|
1108 failures when that makes sense. |
4043
|
1109 * DASSL.cc (DASSL::error_message): Likewise. |
|
1110 * DASRT.cc (DASRT::error_message): Likewise. |
|
1111 * DASPK.cc (DASPK::error_message): Likewise. |
|
1112 * ODESSA.cc (ODESSA:error_message): Likewise. |
4042
|
1113 |
4038
|
1114 * Makefile.in (liboct-pathsearch.$(SHLEXT_VER)): Link to |
|
1115 $(LIBKPATHSEA) here. |
|
1116 |
4025
|
1117 2002-08-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1118 |
|
1119 * lo-ieee.cc (lo_ieee_is_NA): New function. |
|
1120 (lo_ieee_is_NaN_or_NA): New function. |
|
1121 (octave_NA): New global value. |
|
1122 (octave_ieee_init): Initialize it. |
|
1123 * lo-mappers.cc (octave_is_NA): New function. |
|
1124 (octave_is_NaN_or_NA): New function. |
|
1125 (xisnan): Return false if NaN looks like a missing value. |
|
1126 (xisnan (const Complex&)): Use xisnan here. |
|
1127 |
4015
|
1128 2002-08-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1129 |
4017
|
1130 * CMatrix.h (ComplexMatrix::all, ComplexMatrix::any, |
|
1131 ComplexMatrix::cumprod, ComplexMatrix::cumsum, |
|
1132 ComplexMatrix::prod, ComplexMatrix::sum, ComplexMatrix::sumsq): |
|
1133 Default value for dim is -1, not 0. |
|
1134 * dMatrix.h (Matrix::all, Matrix::any, Matrix::cumprod, |
|
1135 Matrix::cumsum, Matrix::prod, Matrix::sum, Matrix::sumsq): Likewise. |
|
1136 * boolMatrix.h (boolMatrix:all, boolMatrix::any): Likewise. |
|
1137 * chMatrix.h (charMatrix::all, charMatrix::any): Likewise. |
|
1138 |
4015
|
1139 * mx-inlines.cc (MX_ANY_ALL_OP_ROW_CODE, MX_ANY_ALL_OP_COL_CODE): |
|
1140 New macros. |
|
1141 (MX_ANY_ALL_OP): Define MX_ANY_ALL_OP using them and |
|
1142 MX_BASE_REDUCTION_OP. |
|
1143 (MX_CUMULATIVE_OP): Fix spelling. Change all uses. |
|
1144 |
4014
|
1145 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1146 |
4015
|
1147 * chMatrix.h, chMatrix.cc (charMatrix::any, charMatrix::all): |
|
1148 Return boolMatrix, not Matrix. |
|
1149 |
|
1150 * mx-inlines.cc (MX_ANY_ALL_OP, MX_ALL_OP, MX_ANY_OP): New macros. |
|
1151 * dMatrix.cc (Matrix::any): Replace guts with MX_ANY_OP. |
|
1152 (Matrix::all): Replace guts with MX_ALL_OP. |
|
1153 * CMatrix.cc (ComplexMatrix::any): Replace guts with MX_ANY_OP. |
|
1154 (ComplexMatrix::all): Replace guts with MX_ALL_OP. |
|
1155 * boolMatrix.cc (boolMatrix::any): Replace guts with MX_ANY_OP. |
|
1156 (boolMatrix::all): Replace guts with MX_ALL_OP. |
|
1157 * chMatrix.cc (charMatrix::any): Replace guts with MX_ANY_OP. |
|
1158 (charMatrix::all): Replace guts with MX_ALL_OP. |
|
1159 |
|
1160 * dMatrix.h (Matrix::any): New arg, dim. |
|
1161 (Matrix::all): Likewise. |
|
1162 * CMatrix.h (ComplexMatrix::any): Likewise. |
|
1163 (ComplexMatrix::all): Likewise. |
|
1164 * boolMatrix.h (boolMatrix::any): Likewise. |
|
1165 (boolMatrix::all): Likewise. |
|
1166 * chMatrix.h (charMatrix::any): Likewise. |
|
1167 (charMatrix::all): Likewise. |
|
1168 |
4014
|
1169 * Makefile.in: Use $@-t instead of $@.t. |
|
1170 |
4004
|
1171 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1172 |
|
1173 * lo-specfun.cc (gammainc): New arg, err, for scalar version. |
|
1174 Use it in matrix versions to avoid spewing multiple errors. |
|
1175 Call xgammainc instead of dgamit. |
|
1176 |
3998
|
1177 2002-07-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1178 |
|
1179 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const boolMatrix&)): |
|
1180 Get rows and columns right in loop. |
|
1181 (ComplexMatrix::ComplexMatrix (const charMatrix&)): Likewise. |
|
1182 |
|
1183 2002-07-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1184 |
|
1185 * DASPK.cc (DASPK::do_integrate): Allow array tolerances. |
|
1186 * DASRT.cc (DASRT::integrate): Likewise. |
|
1187 * DASSL.cc (DASSL::do_integrate): Likewise. |
|
1188 |
|
1189 * Quad.cc: Don't pass tolerances in constructors. |
|
1190 |
|
1191 * DASPK-opts.in, DASRT-opts.in, DASSL-opts.in, LSODE-opts.in, |
|
1192 NLeqn-opts.in, ODESSA-opts.in, Quad-opts.in: New files. |
|
1193 * DASPK-opts.h, DASRT-opts.h, DASSL-opts.h, LSODE-opts.h, |
|
1194 NLeqn-opts.h, ODESSA-opts.h, Quad-opts.h: Generate automatically |
|
1195 from corresponding .in files. |
|
1196 * LSODE.h, Quad.h: Replace options class definitions with included |
|
1197 file. |
|
1198 * Makefile.in (OPTS_INC_SRC, OPTS_INC): New variables, new rule to |
|
1199 create OPTS_INC files from OPTS_INC_SRC files. |
|
1200 (stamp-prereq): New target. |
|
1201 (libraries): Depend on stamp-prereq. |
|
1202 Include stamp-prereq along with $(MAKEDEPS). |
|
1203 |
3997
|
1204 2002-07-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1205 |
|
1206 * base-de.h (base_diff_eqn::istate): New data member. |
|
1207 (base_diff_eqn::integration_state): New member function. |
|
1208 * LSODE.h, LSODE.cc, ODESSA.h, ODESSA.cc: Delete corresponding |
|
1209 data members and functions. |
|
1210 * DASPK.h, DASRT.h, DASSL.h: Delete idid data member. |
|
1211 * DASPK.cc, DASRT.cc, DASSL.cc: Use istate instead of idid. |
|
1212 |
3990
|
1213 2002-07-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1214 |
3995
|
1215 * base-de.h (base_diff_eqn::stop_time, |
|
1216 base_diff_eqn::stop_time_set, base_diff_eqn::restart, |
|
1217 base_diff_eqn::integration_error): New data members. |
|
1218 (base_diff_eqn::set_stop_time, base_diff_eqn::clear_stop_time, |
|
1219 base_diff_eqn::force_restart, base_diff_eqn::integration_ok, |
|
1220 base_diff_eqn::error_message): New member functions. |
|
1221 * LSODE.h, LSODE.cc, DASSL.h, DASSL.cc, DASPK.h, DASPK.cc, |
|
1222 DASRT.h, DASRT.cc, ODESSA.h, ODESSA.cc: Delete corresponding data |
|
1223 members and functions. |
|
1224 |
3992
|
1225 * DASRT.h (DASRT::set_ng, DASRT::get_ng): Delete |
|
1226 * DASRT.cc (DASRT::DASRT): Set ng here. |
3993
|
1227 (DASRT::integrate): Don't forget to set nn. |
3992
|
1228 |
3991
|
1229 * DAEFunc.h (DAEFunc): Jacobian function now follows format of DASSL. |
|
1230 * DASSL.cc (ddassl_j): Make it work. |
|
1231 * DASPK.cc (ddaspk_j): Likewise. |
|
1232 |
3990
|
1233 * DAE.cc: Delete. |
|
1234 |
|
1235 * DAERT.h, DAERTFunc.h, DASRT.h, DASRT.cc: New files for DAE |
|
1236 solving with root finding. |
|
1237 * Makefile.in: Add them to the appropriate lists. |
|
1238 |
|
1239 * base-dae.h: New file. |
|
1240 * Makefile.in (INCLUDES): Add it to the list. |
|
1241 * DAE.h (DAE): Derive from base_diff_alg_eqn, not base_diff_eqn. |
|
1242 |
3984
|
1243 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1244 |
|
1245 * ODE.h: Move integrate and do_integrate method declarations and |
|
1246 definitions here. |
|
1247 * base-de.h: From here. |
|
1248 |
|
1249 * ODES.h, ODES.cc, ODESFunc.h, ODESSA.h, ODESSA.cc: New files. |
|
1250 * Makefile.in: Add them to the appropriate lists. |
|
1251 (LIBOCTAVE_CXX_SOURCES): |
|
1252 |
3971
|
1253 2002-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1254 |
|
1255 * NLEqn.cc (NLEqn::error_message): New function. |
|
1256 * NLEqn.h (NLEqn::solution_state, NLEqn::solution_ok): New functions. |
|
1257 |
3970
|
1258 2002-07-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1259 |
|
1260 * lo-utils.cc (octave_fgetl): New function. |
|
1261 * cmd-edit.cc (do_readline): Use it instead of octave_fgets. |
|
1262 |
3959
|
1263 2002-05-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1264 |
|
1265 * LSODE.cc (LSODE::error_message): New function. |
|
1266 * LSODE.h: Provide decl. |
|
1267 (LSODE::integration_state): New function. |
|
1268 (LSODE::integration_ok): New function. |
|
1269 |
3952
|
1270 2002-05-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1271 |
3955
|
1272 * LSODE.cc (LSODE_options::x_integration_method): New data member. |
|
1273 (LSODE_options::set_integration_method, |
|
1274 LSODE_options::integration_method): New functions. |
3954
|
1275 |
3952
|
1276 * LSODE.h (LSODE_options::x_absolute_tolerance): Now Array<double>. |
|
1277 Change all uses. |
|
1278 (LSODE_OPTIONS::absolute_tolerance): Return Array<double>, not double. |
|
1279 (LSODE_OPTIONS::set_absolute_tolerance (const Array<double>&)): |
|
1280 New function. |
|
1281 |
|
1282 * Array.h (Array::fortran_vec): New const version. |
|
1283 |
3951
|
1284 2002-05-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1285 |
|
1286 * cmd-edit.cc (gnu_readline::history_search_backward): New function. |
|
1287 (gnu_readline::history_search_forward): Likewise. |
|
1288 (gnu_readline::gnu_readline): Use them instead of passing pointers |
|
1289 to extern "C" functions to octave_rl_ad_defun. |
|
1290 |
3946
|
1291 2002-05-22 Mumit Khan <khan@nanotech.wisc.edu> |
|
1292 |
|
1293 * DASPK.cc (ddaspk_psol): Return value. |
|
1294 * oct-rl-edit.c: Use /* ... */ to comment. |
|
1295 |
3945
|
1296 2002-05-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1297 |
|
1298 * DASSL.h (DASSL_options::init): Undo previous change. |
|
1299 (DASSL_options::set_absolute_tolerance): Likewise. |
|
1300 * LSODE.h (LSODE_options::init): Likewise. |
|
1301 (LSODE_options::set_absolute_tolerance): Likewise. |
|
1302 |
|
1303 * DASPK.h (DASPK_options::init): Use default absolute tolerance of |
|
1304 sqrt(eps), not eps^2. |
|
1305 DASPK_options::set_absolute_tolerance): Likewise. |
|
1306 |
3944
|
1307 2002-05-17 Mumit Khan <khan@nanotech.wisc.edu> |
|
1308 |
|
1309 * Array.h (Array<T>::resize_fill_value): Return default initialized |
|
1310 object. |
|
1311 |
3933
|
1312 2002-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1313 |
|
1314 * oct-rl-edit.c (OCTAVE_RL_SAVE_STRING): New macro. |
|
1315 (octave_rl_set_name, octave_rl_set_basic_quote_characters): Use it. |
|
1316 (octave_rl_set_basic_word_break_characters, |
|
1317 octave_rl_set_completer_word_break_characters): New functions. |
|
1318 * oct-rl-edit.h: Provide decls. |
|
1319 * cmd-edit.cc (gnu_readline::do_set_basic_word_break_characters, |
|
1320 gnu_readline::do_set_completer_word_break_characters): New functions. |
|
1321 (command_editor::set_basic_quote_characters, |
|
1322 command_editor::set_completion_append_character): New static functions. |
|
1323 * cmd-edit.h: Provide decls. |
|
1324 (command_editor::do_set_basic_word_break_characters, |
|
1325 command_editor::do_set_completer_word_break_characters): |
|
1326 New virtual functions. |
|
1327 |
|
1328 * CMatrix.h, boolMatrix.h, chMatrix.h, dMatrix.h |
|
1329 (resize_fill_value): New static function. |
|
1330 |
|
1331 * Array-idx.h (Array<T>::index): New args, resize_ok and |
|
1332 resize_fill_value. |
|
1333 * Array2-idx.h (Array2<T>::index): Likewise. |
|
1334 * ArrayN-idx.h (ArrayN<T>::index): Likewise. |
|
1335 |
|
1336 * Array2.cc (Array<T>::print_info): New function. |
|
1337 * Array2.h: Provide decl. |
|
1338 |
|
1339 * Array.cc (Array<T>::print_info): New function. |
|
1340 * Array.h: Provide decl. |
|
1341 |
3928
|
1342 2002-05-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1343 |
|
1344 * idx-vector.h (idx_vector::idx_vector (int)): New function. |
|
1345 (idx_vector_rep::idx_vector_rep (int)): New decl. |
|
1346 * idx-vector.cc (idx_vector_rep::idx_vector_rep (int)): New function. |
|
1347 |
|
1348 * Array.h (Array<T>::resize_fill_value (void)): New static function. |
|
1349 (assign (Array<LT>&, const Array<RT>&)): Use it. |
|
1350 * Array2.h (assign (Array2<LT>&, const Array2<RT>&)): Use it. |
|
1351 * ArrayN.h (assign (ArrayN<LT>&, const ArrayN<RT>&)): Use it. |
|
1352 |
|
1353 2002-05-02 Cai Jianming <caijianming@yahoo.co.uk> |
|
1354 |
|
1355 * Array3.h (Array3<T>::checkelem): Improve error message. |
|
1356 * ArrayN.h (ArrayN<T>::range_error): Likewise. |
|
1357 * DiagArray2.cc (DiagArray2<T>::checkelem): Likewise. |
|
1358 * DiagArray2.cc (DiagArray2<T>::operator ()): Likewise. |
|
1359 |
3919
|
1360 2002-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1361 |
|
1362 * DASSL.h (DASSL_options::init): Undo previous change. |
|
1363 (DASSL_options::set_absolute_tolerance): Likewise. |
|
1364 |
3912
|
1365 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1366 |
|
1367 * DASPK.h, DASPK.cc: New files. |
|
1368 * Makefile.in: Add them to the appropriate lists. |
|
1369 |
3904
|
1370 2002-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1371 |
|
1372 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&) const): |
|
1373 Simplify indexing when one or both of the indices are empty. |
|
1374 |
3896
|
1375 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1376 |
|
1377 * DASSL.h (DASSL_options::init): Set absolute tolerance to eps ^ 2. |
|
1378 (DASSL_options::set_absolute_tolerance): Likewise. |
|
1379 * LSODE.h (LSODE_options::init): Likewise. |
|
1380 (LSODE_options::set_absolute_tolerance): Likewise. |
|
1381 |
3887
|
1382 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
|
1383 |
|
1384 * f2c-main.c (MAIN_, MAIN__): Delete. Use F77_DUMMY_MAIN instead. |
|
1385 * file-stat.cc (file_stat::update_internal, file_stat::copy): |
|
1386 Use HAVE_STRUCT_STAT_ST_RDEV instead of HAVE_ST_RDEV. |
|
1387 Use HAVE_STRUCT_STAT_ST_BLKSIZE instead of HAVE_ST_BLKSIZE. |
|
1388 Use HAVE_STRUCT_STAT_ST_BLOCKS instead of HAVE_ST_BLOCKS. |
|
1389 * file-stat.h: Likewise. |
|
1390 * oct-time.cc (octave_time::octave_time, octave_base_tm::strftime, |
|
1391 octave_base_tm::init, octave_strptime::init): Use HAVE_TM_ZONE |
|
1392 instead of HAVE_STRUCT_TM_TM_ZONE. |
|
1393 * strftime.c: Likewise. |
|
1394 * lo-specfun.cc, mach-info.cc, CColVector.cc, CMatrix.cc, |
|
1395 CRowVector.cc, CmplxAEPBAL.cc, CmplxCHOL.cc, CmplxHESS.cc, |
|
1396 CmplxLU.cc, CmplxQR.cc, CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, |
|
1397 CollocWt.cc, DASSL.cc, EIG.cc, LSODE.cc, NLEqn.cc, Quad.cc, |
|
1398 dColVector.cc, dMatrix.cc, dRowVector.cc, dbleAEPBAL.cc, |
|
1399 dbleCHOL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, |
|
1400 dbleSCHUR.cc, dbleSVD.cc: Use F77_FUNC instead of F77_FCN. |
|
1401 |
3883
|
1402 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
|
1403 |
|
1404 * CmplxQR.cc (ComplexQR::init): Use economy QR decomposition |
|
1405 internally when the user requests it. |
|
1406 * CmplxQRP.cc (ComplexQRP::init): Ditto. |
|
1407 * dbleQR.cc (QR::init): Ditto. |
|
1408 * dbleQRP.cc (QRP::init): Ditto. |
|
1409 |
3874
|
1410 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1411 |
|
1412 * oct-fftw.cc (octave_fftw::fft2d): Avoid having to find a |
|
1413 definition for NULL by passing 0 as the last arg to fftwnd_one. |
|
1414 (octave_fftw::ifft2d): Likewise. |
|
1415 |
3873
|
1416 2002-02-22 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
|
1417 |
|
1418 * lo-mappers.cc (arg): Simply call atan2 (0.0, x). |
|
1419 |
3867
|
1420 2001-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1421 |
|
1422 * data-conv.cc (LS_DO_READ): Don't do anything unless len > 0. |
|
1423 (LS_DO_WRITE): Likewise. |
|
1424 |
3864
|
1425 2001-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1426 |
|
1427 * mx-inlines.cc (MX_CUMMULATIVE_OP): New macro. |
|
1428 * CMatrix.cc (ComplexMatrix::cumprod, ComplexMatrix::cumsum): Use it. |
|
1429 * dMatrix.cc (Matrix::cumprod, Matrix::cumsum): Likewise. |
|
1430 |
|
1431 * mx-inlines.cc (MX_REDUCTION_OP, MX_REDUCTION_OP_COL_EXPR, |
|
1432 MX_REDUCTION_OP_ROW_EXPR): New macros. |
|
1433 * dMatrix.cc (Matrix::prod, Matrix::sum): Use MX_REDUCTION_OP. |
|
1434 * CMatrix.cc (ComplexMatrix::prod, ComplexMatrix::sum): Likewise. |
|
1435 |
|
1436 * mx-inlines.cc (MX_BASE_REDUCTION_OP): New macro. |
|
1437 DIM == -1 now means no orientation for vector sums. |
|
1438 * dMatrix.cc (ComplexMatrix::sumsq): Use it. |
|
1439 * CMatrix.cc (ComplexMatrix::sumsq): Likewise. |
|
1440 |
3858
|
1441 2001-11-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1442 |
|
1443 * Range.cc (Range::nelem_internal): Special case ranges that must |
|
1444 have zero elements. |
|
1445 |
3854
|
1446 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1447 |
3857
|
1448 * Makefile.in: Split out readline and pathsearch functionality |
|
1449 into separate liboct-readline and liboct-pathsearch libraries. |
|
1450 |
3854
|
1451 * oct-rl-edit.c (octave_rl_clear_screen): Call rl_clear_screen, |
3857
|
1452 not _rl_clear_screen. Temporarily redefine rl_redisplay_function |
|
1453 to do nothing for this call to rl_clear_screen. |
3854
|
1454 |
3849
|
1455 2001-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1456 |
|
1457 * DASSL.cc (ddassl_f): Handle IRES returned from user supplied |
|
1458 function. |
|
1459 * DAEFunc.h (DAERHSFunc): Add IRES to prototype. |
|
1460 |
3838
|
1461 2001-06-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1462 |
|
1463 * dMatrix.cc (Matrix::inverse, Matrix::solve, Matrix::determinant, |
|
1464 Matrix::inverse): Handle the case of rcond being a NaN the same as |
|
1465 a signular matrix. From "Jianming" <caijianming@yahoo.co.uk>. |
|
1466 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::solve, |
|
1467 ComplexMatrix::determinant, ComplexMatrix::inverse): Likewise. |
|
1468 |
3836
|
1469 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1470 |
|
1471 * chMatrix.cc (charMatrix::row_as_string): New parameter, raw. |
|
1472 |
|
1473 * Array-i.cc, Array-s.cc, Array-d.cc, Array-ch.cc, Array-C.cc, |
|
1474 Array-b.cc: Instantiate three arg assign functions. |
|
1475 |
|
1476 * ArrayN.cc (assign (ArrayN<LT>&, const ArrayN<RT>&, const LT&)): |
|
1477 New arg, resize_fill_value. |
|
1478 * ArrayN.h: Provide declaration. |
|
1479 (assign (ArrayN<LT>&, const ArrayN<RT>&): Define here by calling |
|
1480 three arg version. |
|
1481 |
|
1482 * Array3.cc (assign (Array3<LT>&, const Array3<RT>&, const LT&)): |
|
1483 New arg, resize_fill_value. |
|
1484 * Array3.h: Provide declaration. |
|
1485 (assign (Array3<LT>&, const Array3<RT>&): Define here by calling |
|
1486 three arg version. |
|
1487 |
|
1488 * Array2.cc (assign (Array2<LT>&, const Array2<RT>&, const LT&)): |
|
1489 New arg, resize_fill_value. |
|
1490 * Array2.h: Provide declaration. |
|
1491 (assign (Array2<LT>&, const Array2<RT>&): Define here by calling |
|
1492 three arg version. |
|
1493 |
|
1494 * Array.cc (assign (Array<LT>&, const Array<RT>&, const LT&)): |
|
1495 New arg, resize_fill_value. |
|
1496 * Array.h: Provide declaration. |
|
1497 (assign (Array<LT>&, const Array<RT>&): Define here by calling |
|
1498 three arg version. |
|
1499 |
3833
|
1500 2001-05-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1501 |
|
1502 * pathsearch.cc (dir_path::set_program_name): Set the environment |
|
1503 variables SELFAUTOLOC, SELFAUTODIR, SELFAUTOPARENT, and TEXMFDBS |
|
1504 to the empty string. |
|
1505 |
3832
|
1506 2001-05-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1507 |
|
1508 * Array2.h (Array2<T>::operator = (const Array2<T>&)): |
|
1509 Don't check for rep != a.rep. |
|
1510 |
3827
|
1511 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu> |
|
1512 |
|
1513 * oct-fftw.h, oct-fftw.cc: New files. |
|
1514 * Makefile.in (INCLUDES, SOURCES): Add new files. |
|
1515 * CMatrix.cc (ComplexMatrix::{fourier, ifourier, fourier2d, |
|
1516 ifourier2d}): Use fftw if available. |
|
1517 * dMatrix.cc (Matrix::{fourier, ifourier, fourier2d, ifourier2d}): |
|
1518 Likewise. |
|
1519 |
3821
|
1520 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1521 |
|
1522 * Makefile.in (install-lib): Don't use mk-libdir-link. |
|
1523 (install-inc): Don't use mk-includedir-link. |
|
1524 |
3803
|
1525 2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1526 |
|
1527 * lo-cutils.c (octave_gethostname): New function. |
|
1528 * lo-utils.h: Provide declaration. |
|
1529 * oct-env.cc (octave_env::do_get_host_name): |
|
1530 Call octave_gethostname, instead of gethostname. |
|
1531 |
|
1532 * lo-cutils.c (gethostname): Define here. |
|
1533 * lo-sysdep.cc: Not here. |
|
1534 |
3786
|
1535 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1536 |
|
1537 * lo-cutils.c: Don't declare strptime. |
|
1538 (oct_strptime): Cast return type of strptime to char*. |
|
1539 |
3777
|
1540 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1541 |
3779
|
1542 * oct-rl-edit.c (octave_rl_newline): Call rl_newline with two args. |
|
1543 (octave_rl_set_name): call rl_re_read_init_file with two args. |
|
1544 (octave_rl_read_init_file): Ditto. |
|
1545 (octave_rl_clear_undo_list): Call rl_free_undo_list, not |
|
1546 free_undo_list. |
|
1547 (octave_rl_completion_matches): Call rl_completion_matches, not |
|
1548 completion_matches. |
|
1549 (octave_rl_enable_paren_matching): New function. |
|
1550 (octave_rl_set_blink_matching_paren_flag): Delete. |
|
1551 (octave_rl_get_blink_matching_paren_flag): Delete. |
|
1552 |
3777
|
1553 * lo-mappers.h, lo-mappers.cc (log10 (const Complex&), |
|
1554 tanh (const Complex&)): Declare and define if not |
|
1555 CXX_ISO_COMPLIANT_LIBRARY. |
|
1556 |
3776
|
1557 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1558 |
|
1559 * lo-mappers.h (tanh (const Complex&)): Only declare if not |
|
1560 CXX_ISO_COMPLIANT_LIBRARY. |
|
1561 |
3775
|
1562 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> |
|
1563 |
3776
|
1564 * lo-mappers.cc (tanh (const Complex&)): Only define if not |
|
1565 CXX_ISO_COMPLIANT_LIBRARY. |
|
1566 |
3775
|
1567 * Makefile.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Use to create |
|
1568 archive libraries containing templates. |
|
1569 |
|
1570 * ArrayN-idx.h (freeze, all_ok, any_orig_empty, any_zero_len, |
|
1571 get_zero_len_size, all_colon_equiv): Inline. |
|
1572 (ArrayN<T>::index): Rename idx to arr_idx. |
|
1573 * ArrayN.cc (ArrayN<T>::index, ArrayN<T>::compute_index, |
|
1574 ArrayN<T>::get_size, ArrayN<T>::range_error, ArrayN<T>::range_error, |
|
1575 increment_index, ArrayN<T>::resize, ArrayN<T>::insert): Likewise. |
|
1576 |
|
1577 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1578 |
|
1579 * lo-mappers.h, lo-mappers.cc (tan (const Complex&), |
|
1580 log10 (const Complex&)): Delete. |
|
1581 |
|
1582 * oct-cmplx.h: Define forwarding functions for real, imag, abs, |
|
1583 arg, norm, conj, polar, cos, cosh, exp, log, log10, pow, sin, |
|
1584 sinh, sqrt, tan, and tanh. |
|
1585 |
3769
|
1586 2001-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1587 |
|
1588 * file-ops.cc, help.cc, load-save.cc, pr-output.cc, utils.cc: |
|
1589 Add std:: namespace qualifier as needed. |
|
1590 |
|
1591 * mx-inlines.cc: Rename all functions with mx_inline_ prefix. |
|
1592 Change all uses to match. |
|
1593 |
3767
|
1594 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1595 |
|
1596 * lo-cutils.c: Don't delcare strptime. |
|
1597 |
3760
|
1598 2001-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1599 |
|
1600 * CMatrix.cc (operator * (const ComplexMatrix&, const ComplexMatrix&): |
|
1601 Return correct size result for empty matrix case. |
|
1602 |
3757
|
1603 2000-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1604 |
|
1605 * lo-mappers.cc (xmin (const Complex&, const Complex& y): |
|
1606 If args are equal in magnitude, return first arg instead of |
|
1607 second. |
|
1608 |
3752
|
1609 2000-12-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1610 |
3755
|
1611 * Range.cc (Range::nelem_internal): Call tfloor, not round, but |
|
1612 then try harder to compute correct number of elements. |
3753
|
1613 |
3752
|
1614 * dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector. |
|
1615 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS. |
|
1616 |
3750
|
1617 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1618 |
3751
|
1619 * Range.cc (Range::nelem_internal): Call round here, not tfloor. |
|
1620 Rename n_intervals to be n_elt. |
|
1621 |
3750
|
1622 * strptime.c: Surround everything after including config.h in |
|
1623 #ifndef HAVE_STRPTIME ... #endif. |
|
1624 |
3742
|
1625 2000-11-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1626 |
|
1627 * Array-idx.h (assign): When resizing, cast fill value to LT. |
|
1628 * Array2-idx.h (MAYBE_RESIZE_LHS): Likewise. |
|
1629 |
3741
|
1630 2000-11-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1631 |
|
1632 * MArray-defs.h: Protect against multiple inclusion. |
|
1633 |
3739
|
1634 2000-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1635 |
|
1636 * data-conv.h (enum save_type): Move LS_U_LONG and LS_LONG to the |
|
1637 end of the list, to be compatible with previous versions of Octave. |
|
1638 |
3736
|
1639 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1640 |
|
1641 * oct-time.cc (DEFINE_SET_INT_FIELD_FCN): Don't check limits here, |
|
1642 since mktime is supposed to `normalize' the results for us. |
|
1643 |
3731
|
1644 2000-10-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1645 |
|
1646 * Array2.cc (Array2<T>::transpose): Avoid copy for empty matrices |
3732
|
1647 and vectors. Use xelem for faster access to elements when copying. |
3731
|
1648 |
3726
|
1649 2000-10-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1650 |
|
1651 * CMatrix.cc (ComplexMatrix::cumsum, ComplexMatrix::cumprod): |
|
1652 Correct indexing for operation across rows. |
|
1653 * dMatrix.cc (Matrix::cumsum, Matrix::cumprod): Likewise. |
|
1654 |
3725
|
1655 2000-10-12 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1656 |
|
1657 * Array2-idx.h (Array2<T>::index (idx_vector&)): Avoid copying |
|
1658 elements if arg is a colon. |
|
1659 |
3723
|
1660 2000-10-12 Cai Jianming <caijianming@yahoo.co.uk> |
|
1661 |
3795
|
1662 * dMatrix.cc (Matrix::cumprod (int) const): New arg, DIM. |
3723
|
1663 (Matrix::cumsum (int) const): Likewise. |
|
1664 (Matrix::prod (int) const): Likewise. |
|
1665 (Matrix::sum (int) const): Likewise. |
|
1666 (Matrix::sumsq (int) const): Likewise. |
|
1667 * CMatrix.cc (ComplexMatrix::cumprod (int dim) const): Likewise. |
|
1668 (ComplexMatrix::cumsum (int) const): Likewise. |
|
1669 (ComplexMatrix::prod (int) const): Likewise. |
|
1670 (ComplexMatrix::sum (int) const): Likewise. |
|
1671 (ComplexMatrix::sumsq (int) const): Likewise. |
|
1672 |
3722
|
1673 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1674 |
|
1675 * Array2-idx.h (Array2<T>::index (idx_vector&)): Correctly set |
|
1676 size if Array<T>::index returns an empty array. |
|
1677 |
3710
|
1678 2000-08-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1679 |
|
1680 * file-ops.cc (file_ops::link, file_ops::symlink, |
|
1681 file_ops::readlink): New functions. |
|
1682 |
3709
|
1683 2000-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1684 |
|
1685 * Array2-idx.h (Array2<T>::index (idx_vector&)): If a scalar is |
|
1686 indexed, always return an object the same size as the index arg. |
|
1687 |
|
1688 * oct-time.cc (octave_base_tm::strftime): Return empty string for |
|
1689 empty format. |
|
1690 |
3706
|
1691 2000-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1692 |
|
1693 * lo-cutils.c (oct_strptime): New function. |
|
1694 * oct-time.cc (octave_strptime::init): Call it instead of strptime. |
|
1695 Don't declare strptime. Don't define _XOPEN_SOURCE or _BSD_SOURCE. |
|
1696 |
3702
|
1697 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1698 |
3703
|
1699 * oct-time.cc: Comment out _BSD_SOURCE and _XOPEN_SOURCE definitions. |
|
1700 |
3702
|
1701 * Makefile.in (MATRIX_INC): Add ArrayN-idx.h to the list. |
|
1702 |
3689
|
1703 2000-06-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1704 |
|
1705 * dMatrix.h (read_int): Provide declaration. |
|
1706 |
3688
|
1707 2000-06-29 James R. Van Zandt <jrv@vanzandt.mv.com> |
|
1708 |
|
1709 * data-conv.cc (read_doubles): Handle EIGHT_BYTE_INT cases. |
|
1710 (write_doubles): Ditto. |
|
1711 * data-conv.h: Ditto. |
|
1712 (enum save_type): New values, LS_U_LONG and LS_LONG. |
|
1713 |
3685
|
1714 2000-06-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1715 |
|
1716 * boolMatrix.h: Declare MM_CMP_OPS here. |
|
1717 * boolMatrix.cc: Define them here. |
|
1718 |
3680
|
1719 2000-06-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1720 |
|
1721 * Array2-idx.h (assign): Allow x(bool) = RHS to succeed if x is |
|
1722 previously undefined and set size of x to size of bool index. |
|
1723 * idx-vector.cc (IDX_VEC_REP::maybe_convert_one_zero_to_idx): |
|
1724 Allow z_len to be zero. |
|
1725 (IDX_VEC_REP::freeze): If z_len is zero, set frozen_at_z_len to len. |
|
1726 If frozen, don't assert that frozen_at_z_len == z_len. |
|
1727 |
3670
|
1728 2000-05-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1729 |
|
1730 * oct-rl-edit.c (octave_rl_clear_screen): Call _rl_clear_screen |
|
1731 instead of rl_clear_screen. |
|
1732 |
3665
|
1733 2000-05-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1734 |
|
1735 * Array-d.cc: Instantiate ArrayN<double> here too. |
|
1736 * Array-idx-vec.cc, ArrayN-idx.h, ArrayN.cc, ArrayN.h: New files. |
|
1737 * Makefile.in: Add them to the appropriate lists. |
|
1738 |
3657
|
1739 2000-04-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1740 |
|
1741 * Array.cc (Array<T>::operator =): Don't set max_indices to 1 here. |
|
1742 |
3635
|
1743 2000-03-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1744 |
|
1745 * lo-sysdep.h: octave_chdir returns int, not bool. |
|
1746 |
3615
|
1747 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1748 |
|
1749 * Makefile.in (liboctave.$(SHLEXT)): Delete target |
|
1750 before rebuilding. |
|
1751 |
|
1752 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>: |
|
1753 |
|
1754 * liboctave/Makefile.in (liboctave.$(LIBEXT)): New target. |
|
1755 (libraries): Depend only on library targets, not archive members. |
|
1756 |
3613
|
1757 2000-03-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1758 |
|
1759 * Makefile.in: (objects): New target. |
|
1760 |
|
1761 * lo-cutils.c: New file. |
|
1762 * Makefile.in (SOURCES): Add it to the list. |
|
1763 * lo-utils.h: Declare octave_qsort here. |
|
1764 * Array.h (Array::qsort): Use it here. |
|
1765 |
3607
|
1766 2000-03-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1767 |
|
1768 * oct-time.cc: Include <sys/types.h> and <unistd.h>, if available. |
|
1769 |
3598
|
1770 2000-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1771 |
|
1772 * oct-rl-hist.c (octave_history_list): Do something when not |
|
1773 printing line numbers. Fix reallocation of retval. |
|
1774 |
3597
|
1775 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1776 |
|
1777 * Makefile.in (install-inc): Install files in |
|
1778 $(octincludedir)/octave. |
|
1779 (uninstall): Remove them from the correct directory too. |
|
1780 |
|
1781 * oct-time.cc: Temporarily define _BSD_SOURCE and _XOPEN_SOURCE if |
|
1782 they are not already defined. |
|
1783 |
3588
|
1784 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1785 |
|
1786 * CRowVector.cc, CRowVector.h, CColVector.cc, CColVector.h: |
|
1787 Delete declarations and definitions of mixed-type vector-vector ops. |
|
1788 |
3585
|
1789 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1790 |
|
1791 * CMatrix.h, CMatrix.cc: Add lssolve methods for real-valued RHS |
|
1792 matrix and vector objects. |
|
1793 |
|
1794 * mx-op-defs.h (DMM_BIN_OP): Explicitly request conversion to |
|
1795 return type from second arg type. |
|
1796 (MDM_BIN_OP): Likewise, for first arg type. |
|
1797 |
|
1798 * dMatrix.cc (Matrix::fourier, Matrix::ifourier, |
|
1799 Matrix::fourier2d, Matrix::ifourier2d): Likewise. |
|
1800 |
|
1801 * EIG.cc (EIG::symmetric_init, EIG::hermitian_init): Explicitly |
|
1802 request ColumnVector to ComplexColumnVector, and Matrix to |
|
1803 ComplexMatrix conversions. |
|
1804 |
|
1805 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Give balancing_mat its |
|
1806 initial value using ComplexMatrix constructor. |
|
1807 |
|
1808 * CColVector.cc (product, quotient, |
|
1809 operator * (const DiagMatrix&, const ComplexColumnVetor&)): |
|
1810 Fix type of returned value. |
|
1811 * CDiagMatrix.cc (ComplexDiagMatrix::row, |
|
1812 ComplexDiagMatrix::column, ComplexDiagMatrix::inverse): Likewise. |
|
1813 |
|
1814 * Array.h, CColVector.h, CDiagMatrix.h, CMatrix.h, CRowVector.h, |
|
1815 MArray.h, MDiagArray2.h, dColVector.h, dDiagMatrix.h, dMatrix.h, |
|
1816 dRowVector.h: Declare some constructors explicit, to disallow |
|
1817 potentially problematic automatic type conversions. |
|
1818 |
3580
|
1819 2000-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1820 |
3582
|
1821 * vx-rv-crv.h, vx-cv-ccv.h, vx-crv-rv.h, vx-ccv-cv.h, |
|
1822 vx-rv-crv.cc, vx-cv-ccv.cc, vx-crv-rv.cc, vx-ccv-cv.cc: |
|
1823 More new files. |
|
1824 * Makefile.in: Add them to the appropriate lists. |
|
1825 |
|
1826 * vx-ccv-s.h, vx-crv-s.h, vx-cs-cv.h, vx-cs-rv.h, vx-cv-cs.h, |
|
1827 vx-rv-cs.h, vx-s-ccv.h, vx-s-crv.h, vx-ccv-s.cc, vx-crv-s.cc, |
|
1828 vx-cs-cv.cc, vx-cs-rv.cc, vx-cv-cs.cc, vx-rv-cs.cc, vx-s-ccv.cc, |
|
1829 vx-s-crv.cc:, New files. |
|
1830 * Makefile.in: Add them to the appropriate lists. |
|
1831 |
|
1832 * CRowVector.h, CRowVector.cc, CColVector.h, CColVector.cc: |
|
1833 Delete scalar by vector and vector by scalar binary ops. |
|
1834 |
3580
|
1835 * MArray-defs.h: More new macros to handle MDiagArray operators. |
|
1836 * dDiagMatrix.h, CDiagMatrix.h: Use the op-forwarding macros. |
|
1837 |
3573
|
1838 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1839 |
3578
|
1840 * oct-rl-edit.c (octave_rl_set_event_hook): Take address of |
|
1841 rl_event_hook before casting to void **. |
|
1842 (octave_rl_set_startup_hook): Likewise, for rl_startup_hook. |
|
1843 |
3574
|
1844 * MArray-defs.h: Many new macros to make declaration and |
|
1845 definition of operators more consistent. |
|
1846 |
|
1847 * MArray.h, MArray2.h, dColVector.h, dRowVector.h, CColVector.h, |
|
1848 CRowVector.h, dMatrix.h, CMatrix.h: Use them. |
3573
|
1849 |
3569
|
1850 2000-02-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1851 |
3572
|
1852 * dMatrix.cc (Matrix::ifourier): Cast divisor to double. |
|
1853 (Matrix::ifourier2d): Likewise. |
|
1854 * CMatrix.cc (ComplexMatrix::ifourier): Likewise. |
|
1855 (ComplexMatrix::ifourier2d): Likewise. |
|
1856 |
3569
|
1857 * Array.h (Array::ArrayRep::qsort): Cast len to size_t. |
|
1858 |
3504
|
1859 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1860 |
3519
|
1861 * oct-rl-edit.c, oct-rl-edit.h: New files for interface to GNU |
|
1862 readline library. |
|
1863 * Makefile.in: Add them to the appropriate lists. |
|
1864 |
|
1865 * oct-rl-hist.c, oct-rl-hist.h: New files for interface to GNU |
|
1866 readline history library. |
|
1867 * Makefile.in: Add them to the appropriate lists. |
|
1868 |
3517
|
1869 * data-conv.cc (LS_DO_WRITE): Cast arg to ostream::write to char*. |
|
1870 (LS_DO_READ): Likewise, for istream::read. |
3518
|
1871 (write_doubles): Likewise. |
|
1872 (read_doubles): Likewise. |
3517
|
1873 |
3516
|
1874 * oct-env.cc (octave_env::do_polite_directory_format): |
|
1875 Use operator== and substr method to do limited-length string |
|
1876 comparison. |
|
1877 |
3513
|
1878 * Array2-idx.h, Array-idx.h: Avoid shadowing warnings for idx. |
3512
|
1879 |
3511
|
1880 * Quad.h: Use do_integrate as name of pure virtual function. |
|
1881 |
3508
|
1882 * base-de.h: Use tt instead of t as arg names. |
3511
|
1883 Add method with tcrit arg. |
|
1884 |
3509
|
1885 * DAE.h, DAE.cc: Likewise, also xx for x. |
3508
|
1886 |
3507
|
1887 * DASSL.cc (dassl_fcn_ptr, dassl_jac_ptr): New typedefs. |
|
1888 * LSODE.cc: lsode_fcn_ptr, lsode_jac_ptr): Ditto. |
|
1889 * Quad.cc (quad_fcn_ptr): Ditto. |
|
1890 * NLEqn.cc (hybrd1_fcn_ptr, hybrj1_fcn_ptr): Ditto. |
|
1891 |
3505
|
1892 * oct-getopt.h, oct-getopt.c: New files for interface to getopt. |
3519
|
1893 * Makefile.in: Add them to the appropriate lists. |
3505
|
1894 |
|
1895 * oct-kpse.h, oct-kpse.c: New files for interface to kpathsearch. |
3519
|
1896 * Makefile.in: Add them to the appropriate lists. |
3505
|
1897 |
3504
|
1898 * dMatrix.cc (write_int, read_int): No longer declared static. |
|
1899 |
|
1900 * CDiagMatrix.h: Delete decls for friend operators that are |
|
1901 handled by MDiagArray2 class. Move others outside class decl and |
|
1902 strip friend status. |
|
1903 * dDiagMatrix.h: Likewise. |
|
1904 |
|
1905 * MArray.h: Delete decls for friend operators inside class decl. |
|
1906 * MArray2.h: Ditto. |
|
1907 * MDiagArray2.h: Ditto. |
|
1908 |
|
1909 * MArray-defs.h (DO_VS_OP,, DO_SV_OP, DO_VV_OP, NEGV): Pass all |
|
1910 necessary parameters. Don't allocate memory in the macro. Change |
|
1911 all uses. |
|
1912 |
|
1913 * dMatrix.h (class Matrix): Delete `friend class' decls. |
|
1914 * CMatrix.h (class ComplexMatrix): Ditto. |
|
1915 |
|
1916 * mx-op-defs (MS_BOOL_OP, MS_BOOL_OPS, SM_BOOL_OP, SM_BOOL_OPS, |
|
1917 MM_BOOL_OP, MM_BOOL_OPS, MDM_MULTIPLY_OP, MDM_BIN_OPS, |
|
1918 DMM_MULTIPLY_OP, DMM_BIN_OPS): Pass zero constant as final arg, to |
|
1919 avoid type conflicts. Change all uses. |
|
1920 |
|
1921 * strptime.c (__mon_yday): Fix size of array decl. |
|
1922 |
|
1923 * mx-inlines.cc: Use `xnot' instead of `not' for function name. |
|
1924 |
|
1925 * chMatrix.cc (charMatrix::row_as_string): Delete extraneous |
|
1926 default value for second arg. |
|
1927 |
|
1928 * Array2.cc (Array2<T>::resize): Add Array<T>:: qulaifier to |
|
1929 references to ArrayRep. |
|
1930 |
3503
|
1931 2000-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1932 |
3504
|
1933 * Array.h (Array::ArrayRep): Now protected, not private. |
3503
|
1934 |
|
1935 * All source files: Include iostream, fstream, strstream, |
|
1936 etc. as needed instead of using forward declarations for these |
3504
|
1937 classes. Add std:: qualifier as needed. |
3503
|
1938 |
3498
|
1939 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1940 |
|
1941 * oct-time.cc: Declare strptime extern "C". |
|
1942 |
3496
|
1943 2000-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1944 |
|
1945 * oct-time.cc [! HAVE_STRPTIME]: Provide declaration. |
|
1946 |
3488
|
1947 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1948 |
3492
|
1949 * Array2.h (Array2<T>::get_size): Now protected instead of private. |
|
1950 * Array3.h, Array3.cc: Use it in constructors and resize methods |
|
1951 to get total size to be allocated. |
|
1952 |
3488
|
1953 * DASSL.cc (DASSL::integrate): Declare do_restart and save_output |
|
1954 as bool, not int. |
|
1955 |
3482
|
1956 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1957 |
|
1958 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
1959 Allow A(idx) = RHS if idx is a boolean index with the same shape |
|
1960 as A, even when do_fortran_indexing is not enabled. |
|
1961 (Array2<T>::index (idx_vector& idx) const): Likewise, for A(idx). |
|
1962 |
3473
|
1963 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1964 |
3480
|
1965 * dMatrix.cc (Matrix::solve (...)): Add new variant with |
|
1966 function pointer as final arg. Passed function (if any) will be |
|
1967 called for singularity errors. |
|
1968 * CMatrix.cc (ComplexMatrix::solve (...)): Likewise. |
|
1969 |
|
1970 * dMatrix.cc (Matrix::pseudo_inverse): Use economy SVD. |
|
1971 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise. |
|
1972 |
3475
|
1973 * lo-ieee.cc (octave_ieee_init): Don't include sunmath.h. |
|
1974 No longer bother with infinity or quiet_nan. |
|
1975 |
3473
|
1976 * Array2.cc (Array2<T>::get_size): New function. |
|
1977 (Array2<T>::Array2, Array2<T>::resize): Use it. |
|
1978 |
3472
|
1979 2000-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1980 |
|
1981 * Array2-idx.h (Array2<T>::maybe_delete_elements (idx_vector&)): |
|
1982 New function. |
|
1983 (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
1984 Use it when indexing with one arg instead of faking a second one. |
|
1985 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): |
|
1986 Return empty matrices with the correct dimensions for A(:,:) = [] |
|
1987 and also A(:,idx) = [], and A(idx,:) = [] when idx enumerates all |
|
1988 rows or columns. |
|
1989 |
|
1990 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Recognize a bool |
|
1991 vector that is all true values with a length equal to n as colon |
|
1992 equivalent. |
|
1993 |
3470
|
1994 2000-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1995 |
|
1996 * strptime.c: Only include langinfo.h if _LIBC is defined. |
|
1997 |
|
1998 2000-01-21 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3468
|
1999 |
|
2000 * CMatrix.cc (ComplexMatrix::expm): Apply permutation and scaling |
|
2001 operations directly in step 2 and reverse step 2. |
|
2002 * dMatrix.cc (Matrix::expm): Apply permutation and scaling |
|
2003 operations directly in step 2 and reverse step 2. |
|
2004 |
3465
|
2005 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2006 |
|
2007 * oct-time.h, oct-time.cc (octave_strptime): New class. |
|
2008 |
|
2009 * strptime.c: New file, from glibc 2.1.2. |
|
2010 * Makefile.in (SOURCES): Add strptime.c to the list. |
|
2011 |
3419
|
2012 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2013 |
|
2014 * MArray.h (MArray <const Array<T>&)): New constructor. |
|
2015 |
3415
|
2016 2000-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2017 |
|
2018 * pathsearch.cc (dir_path::all_directories): Avoid dereferencing |
|
2019 NULL directory list returned from kpse_element_dirs |
|
2020 |
3375
|
2021 1999-12-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2022 |
|
2023 * dbleLU.cc (LU::LU): Call DGETRF directly instead of calling DGESV. |
|
2024 * CmplxLU.cc (ComplexLU::ComplexLU): Likewise, call ZGETRF |
|
2025 directly, instead of calling ZGESV. |
|
2026 |
3358
|
2027 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2028 |
|
2029 * data-conv.cc (init_sized_type_lookup_table): New function. |
|
2030 (string_to_data_type): Use it to improve lookup of data types. |
|
2031 |
3354
|
2032 1999-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2033 |
|
2034 * dMatrix.cc (is_symmetric): Move here from Array2.cc. |
|
2035 * Array2.h (is_symmetric): Delete declaration. |
|
2036 |
3347
|
2037 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2038 |
|
2039 * oct-env.cc (do_get_user_name): Reverse sense of test. |
|
2040 |
3344
|
2041 1999-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2042 |
|
2043 * oct-time.cc (Fstrftime): Undo previous change. |
|
2044 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
2045 |
3334
|
2046 1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2047 |
3336
|
2048 * dbleSVD.cc (SVD::init): Let DGESVD determine work space requirement. |
|
2049 * CmplxSVD.cc (ComplexSVD::init): Likewise, for complex version. |
|
2050 |
3334
|
2051 * dbleSCHUR.cc (SCHUR::init): IWORK is always referenced by dgeesx. |
|
2052 Don't forget to pass length of third string argument to dgeesx. |
|
2053 |
|
2054 * CmplxSCHUR.cc (ComplexSCHUR::init): Don't forget to pass length |
|
2055 of third string argument to zgeesx. |
|
2056 |
3333
|
2057 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2058 |
|
2059 * DiagArray2.cc (DiagArray2<T>::operator () (int, int)): |
|
2060 On errors, simply return `T ()'. |
|
2061 (DiagArray2<T>::checkelem (int, int)): Likewise. |
|
2062 |
3331
|
2063 1999-11-02 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
2064 |
|
2065 * dMatrix.cc (Matrix::expm): Do balancing here instead of using |
|
2066 AEPBALANCE class. |
|
2067 * CMatrix.cc (ComplexMatrix::expm): Likewise. |
|
2068 |
3325
|
2069 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2070 |
|
2071 * oct-shlib.cc, oct-shlib.h: New files. |
|
2072 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
2073 |
3322
|
2074 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2075 |
|
2076 * CRowVector.cc (linspace): Allow npoints == 1 if x1 == x2. |
|
2077 * dRowVector.cc (linspace): Ditto. |
|
2078 |
|
2079 * oct-time.cc (Fstrftime): Don't save or delete tm_zone. |
|
2080 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
2081 |
3312
|
2082 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2083 |
|
2084 * DASSL.cc (DASSL::do_integrate (double)): If we have a function |
|
2085 to evaluate the Jacobian, set info(4), not iwork(4). |
|
2086 Set rwork(1) to the maximum step size, not rwork(2). |
|
2087 |
3290
|
2088 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2089 |
|
2090 * oct-time.cc: Include <climits>. |
|
2091 |
3281
|
2092 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2093 |
|
2094 * cmd-edit.h (command_editor::do_resize_terminal): New function. |
|
2095 * cmd-edit.cc (command_editor::resize_terminal): New function. |
|
2096 (gnu_readline::do_resize_terminal): New function. |
|
2097 |
3268
|
2098 Fri Sep 3 12:39:17 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2099 |
|
2100 * lo-mappers.cc: Include ieeefp.h and sunmath.h if we have them. |
|
2101 * lo-ieee.c: Likewise. |
|
2102 Delete extern "C" declarations for infinity and quiet_nan. |
|
2103 |
3262
|
2104 Fri Aug 20 07:58:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2105 |
3263
|
2106 * mx-inlines.cc (VS_OP, SV_OP, VV_OP): Delete `extern template' decls. |
|
2107 (VS_OP_FCN, SV_OP_FCN, VV_OP_FCN): Declare template functions |
|
2108 `inline', not `static inline'. |
|
2109 |
3262
|
2110 * idx-vector.cc (intcmp): Declare args as const void *, not int *, |
|
2111 then cast to const int * to compare. |
|
2112 |
3257
|
2113 Fri Jul 16 11:23:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2114 |
|
2115 * DAEFunc.h: Remove useless preprocessor conditional. |
|
2116 |
3255
|
2117 Thu Jul 15 14:10:33 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2118 |
3257
|
2119 * cmd-edit.cc (command_editor::do_decode_prompt_string): |
|
2120 Use octave_time object instead of time_t. |
|
2121 |
|
2122 * file-stat.h (file_stat::fs_atime, file_stat::fs_mtime, |
|
2123 file_stat::fs_ctime): Now octave_time objects. |
|
2124 (file_stat::atime, file_stat::mtime, file_stat::ctime): |
|
2125 Return octave_time objects. |
|
2126 (file_stat::is_newer): Args are now octave_time objects instead of |
|
2127 time_t. |
|
2128 |
3255
|
2129 * oct-time.h (octave_time::as_double): Delete. |
|
2130 (octave_time::operator double ()): New function. |
|
2131 (octave_time::operator time_t ()): New function. |
|
2132 (octave_time::ctime): New function. |
|
2133 (octave_base_tm::strftime): Renamed from format_as_string. |
|
2134 (octave_base_tm::asctime): New function. |
|
2135 (operator == (const octave_time&, const octave_time&), |
|
2136 operator != (const octave_time&, const octave_time&), |
|
2137 operator < (const octave_time&, const octave_time&), |
|
2138 operator <= (const octave_time&, const octave_time&), |
|
2139 operator > (const octave_time&, const octave_time&), |
|
2140 operator >= (const octave_time&, const octave_time&)): |
|
2141 New comparison functions. |
|
2142 |
|
2143 * strftime.c: Move here from src directory. |
|
2144 * Makefile.in (SOURCES): Add it to the list. |
|
2145 |
|
2146 * oct-time.h (octave_time::octave_time (time_t)): New constructor. |
|
2147 |
3253
|
2148 Wed Jul 14 17:38:07 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2149 |
|
2150 * oct-time.h, oct-time.cc: New files. |
|
2151 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
2152 |
|
2153 * systime.h: Move here from src directory. |
|
2154 * Makefile.in (INCLUDES): Add it to the list. |
|
2155 |
3248
|
2156 Mon Jul 12 22:34:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2157 |
|
2158 * mx-defs.h (b_d_Mapper, b_c_Mapper): New typedefs. |
|
2159 * dMatrix.cc (Matrix::map (b_d_Mapper)): New function. |
|
2160 * CMatrix.cc (ComplexMatrix::map (b_c_Mapper)): New function. |
|
2161 * lo-mappers.cc (xisinf, xisnan, xfinite): Return bool, not double. |
|
2162 |
|
2163 * lo-mappers.cc (xmin, xmax): New functions to correctly handle NaNs. |
|
2164 |
3243
|
2165 Mon May 10 07:45:11 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2166 |
|
2167 * MArray-defs.h (DO_VV_OP2): Fix macro definition to use arg. |
|
2168 |
|
2169 Wed May 5 20:06:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2170 |
|
2171 * Array2-idx.h (Array2<T>index (idx_vector& idx)): Always return a |
|
2172 column vector for A(:), for compatibility with Matlab. |
|
2173 |
|
2174 Fri Apr 23 11:52:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2175 |
|
2176 * LSODE.cc (LSODE::do_integrate (double)): Don't forget to set |
|
2177 iopt when there are optional inputs in rwork or iwork. |
|
2178 |
3238
|
2179 Fri Mar 26 11:26:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2180 |
|
2181 * Makefile.in (libraries): Use the libfoo.a(objects) method of |
|
2182 creating static libs. |
|
2183 |
|
2184 Thu Mar 4 02:17:04 1999 James Macnicol <jamesm@evans.ee.adfa.oz.au> |
|
2185 |
|
2186 * data-conv.cc (oct_data_conv::string_to_data_type): Handle uint16 |
|
2187 and uint32 data types. |
|
2188 |
|
2189 Thu Mar 4 01:51:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2190 |
|
2191 * lo-ieee.cc (octave_ieee_init): Don't use __alpha__-specific code |
|
2192 for Linux. Remove old Linux-specific code. |
|
2193 |
3233
|
2194 Tue Jan 19 09:34:55 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2195 |
|
2196 * dMatrix.cc (operator * (const ColumnVector& v, const RowVector& a)): |
|
2197 Don't require lengths to be equal. |
|
2198 * CMatrix.cc (operator * (const ComplexColumnVector& v, const |
|
2199 ComplexRowVector& a)): Likewise |
|
2200 |
3225
|
2201 Tue Nov 24 23:38:19 1998 Eric Norum <eric@skatter.USask.Ca> |
|
2202 |
|
2203 * statdefs.h: Only define mode_t if not already defined. |
|
2204 |
|
2205 Tue Nov 24 17:24:52 1998 john <john@arrows.demon.co.uk> |
|
2206 |
|
2207 * lo-specfun.cc (airy, biry): Set imaginary part of result to zero |
|
2208 when appropriate. |
|
2209 |
|
2210 Mon Nov 23 09:57:05 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2211 |
|
2212 * cmd-edit.cc (gnu_readline::gnu_readline): Set terminal name |
|
2213 before calling rl_initialize. |
|
2214 |
3220
|
2215 Tue Nov 17 23:47:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2216 |
|
2217 * lo-specfun.cc (besselh, airy, biry): New functions. |
|
2218 Update Bessel function support to use library by D. E. Amos. |
|
2219 |
3219
|
2220 Thu Nov 12 17:44:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2221 |
|
2222 * cmd-edit.h (command_editor::readline): Add new variation that |
|
2223 allows EOF information to be passed back to caller. |
|
2224 |
|
2225 * dMatrix.cc (Matrix::read): Do the right thing for EOF when |
|
2226 amount of data to read is unspecified. |
|
2227 |
3215
|
2228 Tue Nov 10 07:53:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2229 |
3219
|
2230 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): New macro. |
|
2231 (DEFINE_OCTAVE_ALLOCATOR): Ditto. |
|
2232 |
3215
|
2233 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, swap_8_bytes): |
|
2234 Add volatile qualifier to void* arg. |
|
2235 Cast volatile void* arg to volatile char*. |
|
2236 |
|
2237 Mon Nov 9 08:28:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2238 |
|
2239 * cmd-edit.h (command_editor::do_set_event_hook): New function. |
|
2240 (command_editor::do_restore_event_hook): Ditto. |
|
2241 * cmd-edit.cc (command_editor::set_event_hook): Ditto. |
|
2242 (command_editor::restore_event_hook): Ditto. |
|
2243 (gnu_readline::do_set_event_hook): Ditto. |
|
2244 (gnu_readline::do_restore_event_hook): Ditto. |
|
2245 (gnu_readline::previous_event_hook): New data member. |
|
2246 (gnu_readline::gnu_readline): Initialize previous_event_hook. |
|
2247 |
3206
|
2248 Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2249 |
|
2250 * Makefile.in (BINDISTLIBS): Don't include .$(SHLEXT_VER) in name. |
|
2251 |
|
2252 * Makefile.in (stmp-pic): New target. |
|
2253 ($(PICOBJ)): Depend on stmp-pic, not pic. |
|
2254 (clean): Remove stmp-pic |
|
2255 |
|
2256 * Makefile.in: Undo previous change to avoid optmization when |
|
2257 compiling lo-ieee.cc. |
|
2258 |
|
2259 Sun Nov 1 10:10:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2260 |
|
2261 * lo-mappers.cc (xfinite): Define in terms of xfinite for real and |
|
2262 imaginary parts. |
|
2263 (xisinf): Define in terms of xisinf for real and imaginary parts. |
|
2264 |
3203
|
2265 Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2266 |
|
2267 * boolMatrix.cc (boolMatrix::operator !): New function. |
|
2268 |
3196
|
2269 Fri Oct 23 21:46:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2270 |
|
2271 * pathsearch.h (dir_path::default_path): New data member. |
|
2272 * pathsearch.cc (dir_path::init): Use it. |
|
2273 |
|
2274 * Makefile.in: Avoid optmization when compiling lo-ieee.cc. |
|
2275 |
3189
|
2276 Fri Oct 16 01:08:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2277 |
|
2278 * chMatrix.cc (charMatrix::extract): New function. |
|
2279 (charMatrix::charMatrix (char c)): New constructor. |
|
2280 |
|
2281 Tue Oct 13 22:11:08 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2282 |
|
2283 * cmd-edit.h: (command_editor::do_read_init_file): New function. |
|
2284 * cmd-edit.cc (command_editor::read_init_file): New function. |
|
2285 (gnu_readline::do_read_init_file): Likewise. |
|
2286 |
3185
|
2287 Fri Sep 25 14:26:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2288 |
|
2289 * oct-env.cc (octave_env::do_get_home_directory): |
|
2290 If HOME can't be found, set it to "/". |
|
2291 (octave_env::do_get_user_name) |
|
2292 If user name can't be found, set it to "unknown". |
|
2293 (octave_env::do_get_host_name) |
|
2294 If host name can't be found, set it to "unknown". |
|
2295 |
|
2296 * pathsearch.h (dir_path::rehash): New function. |
|
2297 * pathsearch.cc (dir_path::init): Clear kpathsea's internal |
|
2298 diretcory cache before doing initialization. |
|
2299 |
3180
|
2300 Thu Sep 24 13:23:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2301 |
3185
|
2302 * dMatrix.cc (Qzval): Delete. |
|
2303 (qzhes, qzit, qzval): Delete F77_FCN declarations. |
|
2304 * dMatrix.h (Qzval): Delete declaration. |
|
2305 |
|
2306 * dbleGEPBAL.h, dbleGEPBAL.cc: Delete. |
|
2307 * Makefile.in (MATRIX_INC, MATRIX_SRC): Delete them from the lists. |
|
2308 * mx-ext.h: Don't include dbleGEPBAL. |
|
2309 |
3180
|
2310 * lo-ieee.cc (octave_ieee_init): For now, use X_CAST instead of |
|
2311 static_cast. |
|
2312 |
|
2313 Fri Sep 4 10:58:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2314 |
|
2315 * dMatrix.cc (Matrix::read): Skip after reading, not before. |
|
2316 From: Dr.-Ing. Torsten Finke <fi@igh-essen.com>. |
|
2317 |
|
2318 Wed Sep 2 09:50:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2319 |
|
2320 * lo-ieee.cc (octave_ieee_init): For Linux on arm, don't rely on |
|
2321 HUGE_VAL and NAN. |
|
2322 |
|
2323 Wed Aug 26 15:04:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2324 |
|
2325 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
2326 Handle x(i) = scalar for do_fortran_indexing == 1. |
|
2327 |
|
2328 Thu Jul 30 00:34:10 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2329 |
|
2330 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const charMatrix&)): |
|
2331 Alloctate space before attempting to use it. |
|
2332 (ComplexMatrix::ComplexMatrix (const boolMatrix&)): Likewise. |
|
2333 |
3178
|
2334 Mon Jun 22 17:04:27 1998 Tomislav Goles <tom@ait-tech.com> |
|
2335 |
|
2336 * EIG.cc (EIG::init): Move invariant code outside loop. |
|
2337 |
|
2338 Thu Jun 18 11:08:23 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2339 |
|
2340 * MArray2.cc (MARRAY_A2A2_OP): If operands are empty, make result |
|
2341 have the same size as the operands. |
|
2342 |
|
2343 Thu May 28 10:41:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2344 |
|
2345 * DASSL.cc (DASSL::do_integrate): If an exception occurs in the |
|
2346 call to ddassl, set integration_error to 1 before calling the |
|
2347 error handler and returning. |
|
2348 * LSODE.cc (LSODE::do_integrate): Likewise. |
|
2349 |
3177
|
2350 Wed May 27 13:46:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2351 |
|
2352 * Array2-idx.h (assign): Allow A([],[]) = scalar and, if |
|
2353 do_fortran_indexing is set, A([]) = scalar. |
|
2354 * Array-idx.h (assign): Allow A([]) = scalar. |
|
2355 |
3176
|
2356 Thu May 14 11:50:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2357 |
|
2358 * mx-op-defs.h (MDM_MULTIPLY_OP): Compute result if dm_nc > 0, not |
|
2359 if dm_nc == 0. |
|
2360 |
3174
|
2361 Thu Apr 23 16:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2362 |
|
2363 * pathsearch.h (dir_path::p_orig): New field. |
|
2364 * pathsearch.cc (dir_path::init): Perform variable and tilde |
|
2365 expansion on the original path here. |
|
2366 (dir_path::find_all): Don't do anything if not initialized. |
|
2367 |
3164
|
2368 Tue Apr 14 14:41:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2369 |
|
2370 * Array2-idx.h (index): Allow x(:) even when do_fortran_indexing |
|
2371 is not set. |
|
2372 (index): Allow x = zeros (2, 0); x(1,:) to work. |
|
2373 |
|
2374 * lo-specfun.cc (gammainc): Use dgamit to compute |
|
2375 (\int_0^x exp(-t) t^(a-1) dt)/gamma(a), not just |
|
2376 \int_0^x exp(-t) t^(a-1) dt. |
|
2377 |
|
2378 Wed Apr 8 22:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2379 |
|
2380 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-i.cc, Array-d.cc, |
|
2381 Array-s.cc: Change return types of all `assign' explicit |
|
2382 instantiations to be int, not void, to match the template decl in |
|
2383 Array.h. |
|
2384 |
3162
|
2385 Mon Apr 6 00:27:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2386 |
|
2387 * lo-specfun.cc (gammainc): Reorder args in call to xdgami. |
|
2388 |
3156
|
2389 Thu Feb 19 01:16:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2390 |
|
2391 * lo-specfun.cc (xgamma, xlgamma): Define here. |
|
2392 * lo-mappers.cc: Not here. |
|
2393 |
|
2394 * lo-specfun.h: Declare xgamma and xlgamma here. |
|
2395 * lo-mappers.h: Not here. |
|
2396 |
|
2397 * lo-specfun.h: Never declare gamma or lgamma. |
|
2398 |
3154
|
2399 Tue Feb 10 16:14:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2400 |
|
2401 * Array-idx.h (assign): Allow A([]) = X to succeed if X is an |
|
2402 empty matrix of any dimension. |
|
2403 |
3145
|
2404 Thu Feb 5 02:12:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2405 |
3147
|
2406 * oct-syscalls.cc (octave_syscalls::vfork): New function. |
|
2407 |
3146
|
2408 * lo-specfun.cc: Don't include dbleBessel.h. |
|
2409 |
|
2410 * Makefile.in (INCLUDES): Delete oct-math.h from the list. |
|
2411 |
3145
|
2412 * dir-ops.h (dir_entry::operator bool ()): Return bool, not void*. |
|
2413 * file-stat.h (file_stat::operator bool ()): Likewise. |
|
2414 * idx-vector.h (idx_vector::operator bool ()): Likewise. |
|
2415 * oct-group.h (octave_group::operator bool ()): Likewise. |
|
2416 * oct-passwd.h (octave_passwd::operator bool ()): Likewise. |
|
2417 |
|
2418 * data-conv.cc (IEEE_little_double_to_IEEE_big_double): |
|
2419 Don't cast arg in call to swap_8_bytes. |
|
2420 (IEEE_big_double_to_IEEE_little_double): Ditto |
|
2421 (IEEE_big_float_to_IEEE_little_float): Don't cast arg in call to |
|
2422 swap_4_bytes. |
|
2423 (IEEE_little_float_to_IEEE_big_float): Ditto |
|
2424 |
|
2425 * oct-alloc.cc (grow): Use X_CAST, not static_cast. |
|
2426 * prog-args.cc (prog_args::getopt): Likewise. |
|
2427 * dMatrix.cc (read_int, do_read, write_int, do_write): Likewise. |
|
2428 * cmd-edit.cc (gnu_readline::do_set_completion_function): Likewise. |
|
2429 * data-conv.cc (LS_DO_READ, LS_DO_WRITE, read_doubles, write_doubles): |
|
2430 Likewise. |
|
2431 |
|
2432 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, |
|
2433 swap_8_bytes): Declare ptr arg as void*, then use cast. |
|
2434 |
3141
|
2435 Mon Feb 2 01:42:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2436 |
|
2437 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir). |
|
2438 Use $(mk-libdir-link). |
|
2439 |
|
2440 * file-stat.cc (file_stat::update_internal): Use stat and lstat, |
|
2441 not SAFE_STAT and SAFE_LSTAT. |
|
2442 (lstat): New function, defined if HAVE_LSTAT is not defined. |
|
2443 * safe-xstat.hin, safe-xstat.cin: Delete. |
|
2444 * Makefile.in: Delete rules for safe-stat.h, safe-stat.c, |
|
2445 safe-lstat.h, and safe-lstat.cc. |
|
2446 |
3136
|
2447 Fri Jan 30 23:48:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2448 |
|
2449 * chMatrix.cc (charMatrix::all, charMatrix::any): New functions. |
|
2450 |
3130
|
2451 Tue Jan 20 16:30:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2452 |
|
2453 * dMatrix.cc (Matrix::expm): Skip trace normalization step if the |
|
2454 trace is negative. |
|
2455 * CMatrix.cc (ComplexMatrix::expm): Skip trace normalization if |
|
2456 the real part of the trace is negative. |
|
2457 |
|
2458 Mon Jan 19 16:01:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2459 |
|
2460 * dMatrix.cc (Matrix::expm): Call xdlange instead of dlange. |
|
2461 * CMatrix.cc (ComplexMatrix::expm): Call xzlange instead of zlange. |
|
2462 |
|
2463 * Array2-idx.h (assign): Allow operations like a = 1; a(2:3) = [1;2] |
|
2464 to succeed. |
|
2465 |
3125
|
2466 Thu Dec 18 14:53:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2467 |
|
2468 * idx-vector.cc (IDX_VEC_REP::sort): Don't do anything unless len > 1. |
|
2469 (make_uniq): Likewise. |
|
2470 |
|
2471 Fri Dec 12 10:58:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2472 |
|
2473 * lo-ieee.cc (octave_ieee_init): Check for linux before __alpha__. |
|
2474 |
3119
|
2475 Sun Nov 30 14:59:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2476 |
3121
|
2477 * lo-mappers.cc: Include cmath and lo-specfun.h, not oct-math.h. |
|
2478 |
|
2479 * lo-specfun.h, lo-specfun.cc: New files. |
3119
|
2480 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
2481 |
3121
|
2482 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c, |
|
2483 oct-math.h: Delete. |
|
2484 * Makefile.in (SOURCES): Delete them from the list. |
|
2485 |
3112
|
2486 Wed Nov 26 20:02:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2487 |
|
2488 * lo-sysdep.cc (octave_getcwd): Prefer getcwd over getwd. |
|
2489 |
3107
|
2490 Wed Nov 19 02:30:04 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
2491 |
|
2492 Changes to make support egcs snapshots that implement explicit |
|
2493 specification of template functions according to CD2. |
|
2494 |
|
2495 * MArray.h: If NEED_TEMPLATE_FCN_SPECS is defined, add explicit |
|
2496 template function specs for template friends. |
|
2497 * MArray2.h: Likewise. |
|
2498 * MDiagArray2.h: Likewise. |
|
2499 |
3095
|
2500 Thu Nov 13 21:57:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2501 |
|
2502 * CMatrix.cc (sumsq): Compute equivalent of sum (x .* conj (x)) |
|
2503 |
3092
|
2504 Thu Oct 2 17:13:02 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
2505 |
|
2506 * CRowVector.cc (linspace): Removed attempt for implicit conversion |
|
2507 to complex<double>(int) instead of complex<double>(double). |
|
2508 |
|
2509 * lo-mappers.cc (atanh): Ditto. |
|
2510 |
3079
|
2511 Thu Jul 31 22:13:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2512 |
|
2513 * idx-vector.cc (IDX_VEC_REP::sort): New function. |
|
2514 * idx-vector.h (idx_vector::sort): Ditto. |
|
2515 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use it before |
|
2516 trying to delete elements specified by the index vectors. |
|
2517 |
3075
|
2518 Fri Jul 25 17:31:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2519 |
|
2520 * dMatrix.cc (Matrix::lssolve): Increase lwork by factor of 16. |
|
2521 * CMatrix.cc (ComplexMatrix::lssolve): Ditto. |
|
2522 |
3074
|
2523 Thu Jul 24 14:32:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2524 |
|
2525 * file-ops.cc (tilde_expand_word): Fix off-by-one error. |
|
2526 |
3069
|
2527 Wed Jul 9 19:40:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2528 |
|
2529 * lo-sysdep.cc (octave_getcwd): If getwd is available, use it. |
|
2530 Call error handler if we can't find the current directory. |
|
2531 |
3068
|
2532 Mon Jul 7 21:14:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2533 |
3069
|
2534 * lo-mappers.cc (xisnan (double)): Return only 1 or 0. |
|
2535 (xfinite (double)): Ditto. |
|
2536 |
3068
|
2537 * dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw. |
|
2538 * CmplxQR.cc (ComplexQR::init): Ditto. |
|
2539 |
3056
|
2540 Sun Jun 15 21:06:37 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2541 |
|
2542 * lo-mappers.cc (acos (const Complex&)): Select branch that is |
|
2543 compatible with Matlab. |
|
2544 |
3050
|
2545 Tue Jun 10 10:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2546 |
|
2547 * Array2-idx.h: Correctly handle empty matrices indexed by a |
|
2548 single colon. |
|
2549 |
3040
|
2550 Fri Jun 6 04:27:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2551 |
3049
|
2552 * lo-mappers.cc (xlgamma): Use F77_XFCN function to call dlgams. |
|
2553 (xgamma): Likewise, for calling xdgamma. |
|
2554 |
3042
|
2555 * FSQP.h, NPSOL.h, QPSOL.h, FSQP.cc, NPSOL.cc, QPSOL.cc: Delete |
|
2556 * Makefile.in (INCLUDES, SOURCES): Remove them from the lists. |
|
2557 |
3040
|
2558 * file-ops.cc (file_ops::tilde_expand): Steal more code from bash |
|
2559 to do better job expanding tildes. |
|
2560 |
|
2561 * str-vec.cc (string_vector::string_vector (const char * const *): |
|
2562 Use temporary variable to compute length. |
|
2563 |
3029
|
2564 Thu Jun 5 01:44:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2565 |
3034
|
2566 * Makefile.in: Make building of static library optional. |
3036
|
2567 (liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command. |
3034
|
2568 |
3029
|
2569 * Makefile.in (stamp-picdir): Delete. |
|
2570 (pic): New target. Don't worry so much about creating pic |
|
2571 directory only when it is really needed. |
|
2572 (stamp-interp): Delete. |
|
2573 (libraries): New target. Depend on shared library directly. |
|
2574 |
3024
|
2575 Wed Jun 4 00:08:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2576 |
|
2577 * pathsearch.h, pathsearch.cc (dir_pat::set_program_name): |
|
2578 New static function. |
|
2579 |
3012
|
2580 Mon Jun 2 12:44:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2581 |
|
2582 * lo-mappers.cc (fix): Use floor and ceil instead of casting to int. |
|
2583 |
3004
|
2584 Thu May 22 16:20:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2585 |
|
2586 * cmd-edit.h, cmd-edit.cc: Rename set_paren_string_delimiters to |
|
2587 set_basic_quote_characters, to match new version of readline. |
|
2588 |
|
2589 * cmd-edit.cc (do_restore_terminal_state): Call readline function |
|
2590 for restoring terminal state through rl_deprep_term_function, now |
|
2591 declared in readline.h |
|
2592 (rl_deprep_terminal): Delete declaration. |
|
2593 |
2993
|
2594 Wed May 21 16:30:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2595 |
|
2596 * Makefile.in (install-in): Use new mk-includedir-link macro. |
|
2597 (install-lib): Install in $octlibdir. Use new mk-libdir-link macro. |
|
2598 |
2968
|
2599 Thu May 15 11:46:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2600 |
|
2601 * cmd-edit.cc (command_editor::increment_current_command_number): |
|
2602 New static function. |
|
2603 |
2964
|
2604 Mon May 12 02:14:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2605 |
2966
|
2606 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Make it work when |
|
2607 the vector is not sorted. |
|
2608 |
2964
|
2609 * CMatrix.cc (ComplexMatrix::operator !): Return boolMatrix. |
|
2610 * dMatrix.cc (Matrix::operator !): Likewise |
|
2611 |
2941
|
2612 Wed May 7 21:14:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2613 |
|
2614 * oct-syscalls.h, oct-syscalls.cc: New files. |
|
2615 |
|
2616 * cmd-edit.h, cmd-edit.cc: Handle completion function. |
|
2617 |
|
2618 * str-vec.h, str-vec.cc (string_vector::uniq): New function. |
|
2619 |
2938
|
2620 Tue May 6 00:52:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2621 |
2941
|
2622 * Makefile.in (INCLUDES_FOR_INSTALL): New variable. |
|
2623 (install-inc): Use it. |
|
2624 |
2938
|
2625 * file-ops.h, file-ops.cc (tempnam): Add DIR and PREFIX args. |
|
2626 Handle errors and missing functions consistently. |
|
2627 |
|
2628 * oct-group.h, oct-group.cc: New files. |
|
2629 |
|
2630 * oct-passwd.cc: Handle errors and missing functions consistently. |
|
2631 |
|
2632 * str-vec.h, str-vec.cc (c_str_vec, delete_c_str_vec): New functions. |
|
2633 |
2934
|
2634 Mon May 5 17:53:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2635 |
|
2636 * file-ops.cc: (file_ops::tilde_expand): Use new octave_passwd class. |
|
2637 * oct-env.cc (octave_env::do_get_user_name): Likewise. |
|
2638 |
|
2639 * oct-passwd.h, oct-passwd.cc: New files. |
|
2640 |
2926
|
2641 Sun May 4 22:17:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2642 |
|
2643 * statdefs.h: Only include sys/types.h if HAVE_SYS_STAT_H is defined. |
|
2644 |
|
2645 * mach-info.h, mach-info.cc: Add missing const qualifiers. |
|
2646 (instance_ok ()): New function. |
|
2647 |
|
2648 * glob-match.h, glob-match.cc: Rename from oct-glob.h, oct-glob.cc. |
|
2649 |
|
2650 * cmd-hist.h, cmd-hist.cc: Make it work without GNU readline. |
|
2651 |
|
2652 * lo-utils.h, lo-utils.cc (strsave, octave_putenv): Move here from |
|
2653 src/utils.h and src/utils.cc. |
|
2654 (octave_fgets): New function, extracted from src/input.cc. |
|
2655 |
|
2656 * cmd-edit.h, cmd-edit.cc: New files. Provide wrapper class for |
|
2657 GNU readline, and allow Octave to work without GNU readline. |
|
2658 |
|
2659 * lo-sysdep.h, lo-sysdep.cc: New files for miscellaneous |
|
2660 system-dependent functions. |
|
2661 |
|
2662 * oct-env.h, oct-env.cc: New files for process environment stuff. |
|
2663 |
|
2664 * file-stat.h, file-stat.cc: New files. Extract file_stat class |
|
2665 from file-ops.h and file-ops.cc and move here. |
|
2666 |
|
2667 * file-ops.h, file-ops.cc: Wrap functions in struct. Move |
|
2668 tilde_expand functions here from src/dirfns.cc. |
|
2669 |
|
2670 Fri May 2 19:50:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2671 |
|
2672 * pathlen.h: New file, from ../src. |
|
2673 |
2917
|
2674 Tue Apr 29 04:39:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2675 |
|
2676 * Array2-idx.h (Array2<T>::maybe_delete_elements): Prevent |
|
2677 out-of-bounds indexing of the index array. |
|
2678 * Array-idx.h (Array<T>::maybe_delete_elements): Likewise. |
|
2679 |
2850
|
2680 Fri Mar 28 15:37:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2681 |
|
2682 * LSODE.h (x_step_limit): New field. |
|
2683 (LSODE_options::init): Initialize it. |
|
2684 (LSODE_options::copy): Copy it. |
|
2685 (LSODE_options::set_step_limit, LSODE_options::step_limit): |
|
2686 New functions. |
|
2687 (LSODE::working_too_hard): Delete. |
|
2688 * LSODE.cc (LSODE::do_integrate): Handle step limit. |
|
2689 |
2844
|
2690 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2691 |
|
2692 * MArray-b.cc: Delete. |
|
2693 * Makefile.in: Delete it from the lists. |
|
2694 |
|
2695 * boolMatrix.h (class bboolMatrix): Derive from Array2, not |
|
2696 MArray2, since most of the numeric ops don't really make sense. |
|
2697 |
2829
|
2698 Tue Mar 25 17:37:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2699 |
2832
|
2700 * boolMatrix.cc (boolMatrix::all, boolMatrix::any): New functions. |
|
2701 |
|
2702 * dMatrix.cc (Matrix::all, Matrix::any): Return boolMatrix. |
|
2703 * CMatrix.cc (ComplexMatrix::all, ComplexMatrix::any): Likewise. |
|
2704 |
2830
|
2705 * idx-vector.h (idx_vector::idx_vector_rep::freeze, |
|
2706 idx_vector::freeze): Delete prefer_zero_one arg. |
|
2707 * Array-idx.h, Array2-idx.h: Change all callers. |
|
2708 |
|
2709 * Array-flags.h, Array-flags.cc (liboctave_pzo_flag): Delete. |
|
2710 |
2829
|
2711 * mx-op-defs.h: New file for operator definitions. |
|
2712 * mx-cdm-cm.h, mx-cdm-cs.h, mx-cdm-dm.h, mx-cdm-m.h, mx-cdm-s.h, |
|
2713 mx-cm-cdm.h, mx-cm-dm.h, mx-cm-m.h, mx-cm-s.h, mx-cs-cdm.h, |
|
2714 mx-cs-dm.h, mx-cs-m.h, mx-dm-cdm.h, mx-dm-cm.h, mx-dm-cs.h, |
|
2715 mx-dm-m.h, mx-dm-s.h, mx-m-cdm.h, mx-m-cm.h, mx-m-cs.h, mx-m-dm.h, |
|
2716 mx-s-cdm.h, mx-s-cm.h, mx-s-dm.h, mx-cdm-cm.cc, mx-cdm-cs.cc, |
|
2717 mx-cdm-dm.cc, mx-cdm-m.cc, mx-cdm-s.cc, mx-cm-cdm.cc, mx-cm-dm.cc, |
|
2718 mx-cm-m.cc, mx-cm-s.cc, mx-cs-cdm.cc, mx-cs-dm.cc, mx-cs-m.cc, |
|
2719 mx-dm-cdm.cc, mx-dm-cm.cc, mx-dm-cs.cc, mx-dm-m.cc, mx-dm-s.cc, |
|
2720 mx-m-cdm.cc, mx-m-cm.cc, mx-m-cs.cc, mx-m-dm.cc, mx-s-cdm.cc, |
|
2721 mx-s-cm.cc, mx-s-dm.cc: |
|
2722 New files for mixed-type operations. |
|
2723 * Makefiles.in: Add them to the appropriate lists. |
|
2724 |
|
2725 * mx-inlines.cc: Add bool by bool EQ ops. |
|
2726 |
|
2727 * idx-vector.h, idx-vector.cc: Add constructors for bool and |
|
2728 boolMatrix types. |
|
2729 (idx_vector::maybe_convert_one_zero_to_idx, |
|
2730 idx_vector::idx_vector_rep::maybe_convert_one_zero_to_idx): |
|
2731 Delete second arg, prefer_zero_one. Change all callers. |
|
2732 |
|
2733 * boolMatrix.h, boolMatrix.cc: New files. |
|
2734 * mx-base.h: Include boolMatrix.h here. |
|
2735 * mx-defs.h: Provide forward declaration for boolMatrix here. |
|
2736 |
|
2737 * chMatrix.h, chMatrix.cc: Delete unused junk. |
|
2738 |
|
2739 * dMatrix.h, CMatrix.h: Delete friend declarations for operator+, |
|
2740 operator-, operator*, product, and quotient functions. |
|
2741 Add constructor for boolMatrix type. |
|
2742 * dMatrix.cc, CMatrix.cc: Delete operator+, operator-, operator*, |
|
2743 product, and quotient functions. |
|
2744 |
|
2745 * CDiagMatrix.h: Delete friend declarations for operator+, |
|
2746 operator-, and product functions. |
|
2747 * CDiagMatrix.h: Delete operator+, operator-, and product functions. |
|
2748 |
|
2749 * Array-b.cc: Also instantiate 2d and 2d diagonal arrays. |
|
2750 |
2815
|
2751 Fri Mar 14 00:29:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2752 |
|
2753 * EIG.cc (EIG::hermitian_init (const ComplexMatrix&)): New function. |
|
2754 (EIG::init (const ComplexMatrix&)): Call it if arg is hermitian. |
|
2755 (EIG::symmetric_init (const Matrix&)): New function. |
|
2756 (EIG::init (const Matrix&)): Call it if arg is symmetric. |
|
2757 |
|
2758 * CMatrix.cc (ComplexMatrix::is_hermitian): New function. |
|
2759 |
|
2760 Thu Mar 13 17:04:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2761 |
|
2762 * Array2.cc (is_symmetric): New function. |
|
2763 * Array2.h (is_square): New function. |
|
2764 |
2811
|
2765 Wed Mar 12 16:59:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2766 |
|
2767 * Makefile.in (install-strip): New target. |
|
2768 |
2804
|
2769 Mon Mar 10 22:34:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2770 |
|
2771 * CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, |
|
2772 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, EIG.cc, dbleCHOL.cc, |
|
2773 dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, dbleSCHUR.cc, |
|
2774 dbleSVD.cc: Don't include mx-inlines.cc. |
|
2775 |
|
2776 * mx-inlines.cc: Abuse the preprocessor to eliminate lots of |
|
2777 duplicate code. |
|
2778 |
2800
|
2779 Sun Mar 9 03:44:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2780 |
2804
|
2781 * dbleQR.h (QR): Delete extra comma at end of list. |
|
2782 |
|
2783 * prog-args.cc (prog_args::getopt): Add missing const in cast. |
|
2784 |
|
2785 * dbleSVD.h (SVD::type): Delete extra comma at end of list. |
|
2786 |
|
2787 * idx-vector.h (idx_vector): Delete unnecessary idx_vector:: and |
|
2788 idx_vecotr_rep:: qualifiers. |
|
2789 |
|
2790 * Array.h (class Array): Delete unnecessary Array<T>:: qualifiers. |
|
2791 |
|
2792 * data-conv.h (save_type): Delete extra comma at end of list. |
|
2793 |
2800
|
2794 * CMatrix.cc, FEGrid.cc, Range.cc, dMatrix.cc, data-conv.cc, |
|
2795 dir-ops.cc, file-ops.h, idx-vector.cc, idx-vector.h, lo-ieee.cc, |
|
2796 lo-mappers.cc, oct-alloc.cc: Use `static_cast<T> (val)' instead of |
|
2797 old C-style `(T) val' casts. |
|
2798 |
2795
|
2799 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2800 |
|
2801 * dMatrix.cc (operator >>): Return if an error occurs instead of |
|
2802 just breaking out of the innermost loop. |
|
2803 * CMatrix.cc (operator >>): Likewise. |
|
2804 |
2779
|
2805 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
2806 |
|
2807 * Version 2.0.5 released. |
|
2808 |
2767
|
2809 Fri Feb 28 20:11:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2810 |
|
2811 * CmplxQR.cc (ComplexQR::init): New function. |
|
2812 (ComplexQR::ComplexQR): Use it. Use initializer list too. |
|
2813 * CmplxQRP.cc (ComplexQRP::init): New function. |
|
2814 Get sizes right in all cases. |
|
2815 (ComplexQR::ComplexQRP): Use it. Use initializer list too. |
|
2816 |
|
2817 * dbleQR.cc (QR::init): New function. |
|
2818 (QR::QR): Use it. Use initializer list too. |
|
2819 * dbleQRP.cc (QRP::init): New function. |
|
2820 Get sizes right in all cases. |
|
2821 (QR::QRP): Use it. Use initializer list too. |
|
2822 |
2759
|
2823 Wed Feb 26 15:46:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2824 |
|
2825 * mach-info.cc (oct_mach_info::string_to_float_format): |
|
2826 Recognize "vaxg", not "vax_g". |
|
2827 |
2713
|
2828 Fri Feb 21 16:07:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2829 |
2714
|
2830 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use correct |
|
2831 dimension in check for colon equivalent index. |
|
2832 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): A single-element |
|
2833 index whose value is 0 is also colon eqivalent for n == 1. |
|
2834 |
2713
|
2835 * lo-ieee.cc (octave_ieee_init): Reorder #ifdef stuff to put |
|
2836 system-specific tests first. |
|
2837 |
2709
|
2838 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
2839 |
|
2840 * Version 2.0.4 released. |
|
2841 |
|
2842 Wed Feb 19 09:42:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2843 |
|
2844 * lo-ieee.cc: D'oh, it's `extern "C"', not `#extern "C"'. |
|
2845 |
2693
|
2846 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
2847 |
|
2848 * Version 2.0.3 released. |
|
2849 |
2686
|
2850 Fri Feb 14 16:23:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2851 |
|
2852 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. |
|
2853 |
2673
|
2854 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2855 |
2676
|
2856 * Makefile.in (stamp-prereq): Depend on stamp-picdir. |
|
2857 (all): Don't depend on stamp-prereq or stamp-picdir. |
|
2858 (liboctave.a, stamp-shared): Do depend on stamp-prereq. |
|
2859 (stamp-picdir): Silence noise about making pic. |
|
2860 (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared. |
|
2861 |
2673
|
2862 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
2863 Fix typo in last change. |
|
2864 |
|
2865 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)): |
|
2866 Convert from friend (moved from dColVector.cc). |
|
2867 * CMatrix.cc (ComplexMatrix::map (d_c_mapper)): |
|
2868 Likewise (moved from dMatrix.cc). |
|
2869 * CRowVector.cc (ComplexRowVector::map (d_c_mapper)): |
|
2870 Likewise (moved from dRowVector.cc). |
|
2871 |
|
2872 * dColVector.cc (ColumnVector::map (d_d_mapper)): Convert from friend. |
|
2873 * dMatrix.cc (Matrix::map (d_d_mapper)): Likewise. |
|
2874 * dRowVector.cc (RowVector::map (d_d_mapper)): Likewise. |
|
2875 * CColVector.cc (ComplexColumnVector::map (c_c_mapper)): Likewise. |
|
2876 * CMatrix.cc (ComplexMatrix::map (c_c_mapper)): Likewise. |
|
2877 * CRowVector.cc (ComplexRowVector::map (c_c_mapper)): Likewise. |
|
2878 |
|
2879 * dColVector.cc (ColumnVector::apply): Rename from map, return *this. |
|
2880 * dMatrix.cc (Matrix::apply): Likewise. |
|
2881 * dRowVector.cc (RowVector::apply): Likewise. |
|
2882 * CColVector.cc (ComplexColumnVector::apply): Likewise. |
|
2883 * CMatrix.cc (ComplexMatrix::apply): Likewise. |
|
2884 * CRowVector.cc (ComplexRowVector::apply): Likewise. |
|
2885 |
2668
|
2886 Tue Feb 11 19:44:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2887 |
|
2888 * lo-ieee.cc: Declare quiet_nan() and infinity(). |
|
2889 |
|
2890 Mon Feb 10 01:17:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2891 |
|
2892 * file-ops.cc (oct_unlink (const string&, string&)): |
|
2893 New two-arg version. |
|
2894 (oct_rmdir (const string&, string&)): New two-arg version. |
|
2895 (oct_mkdir (const string&, mode_t, string&)): New three-arg version. |
|
2896 (oct_mkfifo (const string&, mode_t, string&)): New three-arg version. |
|
2897 (oct_rename (const string&, const string&, string&)): |
|
2898 New three-arg version. |
|
2899 |
2663
|
2900 Fri Feb 7 13:15:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2901 |
|
2902 * idx-vector.h (idx_vector::orig_empty): New function. |
|
2903 |
|
2904 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
2905 Don't always resize to [](0x0) if one of the indices is empty or |
|
2906 zero. |
|
2907 |
2658
|
2908 Sun Feb 2 22:33:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2909 |
|
2910 * cmd-hist.cc (command_history::read): New arg, must_exist. |
|
2911 Set line_in_file here too. |
|
2912 (command_history::read_range): New arg, must_exist. |
|
2913 |
2651
|
2914 Fri Jan 31 09:21:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2915 |
|
2916 * f2c-main.c: Change C++-style comments to C-style comments. |
|
2917 |
2638
|
2918 Tue Jan 28 10:46:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2919 |
|
2920 * Makefile.in (install-inc): Create a relative symbolic link. |
|
2921 |
2634
|
2922 Mon Jan 27 15:52:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2923 |
|
2924 * Version 2.0.2 released. |
|
2925 |
2624
|
2926 Sat Jan 25 22:36:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2927 |
|
2928 * Makefile.in (bin-dist): New target. |
|
2929 |
2621
|
2930 Wed Jan 22 16:18:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2931 |
|
2932 * dbleSVD.cc (SVD::init): Work around apparent dgesvd() bug. |
|
2933 * CmplxSVD.cc (ComplexSVD::init): Work around apparent zgesvd() bug. |
|
2934 |
2613
|
2935 Mon Jan 20 18:44:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2936 |
|
2937 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
2938 If the number of columns is zero, also set the number of rows to zero. |
|
2939 (charMatrix::charMatrix (const char *)): Likewise. |
|
2940 |
2602
|
2941 Tue Jan 7 00:16:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2942 |
|
2943 * Version 2.0.1 released. |
|
2944 |
2601
|
2945 Sun Jan 5 12:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2946 |
|
2947 * dMatrix.cc (Matrix::read): Correctly compute the number of |
|
2948 columns for resizing when the number of rows is specified but the |
|
2949 number of columns is not. |
|
2950 |
2598
|
2951 Wed Dec 18 16:18:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2952 |
2599
|
2953 * Range.cc (operator -): New function. |
|
2954 |
2598
|
2955 * lo-ieee.cc: Include <nan.h> on all systems that have it. |
|
2956 |
2589
|
2957 Fri Dec 13 02:01:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2958 |
|
2959 * Array2-idx.h (assign): Delay resizing left hand side until we |
|
2960 know if the assignment conforms. |
|
2961 |
2583
|
2962 Tue Dec 10 01:43:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2963 |
|
2964 * Version 2.0 released. |
|
2965 |
2570
|
2966 Fri Dec 6 14:41:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2967 |
2575
|
2968 * Array2-idx.h (assign): If index is a colon, set number of |
|
2969 elements to the lhs dimension if the lhs dimension is greater than |
|
2970 zero. Otherwise, set it to the rhs dimension. |
|
2971 |
|
2972 * Version 1.94. |
|
2973 |
2570
|
2974 * Array2-idx.h (assign): Test for rhs scalar case first. |
|
2975 If index is colon, set number of elements to lhs dimension, not |
|
2976 rhs dimension. |
|
2977 |
2563
|
2978 Thu Dec 5 13:05:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2979 |
2566
|
2980 * sun-utils.h: Don't declare MAIN_ or MAIN__ here. |
|
2981 * sun-utils.cc: Delete. |
|
2982 * f2c-main.c: New file |
|
2983 |
|
2984 * Makefile.in: Fix file name lists. |
|
2985 |
2563
|
2986 * CMatrix.cc (lssolve): Don't redeclare retval, resize it. |
|
2987 |
2561
|
2988 Wed Dec 4 12:24:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2989 |
|
2990 * dMatrix.cc (Qzval): Don't try to use same memory three times. |
|
2991 Create result using Complex constructor, not multiplication. |
|
2992 Order elements as they are returned from Eispack. |
|
2993 |
2559
|
2994 Mon Dec 2 00:26:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2995 |
2560
|
2996 * lo-ieee.cc (octave_ieee_init): Kluge for octave_Inf on SCO. |
|
2997 Only include nan.h if SCO is defined. Define _IEEE before |
|
2998 including it and undefine it afterward. |
|
2999 [SCO] (isnan): Don't mistake Inf as NaN. |
|
3000 |
2559
|
3001 * Array-idx.h (assign): Only resize if assignment conforms. |
|
3002 |
2551
|
3003 Wed Nov 20 01:00:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3004 |
|
3005 * Makefile.in (INCLUDES): Delete lo-error.h. |
|
3006 * lo-error.h: Delete (moved to libcruft/misc). |
|
3007 |
|
3008 * Version 1.93. |
|
3009 |
2546
|
3010 Tue Nov 19 23:07:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3011 |
2549
|
3012 * oct-glob.cc (glob_match::match): Don't expect our flag values to |
|
3013 be the same as they are in fnmatch.h. |
|
3014 |
2546
|
3015 * f77-fcn.c, f77-fcn.h: Move to libcruft/misc directory. |
|
3016 |
|
3017 * Makefile.in (INCLUDES): Delete f77-fcn.h. |
|
3018 (SOURCES): Delete f77-fcn.c. |
|
3019 |
2522
|
3020 Fri Nov 15 13:47:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3021 |
|
3022 * lo-ieee.h: [SCO]: Declare isinf and isnan. |
|
3023 |
2512
|
3024 Thu Nov 14 00:06:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3025 |
|
3026 * Version 1.92. |
|
3027 |
2508
|
3028 Wed Nov 13 11:19:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3029 |
2512
|
3030 * cmd-hist.cc (command_history::add): Ignore empty input lines, or |
|
3031 lines that have only carriage return or newline. |
|
3032 |
2508
|
3033 * lo-ieee.cc (isnan, isinf): Provide functions for SCO. |
|
3034 |
2500
|
3035 Tue Nov 12 11:11:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3036 |
|
3037 * idx-vector.cc (idx_is_inf_or_nan): New function. |
|
3038 (IDX_VEC_REP::idx_vector_rep): Use it. |
|
3039 |
2493
|
3040 Sun Nov 10 17:09:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3041 |
|
3042 * str-vec.h, str-vec.cc: Add constructors to make string vectors |
|
3043 from vectors of C strings. |
|
3044 |
|
3045 * oct-glob.h, oct-glob.cc (glob_match): Allow pat to be a string |
|
3046 vector. |
|
3047 (glob_match::match): Allow match string to be a string vector. |
|
3048 (glob_match::glob): New function. |
|
3049 |
|
3050 * chMatrix.cc (charMatrix::row_as_string): New arg, strip_ws. |
|
3051 |
|
3052 * Array-b.cc: New file. |
|
3053 * Makefile.in (TI_SRC): Add it to the list. |
|
3054 |
2492
|
3055 Fri Nov 8 18:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3056 |
|
3057 * file-ops.cc: Change #include "" to #include <> for safe-lstat.h |
|
3058 and safe-stat.h, to avoid getting them from $srcdir when we really |
|
3059 want the version from the build directory. (Maybe this should be |
|
3060 done for all the include files, not just those that are |
|
3061 auto-generated? Hmm.) |
|
3062 |
2481
|
3063 Thu Nov 7 10:45:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3064 |
2482
|
3065 * Version 1.91. |
|
3066 |
2481
|
3067 * Array3.cc (Array3<T>::resize): Make it work. |
|
3068 |
|
3069 Wed Nov 6 22:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3070 |
|
3071 * oct-alloc.h, oct-alloc.cc: New files. |
|
3072 * Makefile.in: Add them to the lists. |
|
3073 |
|
3074 Mon Nov 4 21:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3075 |
|
3076 * dbleQRP.cc (QRP::QRP): Don't pass tmp data to unsafe constructor. |
|
3077 * CmplxQRP.cc (ComplexQRP::ComplexQRP): Ditto. |
|
3078 |
2466
|
3079 Sun Nov 3 15:45:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3080 |
|
3081 * file-ops.cc (file_stat::is_blk, file_stat::is_chr, |
|
3082 file_stat::is_dir, file_stat::is_fifo, file_stat::is_lnk, |
|
3083 file_stat::is_reg, file_stat::is_sock): Just return false if the |
|
3084 underlying macro is not defined. |
|
3085 |
|
3086 * oct-math.h (lgamma, gamma): Delete declarations. |
|
3087 (asinh, acosh, atanh, erf, erfc): Declare arg types too. |
|
3088 Protect declarations with #ifdef HAVE_*. |
|
3089 |
2440
|
3090 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3091 |
2452
|
3092 * Version 1.90. |
|
3093 |
|
3094 * Makefile.in (DISTFILES): Add ChangeLog. |
|
3095 |
2444
|
3096 * cmd-hist.cc: Only include fcntl.h if HAVE_FCNTL_H. |
|
3097 |
|
3098 * Matrix-ext.cc: Include <cfloat>, not <float.h>. |
|
3099 |
2443
|
3100 * CMatrix.cc, cmd-hist.cc, file-ops.cc, file-ops.h, filemode.c, |
2444
|
3101 mkdir.c, rename.c, rmdir.c, safe-xstat.cin, statdefs.h, sysdir.h, |
|
3102 tempname.c, utils.cc: Only include sys/types.h if HAVE_SYS_TYPES_H. |
2443
|
3103 |
2440
|
3104 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value, |
|
3105 since that is now accepatble syntax, even for built-in types. |
|
3106 * Array2.h (T Array2<T>::checkelem): Likewise |
|
3107 |
2433
|
3108 Sat Oct 26 23:37:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3109 |
|
3110 * file-ops.cc (mkfifo) [! HAVE_MKFIFO]: Just print an error |
|
3111 message and return -1. |
|
3112 |
2428
|
3113 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3114 |
2431
|
3115 * str-vec.h (str_vec_compare): Declare args as const void *, then |
|
3116 cast them to const string * in the body of the function. |
|
3117 |
|
3118 * file-ops.cc (file_stat::mode_as_string): Explicitly construct |
|
3119 string from buf. |
|
3120 |
2428
|
3121 * Array3.h (Array3::checkelem): Tag bogus return value with |
|
3122 GCC_ATTRIBUTE_UNUSED. |
|
3123 * Array2.h (Array2::checkelem): Likewise. |
|
3124 |
2424
|
3125 Thu Oct 24 19:40:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3126 |
|
3127 * Quad.h (Quad): Define virtual destructor. |
|
3128 |
2408
|
3129 Tue Oct 15 11:34:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3130 |
|
3131 * CMatrix.cc (ComplexMatrix::all_elements_are_real): new function. |
|
3132 |
2401
|
3133 Sun Oct 13 11:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3134 |
|
3135 * sun-utils.h: Conditionally declare MAIN__ too. Declare MAIN_ |
|
3136 and MAIN__ extern "C". |
|
3137 * sun-utils.cc: Include sun-utils.h here. Delete extern "C" stuff. |
|
3138 |
2391
|
3139 Sat Oct 12 12:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3140 |
|
3141 * MArray-misc.cc: New file. |
|
3142 * Makefile.in (MATRIX_SRC): Add it to the list. |
|
3143 |
|
3144 * mx-inlines.cc (equal): Return bool, not int. |
|
3145 |
|
3146 * idx-vector.h (idx_vector (double)): New constructor. |
|
3147 |
|
3148 * chMatrix.h, chMatrix.cc, CMatrix.h, CMatrix.cc, dMatrix.h, |
|
3149 dMatrix.cc, dDiagMatrix.h, dDiagMatrix.cc, dRowVector.h, |
|
3150 dRowVector.cc, dColVector.h, dColVector.cc, CColVector.h, |
|
3151 CColVector.cc, CDiagMatrix.h, CDiagMatrix.cc, CRowVector.h, |
|
3152 CRowVector.cc: Logical operators return bool, not int. |
|
3153 |
|
3154 * CMatrix.h, CMatrix.cc (ComplexMatrix::any_element_is_inf_or_nan): |
|
3155 New function. |
|
3156 |
|
3157 * dMatrix.h, dMatrix.cc (Matrix::any_element_is_negative, |
|
3158 Matrix::any_element_is_inf_or_nan, Matrix::abs, |
|
3159 Matrix::all_elements_are_inf_or_nan): New functions. |
|
3160 |
|
3161 * Range.h, Range.cc (Range::all_elements_are_ints): New function. |
|
3162 |
|
3163 * MArray.cc, MArray2.cc, MDiagArray2.cc: Call gripe_nonconformant |
|
3164 for errors. Simplify macros by converting FCN to string for error |
|
3165 messages. |
|
3166 |
|
3167 * Array-idx.h (Array<T>::index): New function. Don't call |
|
3168 clear_index() here. |
|
3169 (Array<T>::value): Call it, do call clear_index() here. |
|
3170 * Array2-idx.h (Array<T>::value, Array<T>::index): Likewise, for |
|
3171 one and two arg index functions. |
|
3172 |
|
3173 Tue Sep 17 21:21:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3174 |
|
3175 * DAEFunc.h: Delete #pragma interface since there is no longer a |
|
3176 separate implementation file. |
|
3177 |
2354
|
3178 Tue Aug 20 17:38:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3179 |
2358
|
3180 * Makefile.in (stamp-picdir): Only create a pic subdirectory if |
|
3181 SHARED_LIBS is true AND CPICFLAG or CXXPICFLAG is not empty. |
|
3182 |
2356
|
3183 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Rename arg sort to |
|
3184 sort_uniq. If sort_uniq is nonzero, sort the elements and make |
|
3185 them uniq. |
|
3186 |
2354
|
3187 * CMatrix.cc (ComplexMatrix::row_max, ComplexMatrix::row_min, |
|
3188 ComplexMatrix::column_max, ComplexMatrix::column_min): |
|
3189 Rewrite. Also return index as a reference arg. |
|
3190 (ComplexMatrix::row_max_loc, ComplexMatrix::row_min_loc, |
|
3191 ComplexMatrix::column_max_loc, ComplexMatrix::column_min_loc): |
|
3192 Delete. |
|
3193 |
|
3194 * dMatrix.cc (Matrix::row_max, Matrix::row_min, |
|
3195 Matrix::column_max, Matrix::column_min): |
|
3196 Rewrite. Also return index as a reference arg. |
|
3197 (Matrix::row_max_loc, Matrix::row_min_loc, |
|
3198 Matrix::column_max_loc, Matrix::column_min_loc): Delete. |
|
3199 |
|
3200 Fri Aug 9 05:01:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3201 |
|
3202 * dMatrix.cc (Matrix::row_min, Matrix::row_min_loc, |
|
3203 Matrix::row_max, Matrix::row_max_loc, Matrix::column_min, |
|
3204 Matrix::column_min_loc, Matrix::column_max, |
|
3205 Matrix::column_max_loc): Ignore leading NaNs. |
|
3206 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_min_loc, |
|
3207 ComplexMatrix::row_max, ComplexMatrix::row_max_loc, |
|
3208 ComplexMatrix::column_min, ComplexMatrix::column_min_loc, |
|
3209 ComplexMatrix::column_max, ComplexMatrix::column_max_loc): Ignore |
|
3210 leading NaNs. |
|
3211 |
2352
|
3212 Thu Aug 8 16:04:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3213 |
|
3214 * QPSOL.cc (QPSOL::do_minimize): Insert linear constraint bounds |
|
3215 starting at n, not 0. |
|
3216 |
2349
|
3217 Sat Jul 27 02:54:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3218 |
|
3219 * dMatrix.cc (Matrix::Matrix (const RowVector&), |
|
3220 Matrix::Matrix (const ColumnVector&)): New constructors. |
|
3221 |
|
3222 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const RowVector&), |
|
3223 ComplexMatrix::ComplexMatrix (const ColumnVector&), |
|
3224 ComplexMatrix::ComplexMatrix (const ComplexRowVector&), |
|
3225 ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): |
|
3226 New constructors. |
|
3227 |
|
3228 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): |
|
3229 New constructor. |
|
3230 |
2343
|
3231 Wed Jul 24 16:39:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3232 |
|
3233 * LSODE.cc (do_integrate): Check to make sure that the state and |
|
3234 derivative vectors are the same size. |
2344
|
3235 * DASSL.cc (do_integrate): Likewise. |
2343
|
3236 |
2330
|
3237 Sun Jul 14 17:30:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3238 |
|
3239 * dMatrix.cc (Matrix::read, Matrix::write): Convert to use |
|
3240 iostreams and handler data format conversions. Delete old methods |
|
3241 that used stdio. |
|
3242 |
|
3243 * data-conv.h, data-conv.cc (oct_data_conv): New class. |
|
3244 |
|
3245 Fri Jul 12 13:52:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3246 |
|
3247 * mach-info.h: Rename from float-fmt.h. |
|
3248 * mach-info.cc: Rename from float-fmt.cc. |
|
3249 Handle machine information using a singlton class. |
|
3250 * Makefile.in: Update appropriate lists. |
|
3251 |
|
3252 Tue Jul 9 11:49:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3253 |
|
3254 * Array-flags.cc: Provide definitions for the flags even if |
|
3255 OCTAVE_SOURCE is not defined. |
|
3256 |
|
3257 * Array.h, Array2.h, Array3.h: BOUNDS_CHECKING now affects |
|
3258 operator(), not elem(). |
|
3259 * Array3.h: Move indexing methods here from Array3.cc. |
|
3260 |
|
3261 Mon Jun 24 02:30:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3262 |
|
3263 * Array3.cc (checkelem): Fix typo in call to Array2<T>::elem(). |
|
3264 |
|
3265 * Makefile.in (install-lib): Use INSTALL_PROGRAM instead of |
|
3266 INSTALL_DATA for shared libs. |
|
3267 |
|
3268 Thu Jun 6 09:59:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3269 |
|
3270 * Quad.cc: Include lo-error.h here too. |
|
3271 |
|
3272 Mon May 27 12:41:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3273 |
|
3274 * file-ops.h: Include sys/types.h here. |
|
3275 |
|
3276 Wed May 22 00:20:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3277 |
|
3278 * chMatrix.cc (charMatrix::transpose): Provide definition. |
|
3279 |
|
3280 * Array-idx.h (maybe_delete_elements): Correctly compute number of |
|
3281 elements in result. |
|
3282 * Array2-idx.h (maybe_delete_elements): Likewise for number of |
|
3283 rows and columns in result. |
|
3284 |
|
3285 Tue May 21 23:46:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3286 |
|
3287 * dbleQR.cc (QR::QR): Don't create result from to-be-deleted data. |
|
3288 * CmplxQR.cc (ComplexQR::ComplexQR): Likewise. |
|
3289 |
|
3290 Fri May 17 03:06:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3291 |
|
3292 * Makefile.in (install-inc): Install in octincludedir, not includedir. |
|
3293 |
|
3294 Sun May 12 03:40:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3295 |
|
3296 * Makefile.in (uninstall): Also delete shared library. |
|
3297 Split install into install-libs and install-includes. |
|
3298 (install-inc): If linkdir is a directory, leave it alone. |
|
3299 |
|
3300 * sun-utils.cc (MAIN__): Define for Linux/ELF systems. |
|
3301 |
|
3302 Thu May 2 20:19:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3303 |
|
3304 * Array-idx.h (assign): Handle A(:) = X for A undefined or empty. |
|
3305 * Array2-idx.h (assign): Likewise. |
|
3306 |
|
3307 Tue Apr 30 05:43:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3308 |
|
3309 * Array2.cc (Array2<T>::range_error): New functions. |
|
3310 |
|
3311 * Array.h (class Array<T>): elem() and operator() are now |
|
3312 equivalent, and do bounds checking by default. |
|
3313 * Array2.cc (class Array2<T>): Likewise. |
|
3314 |
|
3315 Sat Apr 6 21:26:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3316 |
|
3317 * Makefile.in (maintainer-clean, distclean): Also delete |
|
3318 stamp-picdir, stamp-shared, and pic directory. |
|
3319 (stamp-prereq): New target. |
|
3320 |
|
3321 Fri Mar 29 13:44:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3322 |
|
3323 * NPSOL.h (NPSOL_options::set_option (const char *, int)): |
|
3324 New function. |
|
3325 |
|
3326 * Array.h, Array.cc (Array<T>::range_error ()): New functions. |
|
3327 * Array.h (Array<T>::checkelem): Use them. |
|
3328 |
|
3329 * base-lu.h, base-lu.cc: Parameterize based on types of matrix |
|
3330 elements too. |
|
3331 * dbleLU.h, dbleLU.cc, CmplxLU.h, CmplxLU.cc: Change to match. |
|
3332 |
|
3333 * MDiagArray2.h (MDiagArray2 (const MArray<T>& a)): Delete. |
|
3334 |
|
3335 * Makefile.in (distclean): Delete so_locations, which is created |
|
3336 on DEC Alpha systems. |
|
3337 |
|
3338 Sat Mar 23 04:02:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3339 |
|
3340 * Array.h (HEAVYWEIGHT_INDEXING): Do define this here if it is not |
|
3341 already defined. |
|
3342 |
|
3343 Fri Mar 22 23:53:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3344 |
|
3345 * pathsearch.cc: Include config.h. |
|
3346 |
|
3347 Wed Mar 20 04:54:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3348 |
|
3349 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&)): Don't |
|
3350 allow M(I, J) = scalar if I or J is empty. |
|
3351 |
|
3352 * Array-idx.h: Delete Array2 and Array3 code (now in Array2-idx.h |
|
3353 and Array3-idx.h). |
|
3354 |
|
3355 Thu Mar 7 10:20:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3356 |
|
3357 * lo-error.h: Make comments C friendly. |
|
3358 |
|
3359 Sun Mar 3 14:04:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3360 |
|
3361 * Array2.h (make_unique): Move all indexing functions here. |
|
3362 * Array2.cc: From here. |
|
3363 |
|
3364 * Array.h, Array2.h (NO_BOUNDS_CHECKING): New macro to control |
|
3365 whether operator() calls elem or checkelem. |
|
3366 |
|
3367 * Array.h (make_unique): New private function. |
|
3368 Move all indexing functions here. |
|
3369 * Array.cc: From here. |
|
3370 |
|
3371 * pathsearch.cc (dir_path::find_all): Index tmp, don't dereference |
|
3372 it too. |
|
3373 |
|
3374 * Array-d.cc, Array-ch.cc, Array-C.cc, Array-s.cc, Array-str.cc, |
|
3375 Array-i.cc, MArray-i.cc, MArray-s.cc, MArray-d.cc, MArray-ch.cc, |
|
3376 MArray-C.cc: Include config.h. |
|
3377 |
|
3378 * Array.h, Array2.h, DiagArray2.h, Array3.h: |
|
3379 Don't define HEAVYWEIGHT_INDEXING here. |
|
3380 |
|
3381 Sat Mar 2 18:39:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3382 |
|
3383 * base-lu.h, base-lu.cc: New files. |
|
3384 * Makefile.in: Add them to the appropriate lists. |
|
3385 * dbleLU.h, dbleLU.cc, CmplxLU.h, Cmplx.cc: Derive from base_lu. |
|
3386 |
|
3387 Fri Mar 1 08:30:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3388 |
|
3389 * Array2.h, Array3.h, DiagArray2.h: New files, extracted from Array.h |
|
3390 * Array2-idx.h, Array3-idx.h: New files, extracted from Array-idx.h |
|
3391 * Array2.cc, Array3.cc, DiagArray2.cc: New files, from Array.cc. |
|
3392 * MArray2.h, MDiagArray2.h: New files, extracted from MArray.h. |
|
3393 * MArray2.cc, MDiagArray2.cc, MArray-defs.h: New files, from MArray.cc. |
|
3394 |
|
3395 * MArray.h (INSTANTIATE_MARRAY_FRIENDS): New macro. |
|
3396 (INSTANTIATE_MARRAY2_FRIENDS): Likewise. |
|
3397 (INSTANTIATE_MDIAGARRAY_FRIENDS): Likewise. |
|
3398 * MArray-C.cc, MArray-ch.cc, MArray-c.cc, MArray-i.cc, MArray-s.cc: |
|
3399 Simplify using new macros. |
|
3400 |
|
3401 Mon Feb 26 03:04:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3402 |
|
3403 * Makefile.in (install): If $(includedir) ends in version string, |
|
3404 make link to name that does not include version info. |
|
3405 |
|
3406 * lo-ieee.cc: Include <cmath> here. |
|
3407 |
|
3408 Fri Feb 16 20:52:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3409 |
|
3410 * lo-ieee.cc, lo-ieee.h: New files. |
|
3411 * lo-mappers.cc, lo-mappers.h: New files. |
|
3412 * lo-utils.cc, lo-utils.h: New files. |
|
3413 * Makefile.in: Add them to the appropriate lists. |
|
3414 |
|
3415 Thu Feb 15 22:02:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3416 |
|
3417 * dMatrix.cc (all_integers, too_large_for_float): New functions. |
|
3418 * CMatrix.cc (all_integers, too_large_for_float): New functions. |
|
3419 |
|
3420 * byte-swap.h, data-conv.h, data-conv.cc, float-fmt.h, |
|
3421 float-fmt.cc: New files. |
|
3422 * Makefile.in: Include them in the appropriate lists. |
|
3423 |
|
3424 Wed Feb 14 01:49:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3425 |
|
3426 * dMatrix.cc (Qzval): New function. |
|
3427 |
|
3428 Tue Feb 13 12:41:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3429 |
|
3430 * NPSOL.cc (NPSOL_options::set_option): Arg key is now string, not |
|
3431 char*. |
|
3432 |
|
3433 * DASSL.h, DASSL.cc: Do better management of temporary workspace. |
|
3434 Use F77_XFCN to call Fortran subroutine. |
|
3435 * dColVector.cc, CColVector.cc: Likewise. |
|
3436 * dRowVector.cc, CRowVector.cc: Likewise. |
|
3437 * NPSOL.h, NPSOL.cc: Likewise. |
|
3438 * CmplxCHOL.cc: Likewise. |
|
3439 * dbleCHOL.cc: Likewise. |
|
3440 * CMatrix.cc: Likewise. |
|
3441 * dMatrix.cc: Likewise. |
|
3442 * QPSOL.cc: Likewise. |
|
3443 * LSODE.cc: Likewise. |
|
3444 |
|
3445 Sun Feb 11 14:14:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3446 |
|
3447 * dbleHESS.cc (HESS::init): Dimension of tau is n-1, not n+1. |
|
3448 |
|
3449 * dbleSCHUR.h, dbleSCHUR.cc: Do better management of temporary |
|
3450 workspace. Use F77_XFCN to call Fortran subroutine. |
|
3451 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Likewise. |
|
3452 * CmplxSCHUR.h, CmplxSCHUR.cc: Likewise. |
|
3453 * dbleGEPBAL.h, dbleGEPBAL.cc: Likewise. |
|
3454 * dbleAEPBAL.h, dbleAEPBAL.cc: Likewise. |
|
3455 * CmplxHESS.h, CmplxHESS.cc: Likewise. |
|
3456 * CmplxSVD.h, CmplxSVD.cc: Likewise. |
|
3457 * dbleHESS.h, dbleHESS.cc: Likewise. |
|
3458 * dbleSVD.h, dbleSVD.cc: Likewise. |
|
3459 * EIG.h, EIG.cc; Likewise. |
|
3460 * CollocWt.cc: Likewise. |
|
3461 * NLEqn.cc: Likewise. |
|
3462 * Quad.cc: Likewise. |
|
3463 |
|
3464 Sat Feb 10 12:14:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3465 |
|
3466 * dbleLU.h, dbleLU.cc: Do better management of temporary workspace. |
|
3467 Use F77_XFCN to call Fortran subroutine. |
|
3468 * CmplxLU.h, CmplxLU.cc: Ditto. |
|
3469 * dbleQR.h, dbleQR.cc: Ditto. |
|
3470 * CmplxQR.h, CmplxQR.cc: Ditto. |
|
3471 * dbleQRP.h, dbleQRP.cc: Ditto. |
|
3472 * CmplxQRP.h, CmplxQRP.cc: Ditto. |
|
3473 |
|
3474 * dir-ops.h (dir_entry::dir): Declare as void*, not DIR*. |
|
3475 (struct DIR): delete forward declaration. |
|
3476 (dir_entry::operator = (const dir_entry$)): Protect against |
|
3477 copying same object. |
|
3478 * dir-ops.cc: Cast dir appropriately. |
|
3479 |
|
3480 Fri Feb 9 16:12:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3481 |
|
3482 * lo-error.cc: Moved to libcruft/misc. |
|
3483 * Makefile.in: Delete it from the list. |
|
3484 |
|
3485 * f77-fcn.c (f77_context, f77_exception_encountered): Delete |
|
3486 definitions (they have been moved to libcruft/misc/f77-extern.cc). |
|
3487 |
|
3488 * Array-flags.h: New file. |
|
3489 * Array-idx.h: Include it here. |
|
3490 * Makefile.in (MATRIX_INC): Add it to the list. |
|
3491 |
|
3492 * Array-flags.cc: Renamed from Array-ext.cc. |
|
3493 (liboctave_dfi_flag): Renamed from dfi_flag. |
|
3494 (liboctave_pcv_flag): Renamed from pcv_flag. |
|
3495 (liboctave_pzo_flag): Renamed from pzo_flag. |
|
3496 (liboctave_rre_flag): Renamed from rre_flag. |
|
3497 * Array-idx.h: Change all uses of dfi_flag, etc. |
|
3498 * Makefile.in (MATRIX_SRC): Change file name here too. |
|
3499 |
|
3500 * Makefile.in (LIBOCTAVE_LFLAGS, LIBOCTAVE_LIBS): New variables. |
|
3501 (stamp-shared): Use them here. |
|
3502 |
|
3503 Tue Feb 6 09:53:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3504 |
|
3505 * cmd-hist.cc (command_history::ignore_entries): Delete default |
|
3506 argument value. |
|
3507 |
|
3508 Mon Feb 5 12:07:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3509 |
|
3510 * CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, CmplxLU.h, |
|
3511 CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, dbleAEPBAL.h, |
|
3512 dbleCHOL.h, dbleDET.h, dbleGEPBAL.h, dbleHESS.h, dbleLU.h, |
|
3513 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h: |
|
3514 Clean up constructors, assigment operator. |
|
3515 |
|
3516 Sun Feb 4 03:12:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3517 |
|
3518 * NPSOL.cc (do_minimize): Use F77_XFCN to call npsol. |
|
3519 Check f77_exception_encountered on return. |
|
3520 |
|
3521 * f77-fcn.c (f77_exception_encountered): New variable. |
|
3522 (F77_XFCN): Set it. |
|
3523 * f77-fcn.h: Provide declaration. |
|
3524 |
|
3525 * QPSOL.h (QPSOL_options::set_options): Renamed from copy(). |
|
3526 |
|
3527 * NPSOL.h (NPSOL_options::set_options): Renamed from copy(). |
|
3528 |
|
3529 * NLEqn.h (NLEqn_options::set_options): New function. |
|
3530 * Quad.h (Quad_options::set_options): Likewise. |
|
3531 |
|
3532 * LP.h (class LP): Add accessors for LP data. |
|
3533 |
|
3534 * NLEqn.h (NLEqn::n): Delete. |
|
3535 |
|
3536 * NLEqn.h (class NLEqn::n): Likewise. |
|
3537 |
|
3538 * NLP.h (class NLP): Add accessors for NLP data. |
|
3539 |
|
3540 * NPSOL.h (class NPSOL_options): Move constructors, set, and |
|
3541 access functions here. |
|
3542 * NPSOL.cc.cc: From here. |
|
3543 |
|
3544 * QLD.h (class QLD): Add destructor definition. |
|
3545 * Objective.h (class Objective): Likewise. |
|
3546 * ODEFunc.h (class ODEFunc): Likewise. |
|
3547 * NLFunc.h (class NLFunc): Likewise. |
|
3548 * NLEqn.h (class NLEqn): Likewise. |
|
3549 * NLConst.h (class NLConst): Likewise. |
|
3550 * LinConst.h (class LinConst): Likewise. |
|
3551 * LSODE.h (class LSODE_options): Likewise. |
|
3552 * CollocWt.h (class CollocWt): Likewise. |
|
3553 * Bounds.h (class Bounds): Likewise. |
|
3554 |
|
3555 * QLD.cc (QLD::set_default_options): Delete. |
|
3556 |
|
3557 * QP.h (QP): Add accessors for QP data. |
|
3558 Add copy constructor, operator =, and destructor definitions. |
|
3559 |
|
3560 * Range.h, Quad.h, QP.h, QLD.h, Objective.h, NLP.h, NLFunc.h, |
|
3561 NLConst.h, LinConst.h, LSODE.h, LP.h, FEGrid.h, EIG.h, DASSL.h, |
|
3562 DAEFunc.h, CollocWt.h, Bounds.h: |
|
3563 Clean up constructors, assigment operator. |
|
3564 |
|
3565 * dRowVector.cc (RowVector::transpose): Use magic of reference |
|
3566 counting to avoid duplicating the data immediately. |
|
3567 * dColVector.cc (ColumnVector::transpose): Likewise. |
|
3568 * CRowVector.cc (ComplexrowVector::transpose): Likewise. |
|
3569 * CColVector.cc (ComplexColumnVector::transpose): Likewise. |
|
3570 |
|
3571 Sat Feb 3 01:02:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3572 |
|
3573 * prog-args.h (prog_args::option_argument): New enum. |
|
3574 |
|
3575 * f77-fcn.h: Rename from f77-uscore.h. |
|
3576 (F77_XFCN_ERROR, F77_XFCN): New macros. |
|
3577 * f77-fcn.c: New file. |
|
3578 * Makefile.in (SOURCES): Add it to the list. |
|
3579 |
|
3580 * ODEFunc.h: Clean up. |
|
3581 |
|
3582 * DASSL.cc, DASSL.h: New files. |
|
3583 * Makefile.in: Add them to the appropriate lists. |
|
3584 |
|
3585 * LSODE.cc, LSODE.h: New files. |
|
3586 * Makefile.in: Add them to the appropriate lists. |
|
3587 |
|
3588 * ODE.cc: Delete. |
|
3589 * Makefile.in (SOURCES): Remove from list. |
|
3590 |
|
3591 * base-de.h, DAE.cc: New files. |
|
3592 * Makefile.in: Add them to the appropriate lists. |
|
3593 * ODE.h: Only define interface for ODE classes. |
|
3594 * DAE.h: Only define interface for ODE classes. |
|
3595 |
|
3596 * LPsolve.cc (do_minimize): Print sorry not implemented message. |
|
3597 (LPsolve::set_default_options)): Delete |
|
3598 * LPsolve.h (class LPsolve): Add operator =, copy constructor, and |
|
3599 destructor. |
|
3600 |
|
3601 * LP.h (class LP): Add operator =, copy constructor, and destructor. |
|
3602 |
|
3603 * QPSOL.h (QPSOL::QPSOL (const QPSOL&)): New constructor. |
|
3604 (QPSOL::operator =): Call base class operator = instead of assuming |
|
3605 we know what to copy. |
|
3606 |
|
3607 * base-min.h (size): New function. |
|
3608 |
|
3609 * NLP.h (NLP::size): Delete. |
|
3610 (NLP::NLP (const NLP&)): New constructor. |
|
3611 (NLP::operator =): Call base class operator = instead of assuming |
|
3612 we know what to copy. |
|
3613 |
|
3614 * NPSOL.h, NPSOL.cc (NPSOL::option): Delete. |
|
3615 (class NPSOL): Add operator = and destructor. |
|
3616 |
|
3617 * NPSOL.h: Add NPSOL_options() to list of constructor initalizers. |
|
3618 |
|
3619 Fri Feb 2 22:52:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3620 |
|
3621 * Makefile.in (liboctave.a): Depend on $(PICOBJ). |
|
3622 |
|
3623 Wed Jan 31 05:29:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3624 |
|
3625 * dMatrix.cc (Givens, Sylvester, Matrix::expm): New functions. |
|
3626 * CMatrix.cc (Givens, Sylvester, ComplexMatrix::expm): Ditto. |
|
3627 |
|
3628 Mon Jan 29 00:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3629 |
|
3630 * prog-args.h, prog-args.cc: New files. |
|
3631 * Makefile.in: Add them to lists. |
|
3632 |
|
3633 * getopt.h, getopt.c, getopt1.c: New files. |
|
3634 * Makefile.in: Add them to the lists. |
|
3635 |
|
3636 * oct-term.h, oct-term.cc: New files. |
|
3637 * Makefile.in: Add them to the lists. |
|
3638 |
|
3639 * str-vec.cc: New file. |
|
3640 * Makefile.in (SOURCES): Add it to the list. |
|
3641 |
|
3642 * file-ops.cc (oct_tmpnam): Move here from src/utils.cc. |
|
3643 |
|
3644 * tempname.c, tempnam.c: Move here from src directory. |
|
3645 * Makefile.in: Add to lists. |
|
3646 |
|
3647 Sun Jan 28 23:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3648 |
|
3649 * cmd-hist.h, cmd-hist.cc: New files. |
|
3650 * Makefile.in: Add them to lists. |
|
3651 |
|
3652 Thu Jan 25 20:36:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3653 |
|
3654 * oct-glob.h, oct-glob.cc: New files. |
|
3655 * Makefile.in: Add them to lists. |
|
3656 |
|
3657 Wed Jan 24 01:55:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3658 |
|
3659 * pathsearch.h, pathsearch.cc: New files. |
|
3660 * Makefile.in: Add them to lists. |
|
3661 |
|
3662 * dir-ops.h, dir-ops.cc: New files. |
|
3663 * sysdir.h: Move here from src directory. |
|
3664 * Makefile.in: Add them to lists. |
|
3665 |
|
3666 * Array.h (Array::qsort): Return *this, not void. |
|
3667 * str-vec.h (string_vector::qsort): Likewise. |
|
3668 |
|
3669 * chMatrix.cc (row_as_string): Resize result to eliminate |
|
3670 unnecessary NULs. |
|
3671 |
|
3672 Tue Jan 23 00:40:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3673 |
|
3674 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, |
|
3675 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: |
|
3676 Files moved here from src directory. |
|
3677 * Makefile.in: Add them to lists. Include appropriate rules. |
|
3678 |
|
3679 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
3680 Use pointers, not references (this is C code!). |
|
3681 |
|
3682 * oct-math.h: New file. |
|
3683 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
3684 Files moved here from src directory. |
|
3685 * Makefile.in: Add them to lists. |
|
3686 |
|
3687 Sun Jan 21 22:53:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3688 |
|
3689 * idx-vector.cc (make_uniq): Fix major brain-o. |
|
3690 |
|
3691 * CmplxSCHUR.h, CmplxSCHUR.cc, dbleSCHUR.h, dbleSCHUR.cc: |
|
3692 Convert to use string class instead of char*. |
|
3693 |
|
3694 * str-vec.h, Array-str.cc: New files. |
|
3695 |
|
3696 * Array.h (Array::qsort): New function. |
|
3697 |
|
3698 Fri Jan 12 01:45:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3699 |
|
3700 * Array.h: Nest ArrayRep class inside Array class. |
|
3701 Refer to ArrayRep, not ArrayRep<T>. |
|
3702 Move all ArrayRep functions inline. |
|
3703 Don't declare other Array classes as friends of ArrayRep. |
|
3704 * Array.cc: Delete ArrayRep functions. |
|
3705 * Array-idx.h: Refer to ArrayRep, not ArrayRep<T>. |
|
3706 |
|
3707 * Array-C.cc, Array-ch.cc, Array-d.cc, Array-i.cc, Array-s.cc: |
|
3708 Don't instantiate ArrayRep objects. |
|
3709 |
|
3710 Wed Jan 10 04:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3711 |
|
3712 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
3713 New constructor. |
|
3714 |
|
3715 Tue Jan 9 04:44:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3716 |
|
3717 * dbleGEPBAL.cc (GEPBALANCE::init): Use string instead of char* |
|
3718 for balance_job arg. |
|
3719 * dbleAEPBAL.cc (AEPBALANCE::init): Likewise. |
|
3720 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Likewise. |
|
3721 |
|
3722 * chMatrix.cc (row_as_string): Return string, not const char*. |
|
3723 |
|
3724 Mon Jan 8 03:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3725 |
|
3726 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. |
|
3727 |
|
3728 * chMatrix.cc (row_as_string): Undo previous change. |
|
3729 |
|
3730 Sun Jan 7 19:50:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3731 |
|
3732 * chMatrix.cc (row_as_string): Do memory management here. Caller |
|
3733 is expected to save string if necessary. |
|
3734 |
|
3735 Sat Jan 6 19:28:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3736 |
|
3737 * Array.h (class DiagArray): Enable nested Proxy class for all |
|
3738 platforms. |
|
3739 |
|
3740 * Array.cc (Array<T>::operator = (const Array<T>&)): If rep == |
|
3741 a.rep, don't mess with count. |
|
3742 * Array.h (Array2<T>& operator = (const Array2<T>&)): Likewise, |
|
3743 don't do anything if reps are the same. |
|
3744 (Array3<T>& operator = (const Array3<T>&) |
|
3745 |
|
3746 * Array.h (ArrayRep<T>::operator = (const ArrayRep<T>&)): |
|
3747 Declare private with no definition to prevent misuse. |
|
3748 |
|
3749 * Array.cc (Array2<T>::insert (const Array2<T>&, int, int)): |
|
3750 Get range check right. |
|
3751 * dMatrix.cc (Matrix::insert (const RowVector&, int, int)): Ditto. |
|
3752 (Matrix::insert (const ColumnVector&, int, int)): Ditto. |
|
3753 (Matrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
3754 * CMatrix.cc (ComplexMatrix::insert (const Matrix&, int, int)): Ditto. |
|
3755 (ComplexMatrix::insert (const RowVector&, int, int)): Ditto. |
|
3756 (ComplexMatrix::insert (const ColumnVector&, int, int)): Ditto. |
|
3757 (ComplexMatrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
3758 (ComplexMatrix::insert (const ComplexRowVector&, int, int)): Ditto. |
|
3759 (ComplexMatrix::insert (const ComplexColumnVector&, int, int)): Ditto. |
|
3760 (ComplexMatrix::insert (const ComplexDiagMatrix&, int, int)): Ditto. |
|
3761 * dRowVector.cc (RowVector::insert (const RowVector&, int)): Ditto. |
|
3762 * dColVector.cc |
|
3763 (ColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
3764 * CRowVector.cc |
|
3765 (ComplexRowVector::insert (const RowVector&, int)): Ditto. |
|
3766 (ComplexRowVector::insert (const ComplexRowVector&, int)): Ditto. |
|
3767 * CColVector.cc |
|
3768 (ComplexColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
3769 (ComplexColumnVector::insert (const ComplexColumnVector&, int)): Ditto. |
|
3770 |
|
3771 * dMatrix.cc (Matrix::insert (const DiagMatrix&, int, int)): |
|
3772 Also fill in zeros, not just the diagonal. |
|
3773 |
|
3774 * CDiagMatrix.cc (ComplexDiagMatrix::fill (double, int, int)): |
|
3775 Use END parameter properly. |
|
3776 (ComplexDiagMatrix::fill (const Complex&, int, int)): Ditto. |
|
3777 * dDiagMatrix.cc (DiagMatrix::fill (double, int, int)): Ditto. |
|
3778 |
|
3779 * Array.h (ArrayRep<T>::ArrayRep (void)): Set count to 1 here. |
|
3780 (ArrayRep<T>::ArrayRep (T *, int)): Likewise. |
|
3781 * Array.cc (ArrayRep<T>::ArrayRep (const ArrayRep<T>&)): |
|
3782 Don't copy count. Set it to 1. |
|
3783 (ArrayRep<T>::ArrayRep (int)): Set count to 1 here. |
|
3784 |
|
3785 * Array.h (Array<T>::Array (T *, int)): After constructing rep, |
|
3786 don't set rep->count to 1 here (now handled by ArrayRep |
|
3787 constructors). |
|
3788 (Array<T>::Array (void)): Ditto. |
|
3789 (Array<T>::Array (int)): Ditto. |
|
3790 (Array<T>::T& elem (int)): Ditto. |
|
3791 * Array-idx.h (Array<T>::maybe_delete_elements (idx_vector&)): Ditto. |
|
3792 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Ditto. |
|
3793 * Array.cc: (Array<T>::Array (int, const T&)): Ditto. |
|
3794 (Array<T>::resize (int)): Ditto. |
|
3795 (Array<T>::resize (int, const T&)) :Ditto. |
|
3796 (Array<T>::fortran_vec (void)): Ditto. |
|
3797 (Array2<T>::resize (int, int)): Ditto. |
|
3798 (Array2<T>::resize (int, int, const T&)): Ditto. |
|
3799 (DiagArray<T>::resize (int, int)): Ditto. |
|
3800 (DiagArray<T>::resize (int, int, const T&)): Ditto. |
|
3801 |
|
3802 Sun Dec 31 21:23:26 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3803 |
|
3804 * Array-ch.cc: Rename from Array-c.cc. |
|
3805 * MArray-ch.cc: Rename from MArray-c.cc. |
|
3806 * chMatrix.cc: Rename from cMatrix.cc. |
|
3807 * chMatrix.h: Rename from cMatrix.h. |
|
3808 * Makefile.in (TI_SRC): Use new names here. |
|
3809 * mx-base.h: Likewise. |
|
3810 |
|
3811 Fri Dec 29 21:45:00 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3812 |
|
3813 * Makefile.in: Handle shared libraries. |
|
3814 |
|
3815 Thu Dec 28 14:18:34 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3816 |
|
3817 * CRowVector.cc (operator * (ComplexRowVector, ComplexMatrix)): |
|
3818 Correctly compute length of return value. Correct rows and |
|
3819 columns in zgemv call. |
|
3820 * dRowVector.cc (operator * (RowVector, Matrix)): Likewise. |
|
3821 |
|
3822 Tue Dec 26 00:37:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3823 |
|
3824 * Makefile.in (stamp-picdir): New target. |
|
3825 (all): Depend on it. |
|
3826 |
|
3827 Sun Dec 24 03:10:41 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3828 |
|
3829 * Makefile.in (INCLUDES): Remove QLD.h. |
|
3830 (SOURCES): Remove QLD.cc. |
|
3831 |
|
3832 Wed Dec 20 00:43:46 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3833 |
|
3834 * dMatrix.cc (Matrix::inverse): New arg, force. |
|
3835 If force is nonzero, invert even if matrix is singular. |
|
3836 (ComplexMatrix::inverse): Likewise. |
|
3837 |
|
3838 * dRowVector.cc, mx-inlines.cc, dMatrix.cc, dDiagMatrix.cc, |
|
3839 dColVector.cc,MArray-C.cc, CmplxDET.cc, CRowVector.cc, CMatrix.cc, |
|
3840 CDiagMatrix.cc, CColVector.cc, Array-C.cc, CmplxDET.h, CMatrix.h: |
|
3841 Include "oct-cmplx.h" instead of <Complex.h>. |
|
3842 |
|
3843 * mx-defs.h: Include oct-cmplx.h in place of forward declaration |
|
3844 for class Complex. |
|
3845 |
|
3846 * oct-cmplx.h: New file. |
|
3847 * Makefile.in (INCLUDES): Add it to the list. |
|
3848 |
|
3849 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep): Don't redeclare len. |
|
3850 (IDX_VEC_REP::maybe_convert_one_zero_to_idx): Don't redeclare count. |
|
3851 (IDX_VEC_REP::freeze): Don't redeclare max_val and min_val. |
|
3852 (intcmp, sort_data, make_uniq, copy_data, IDX_VEC_REP::print): |
|
3853 Avoid g++ bugs. |
|
3854 |
|
3855 Tue Nov 14 14:24:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3856 |
|
3857 * Array-idx.h (maybe_delete_elements): Give useful error message. |
|
3858 |
|
3859 * dbleSCHUR.cc, dbleSVD.cc: Include iostream.h. |
|
3860 |
|
3861 Mon Nov 13 08:35:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3862 |
|
3863 * CDiagMatrix.cc (inverse): Return retval, not *this. |
|
3864 * dDiagMatrix.cc (inverse): Use same method as for Complex case. |
|
3865 |
|
3866 Sat Nov 4 05:06:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3867 |
|
3868 * Array.h, Array.cc, Array-idx.h [HEAVYWEIGHT_INDEXING]: Keep |
|
3869 index vector object with Array, not ArrayRep. |
|
3870 |
|
3871 Fri Nov 3 06:52:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3872 |
|
3873 * Array-idx.h (assign (Array2<T>&, const Array2<T>&): Don't fail |
|
3874 if index is a colon and resizing is maybe needed. |
|
3875 |
|
3876 Tue Oct 31 17:40:01 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3877 |
|
3878 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Don't return true |
|
3879 if we have a vector of 1's. |
|
3880 |
|
3881 * Array-idx.h (assign (Array2<LT>&, Array2<RT>&): If lhs has no |
|
3882 current orientation, require index and rhs to conform unless |
|
3883 do_fortran_indexing flag is set. |
|
3884 |
|
3885 Sun Oct 15 23:32:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3886 |
|
3887 * Array-d.cc, Array-C.cc, mx-base.h, mx-inlines.cc, dDiagMatrix.h, |
|
3888 CDiagMatrix.h, CMatrix.cc, CMatrix.h, dMatrix.h, mx-defs.h, |
|
3889 cMatrix.h, MArray.cc, MArray.h, MArray-i.cc, MArray-c.cc, |
|
3890 MArray-s.cc, Array.h, Array.cc, Array-c.cc, Array-i.cc, |
|
3891 Array-s.cc, cMatrix.cc, Array-idx.h, dMatrix.cc: |
|
3892 Massive changes to support additional data types. Only charMatrix |
|
3893 is currently used in Octave. |
|
3894 |
|
3895 Thu Oct 12 02:22:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3896 |
|
3897 * Array.cc (Array2<T>::insert (Array2<T>&, int, int): New function. |
|
3898 * CMatrix.cc (ComplexMatrix::insert (ComplexMatrix&, int, int): |
|
3899 Simply call Array2<Complex> version. |
|
3900 * dMatrix.cc (Matrix::insert (Matrix&, int, int): Similarly, just |
|
3901 call Array2<double> version. |
|
3902 |
|
3903 * Array-C.cc, Array-d.cc: Instantiate new assign functions too. |
|
3904 |
|
3905 * Array.h, Array.cc: Massive overhaul to support new way of |
|
3906 handling indexing. |
|
3907 * idx-vector.h, idx-vector.cc: Likewise. |
|
3908 * Array-ext.cc, Array-idx.h: New files. |
|
3909 * Makefile.in: Add them to the appropriate lists. |
|
3910 |
|
3911 Wed Oct 11 00:49:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3912 |
|
3913 * Range.cc (nelem_internal): Use tfloor here, not round. |
|
3914 |
|
3915 Sun Oct 8 18:21:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3916 |
|
3917 * idx-vector.h, idx-vector.cc: New files, moved from ../src. |
|
3918 * Makefile.in (SOURCES, INCLUDES): Include them in the lists. |
|
3919 |
|
3920 Sat Oct 7 19:07:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3921 |
|
3922 * CMatrix.cc (pseudo_inverse): Avoid bogus g++ warning. |
|
3923 |
|
3924 * Array.h: Move simple member functions here. |
|
3925 * Array.cc: From here. |
|
3926 |
|
3927 Fri Oct 6 00:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3928 |
|
3929 * Range.cc (tfloor, tceil, round): New static functions. |
|
3930 (Range::nelem_internal): Rewrite to use better method. |
|
3931 |
|
3932 * dbleSVD.h (SVD::type): New item, sigma_only. |
|
3933 (type_computed): New var. |
|
3934 * dbleSVD.cc (left_singular_matrix, right_singular_matrix): |
|
3935 Handle possible error condition. |
|
3936 (init): Allow for SVD::sigma_only, save type computed. |
|
3937 * CmplxSVD.cc (left_singular_matrix, right_singular_matrix): |
|
3938 Handle possible error condition. |
|
3939 (init): Allow for SVD::sigma_only, save type computed. |
|
3940 |
|
3941 Wed Oct 4 15:33:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3942 |
|
3943 * Nearly all non-matrix .h and .cc files: |
|
3944 Move short function bodies into class declarations for inlining. |
|
3945 Generally clean up. |
|
3946 |
|
3947 * base-min.h: New file. |
|
3948 * LP.h (class LP): Derive from base_minimizer. |
|
3949 * QLP.h (class QLP): Derive from base_minimizer. |
|
3950 * NLP.h (class NLP): Derive from base_minimizer. |
|
3951 * Makefile.in (INCLUDES): Add base-min.h to the list. |
|
3952 |
|
3953 * Makefile.in (SOURCES): Delete DAEFunc.cc, LP.cc, NLConst.cc, |
|
3954 NLFunc.cc, Objective.cc and QP.cc from list. |
|
3955 |
|
3956 Tue Sep 26 04:14:23 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3957 |
|
3958 * dbleSCHUR.cc (select_ana): Remove name of unused parameter. |
|
3959 (SCHUR::SCHUR): Delete unused parameter ord. |
|
3960 * CmplxSCHUR.h (ComplexSCHUR::CmplxSCHUR): Likewise. |
|
3961 |
|
3962 * CRowVector.cc |
|
3963 (ComplexRowVector::operator+ (const Complex&, const RowVector&), |
|
3964 (ComplexRowVector::operator- (const Complex&, const RowVector&), |
|
3965 (ComplexRowVector::operator* (const Complex&, const RowVector&), |
|
3966 (ComplexRowVector::operator/ (const Complex&, const RowVector&)): |
|
3967 Actually do something. |
|
3968 |
|
3969 * dMatrix.cc (Matrix::lssolve (ComplexMatrix&)): Use dummy vars. |
|
3970 (Matrix::lssolve (ComplexMatrix&, int&)): Likewise. |
|
3971 (Matrix::lssolve (ComplexMatrix&, int&, int&)): Likewise. |
|
3972 |
|
3973 * Quad.cc (Quad_options::Quad_options (double, double)): New function. |
|
3974 * (Quad::Quad (integrand_fcn, double, double): Properly initialize |
|
3975 tolerances. |
|
3976 |
|
3977 * DAE.cc (ddassl_f, ddassl_j): Remove names of unused parameters. |
|
3978 * LPsolve.cc (LPsolve::minimize): Likewise. |
|
3979 * NPSOL.cc (NPSOL::option, npsol_confun, npsol_objfun): Likewise. |
|
3980 * ODE.cc (lsode_f, lsode_j): Likewise. |
|
3981 * QPSOL.cc (qphess): Likewise. |
|
3982 |
|
3983 Fri Sep 22 04:14:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3984 |
|
3985 * dMatrix.cc: Include <cstring>. |
|
3986 |
|
3987 * Array.cc: Try harder to avoid warnings from gcc in functions |
|
3988 that return bogus values after calling the error handler. |
|
3989 |
|
3990 Thu Sep 14 00:56:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3991 |
|
3992 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. |
|
3993 |
|
3994 * Makefile.in (TEMPLATE_SRC): Add Array-i.cc to the list. |
|
3995 |
|
3996 Tue Aug 22 00:41:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3997 |
|
3998 * DAE.cc (dassl_f): Add UNUSED attribute for unused parameters. |
|
3999 (dassl_j): Likewise. |
|
4000 |
|
4001 * DAE.cc, NLEqn.cc, NPSOL.cc, ODE.cc, CColVector.cc, CMatrix.cc, |
|
4002 dColVector.cc, dMatrix.cc, CmplxLU.cc, dbleLU.cc, QPSOL.cc, |
|
4003 Array.cc, CollocWt.cc, FEGrid.h, LinConst.h: |
|
4004 Update for change in for loop variable scope for gcc 2.7.0. |
|
4005 |
|
4006 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4007 |
|
4008 * Makefile.in: Only include dependency files if $(omit_deps) is |
|
4009 not set. |
|
4010 |
|
4011 Mon May 1 13:26:00 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) |
|
4012 |
|
4013 * dbleSCHUR.h dbleSVD.h dbleQRP.h dbleQR.h dbleHESS.h dbleLU.h |
|
4014 dbleCHOL.h dbleGEPBAL.h dbleAEPBAL.h dbleDET.h dDiagMatrix.h |
|
4015 dColVector.h dMatrix.h dRowVector.h Quad.h Range.h QPSOL.h QLD.h |
|
4016 ODEFunc.h QP.h Objective.h NPSOL.h ODE.h NLEqn.h NLFunc.h |
|
4017 NLConst.h LinConst.h LPsolve.h LP.h FSQP.h FEGrid.h EIG.h |
|
4018 DAEFunc.h CollocWt.h DAE.h CmplxSVD.h CmplxQRP.h CmplxSCHUR.h |
|
4019 CmplxHESS.h CmplxDET.h CmplxLU.h CmplxQR.h CmplxCHOL.h |
|
4020 CmplxAEPBAL.h CRowVector.h CDiagMatrix.h Bounds.h CColVector.h |
|
4021 CMatrix.h dbleSCHUR.cc dbleSVD.cc dbleQRP.cc dbleQR.cc |
|
4022 dbleGEPBAL.cc dbleLU.cc dbleHESS.cc dbleDET.cc dbleCHOL.cc |
|
4023 dbleAEPBAL.cc dColVector.cc dRowVector.cc dMatrix.cc |
|
4024 dDiagMatrix.cc QPSOL.cc Range.cc Quad.cc QP.cc ODEFunc.cc QLD.cc |
|
4025 Objective.cc NLEqn.cc ODE.cc NPSOL.cc NLFunc.cc LPsolve.cc |
|
4026 NLConst.cc LinConst.cc FSQP.cc FEGrid.cc LP.cc DAE.cc EIG.cc |
|
4027 CollocWt.cc DAEFunc.cc CmplxSVD.cc CmplxSCHUR.cc CmplxQRP.cc |
|
4028 CmplxLU.cc CmplxQR.cc CmplxHESS.cc CmplxDET.cc CmplxCHOL.cc |
|
4029 CmplxAEPBAL.cc CRowVector.cc CColVector.cc CMatrix.cc |
|
4030 CDiagMatrix.cc Bounds.cc MArray.h MArray.cc Array.cc Array.h |
|
4031 NLP.h: Use pragma interface/implementation. Don't surround |
|
4032 contents in extern "C++". |
|
4033 * lo-error.h sun-utils.h: Don't surround contents in extern "C++". |
|
4034 |
|
4035 Tue Apr 11 10:59:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4036 |
|
4037 * f77-uscore.h (F77_FCN): Allow for possibility of uppercase |
|
4038 identifiers. |
|
4039 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
4040 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
4041 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
4042 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
4043 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
4044 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
4045 Quad.cc: Change usage of F77_FCN to match new definition |
|
4046 |
|
4047 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
4048 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
4049 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
4050 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
4051 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
4052 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
4053 Quad.cc: Where appropriate, declare Fortran subroutines to take |
|
4054 args by reference instead of pointer. Change all callers. |
|
4055 |
|
4056 Sun Apr 9 20:11:56 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4057 |
|
4058 * MArray.h (MArray2::~MArray2, MDiagArray::~MDiagArray): New |
|
4059 functions. Make += and -= operators friend functions. |
|
4060 |
|
4061 * Array.h (Array2::~Array2, Array3::~Array3, |
|
4062 DiagArray::~DiagArray): New functions. |
|
4063 |
|
4064 Wed Apr 5 21:21:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4065 |
|
4066 * Makefile.in (EXTRAS): Don't distribute mx-kludge.cc. |
|
4067 (MATRIX_INC): Don't distribute mx-kludge.h. |
|
4068 |
|
4069 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
4070 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
4071 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
4072 dRowVector.h dRowVector.cc: |
|
4073 Derive classes from MArray, MArray2, and MDiagArray, not Array, |
|
4074 Array2, and DiagArray2. |
|
4075 Don't use functions defined in mx-kludge.cc for arithmetic |
|
4076 like-type operations on arrays. |
|
4077 |
|
4078 * MArray.cc: Use the classes defined here like-type mathematical |
|
4079 operations on Array objects. Abuse CPP more. |
|
4080 * Makefile.in (TEMPLATE_SRC): Add it to the list. |
|
4081 (EXTRAS): Delete it from this list. |
|
4082 |
|
4083 * MArray-C.cc, MArray-d.cc: New files. |
|
4084 * Makefile.in (TI_SRC): Add them to the list. |
|
4085 |
|
4086 Tue Apr 4 14:13:46 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4087 |
|
4088 * mx-kludge.cc: Abuse CPP even more. |
|
4089 |
|
4090 Mon Apr 3 21:05:30 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4091 |
|
4092 * Objective.h (objective_function): Add missing const. |
|
4093 (gradient_function): Likewise. |
|
4094 |
|
4095 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
4096 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
4097 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
4098 dRowVector.h dRowVector.cc: |
|
4099 Reorganize to declare and define friends where they should be, |
|
4100 based on the use of private constructors. |
|
4101 |
|
4102 Fri Mar 31 10:09:40 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4103 |
|
4104 * CRowVector.h (linspace): Add declaration. |
|
4105 * dRowVector.h (linspace): Likewise. |
|
4106 |
|
4107 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): |
|
4108 Force result of rcond + 1.0 to be stored. |
|
4109 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
|
4110 ComplexMatrix::solve): Likewise. |
|
4111 |
|
4112 See ChangeLog.1 in the top level directory for earlier changes. |