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