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