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