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