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