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