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