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