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