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