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