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