2424
|
1 Thu Oct 24 19:40:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * Quad.h (Quad): Define virtual destructor. |
|
4 |
2408
|
5 Tue Oct 15 11:34:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6 |
|
7 * CMatrix.cc (ComplexMatrix::all_elements_are_real): new function. |
|
8 |
2401
|
9 Sun Oct 13 11:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
10 |
|
11 * sun-utils.h: Conditionally declare MAIN__ too. Declare MAIN_ |
|
12 and MAIN__ extern "C". |
|
13 * sun-utils.cc: Include sun-utils.h here. Delete extern "C" stuff. |
|
14 |
2391
|
15 Sat Oct 12 12:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
16 |
|
17 * MArray-misc.cc: New file. |
|
18 * Makefile.in (MATRIX_SRC): Add it to the list. |
|
19 |
|
20 * mx-inlines.cc (equal): Return bool, not int. |
|
21 |
|
22 * idx-vector.h (idx_vector (double)): New constructor. |
|
23 |
|
24 * chMatrix.h, chMatrix.cc, CMatrix.h, CMatrix.cc, dMatrix.h, |
|
25 dMatrix.cc, dDiagMatrix.h, dDiagMatrix.cc, dRowVector.h, |
|
26 dRowVector.cc, dColVector.h, dColVector.cc, CColVector.h, |
|
27 CColVector.cc, CDiagMatrix.h, CDiagMatrix.cc, CRowVector.h, |
|
28 CRowVector.cc: Logical operators return bool, not int. |
|
29 |
|
30 * CMatrix.h, CMatrix.cc (ComplexMatrix::any_element_is_inf_or_nan): |
|
31 New function. |
|
32 |
|
33 * dMatrix.h, dMatrix.cc (Matrix::any_element_is_negative, |
|
34 Matrix::any_element_is_inf_or_nan, Matrix::abs, |
|
35 Matrix::all_elements_are_inf_or_nan): New functions. |
|
36 |
|
37 * Range.h, Range.cc (Range::all_elements_are_ints): New function. |
|
38 |
|
39 * MArray.cc, MArray2.cc, MDiagArray2.cc: Call gripe_nonconformant |
|
40 for errors. Simplify macros by converting FCN to string for error |
|
41 messages. |
|
42 |
|
43 * Array-idx.h (Array<T>::index): New function. Don't call |
|
44 clear_index() here. |
|
45 (Array<T>::value): Call it, do call clear_index() here. |
|
46 * Array2-idx.h (Array<T>::value, Array<T>::index): Likewise, for |
|
47 one and two arg index functions. |
|
48 |
|
49 Tue Sep 17 21:21:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
50 |
|
51 * DAEFunc.h: Delete #pragma interface since there is no longer a |
|
52 separate implementation file. |
|
53 |
2354
|
54 Tue Aug 20 17:38:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
55 |
2358
|
56 * Makefile.in (stamp-picdir): Only create a pic subdirectory if |
|
57 SHARED_LIBS is true AND CPICFLAG or CXXPICFLAG is not empty. |
|
58 |
2356
|
59 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Rename arg sort to |
|
60 sort_uniq. If sort_uniq is nonzero, sort the elements and make |
|
61 them uniq. |
|
62 |
2354
|
63 * CMatrix.cc (ComplexMatrix::row_max, ComplexMatrix::row_min, |
|
64 ComplexMatrix::column_max, ComplexMatrix::column_min): |
|
65 Rewrite. Also return index as a reference arg. |
|
66 (ComplexMatrix::row_max_loc, ComplexMatrix::row_min_loc, |
|
67 ComplexMatrix::column_max_loc, ComplexMatrix::column_min_loc): |
|
68 Delete. |
|
69 |
|
70 * dMatrix.cc (Matrix::row_max, Matrix::row_min, |
|
71 Matrix::column_max, Matrix::column_min): |
|
72 Rewrite. Also return index as a reference arg. |
|
73 (Matrix::row_max_loc, Matrix::row_min_loc, |
|
74 Matrix::column_max_loc, Matrix::column_min_loc): Delete. |
|
75 |
|
76 Fri Aug 9 05:01:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
77 |
|
78 * dMatrix.cc (Matrix::row_min, Matrix::row_min_loc, |
|
79 Matrix::row_max, Matrix::row_max_loc, Matrix::column_min, |
|
80 Matrix::column_min_loc, Matrix::column_max, |
|
81 Matrix::column_max_loc): Ignore leading NaNs. |
|
82 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_min_loc, |
|
83 ComplexMatrix::row_max, ComplexMatrix::row_max_loc, |
|
84 ComplexMatrix::column_min, ComplexMatrix::column_min_loc, |
|
85 ComplexMatrix::column_max, ComplexMatrix::column_max_loc): Ignore |
|
86 leading NaNs. |
|
87 |
2352
|
88 Thu Aug 8 16:04:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
89 |
|
90 * QPSOL.cc (QPSOL::do_minimize): Insert linear constraint bounds |
|
91 starting at n, not 0. |
|
92 |
2349
|
93 Sat Jul 27 02:54:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
94 |
|
95 * dMatrix.cc (Matrix::Matrix (const RowVector&), |
|
96 Matrix::Matrix (const ColumnVector&)): New constructors. |
|
97 |
|
98 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const RowVector&), |
|
99 ComplexMatrix::ComplexMatrix (const ColumnVector&), |
|
100 ComplexMatrix::ComplexMatrix (const ComplexRowVector&), |
|
101 ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): |
|
102 New constructors. |
|
103 |
|
104 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): |
|
105 New constructor. |
|
106 |
2343
|
107 Wed Jul 24 16:39:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
108 |
|
109 * LSODE.cc (do_integrate): Check to make sure that the state and |
|
110 derivative vectors are the same size. |
2344
|
111 * DASSL.cc (do_integrate): Likewise. |
2343
|
112 |
2330
|
113 Sun Jul 14 17:30:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
114 |
|
115 * dMatrix.cc (Matrix::read, Matrix::write): Convert to use |
|
116 iostreams and handler data format conversions. Delete old methods |
|
117 that used stdio. |
|
118 |
|
119 * data-conv.h, data-conv.cc (oct_data_conv): New class. |
|
120 |
|
121 Fri Jul 12 13:52:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
122 |
|
123 * mach-info.h: Rename from float-fmt.h. |
|
124 * mach-info.cc: Rename from float-fmt.cc. |
|
125 Handle machine information using a singlton class. |
|
126 * Makefile.in: Update appropriate lists. |
|
127 |
|
128 Tue Jul 9 11:49:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
129 |
|
130 * Array-flags.cc: Provide definitions for the flags even if |
|
131 OCTAVE_SOURCE is not defined. |
|
132 |
|
133 * Array.h, Array2.h, Array3.h: BOUNDS_CHECKING now affects |
|
134 operator(), not elem(). |
|
135 * Array3.h: Move indexing methods here from Array3.cc. |
|
136 |
|
137 Mon Jun 24 02:30:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
138 |
|
139 * Array3.cc (checkelem): Fix typo in call to Array2<T>::elem(). |
|
140 |
|
141 * Makefile.in (install-lib): Use INSTALL_PROGRAM instead of |
|
142 INSTALL_DATA for shared libs. |
|
143 |
|
144 Thu Jun 6 09:59:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
145 |
|
146 * Quad.cc: Include lo-error.h here too. |
|
147 |
|
148 Mon May 27 12:41:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
149 |
|
150 * file-ops.h: Include sys/types.h here. |
|
151 |
|
152 Wed May 22 00:20:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
153 |
|
154 * chMatrix.cc (charMatrix::transpose): Provide definition. |
|
155 |
|
156 * Array-idx.h (maybe_delete_elements): Correctly compute number of |
|
157 elements in result. |
|
158 * Array2-idx.h (maybe_delete_elements): Likewise for number of |
|
159 rows and columns in result. |
|
160 |
|
161 Tue May 21 23:46:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
162 |
|
163 * dbleQR.cc (QR::QR): Don't create result from to-be-deleted data. |
|
164 * CmplxQR.cc (ComplexQR::ComplexQR): Likewise. |
|
165 |
|
166 Fri May 17 03:06:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
167 |
|
168 * Makefile.in (install-inc): Install in octincludedir, not includedir. |
|
169 |
|
170 Sun May 12 03:40:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
171 |
|
172 * Makefile.in (uninstall): Also delete shared library. |
|
173 Split install into install-libs and install-includes. |
|
174 (install-inc): If linkdir is a directory, leave it alone. |
|
175 |
|
176 * sun-utils.cc (MAIN__): Define for Linux/ELF systems. |
|
177 |
|
178 Thu May 2 20:19:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
179 |
|
180 * Array-idx.h (assign): Handle A(:) = X for A undefined or empty. |
|
181 * Array2-idx.h (assign): Likewise. |
|
182 |
|
183 Tue Apr 30 05:43:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
184 |
|
185 * Array2.cc (Array2<T>::range_error): New functions. |
|
186 |
|
187 * Array.h (class Array<T>): elem() and operator() are now |
|
188 equivalent, and do bounds checking by default. |
|
189 * Array2.cc (class Array2<T>): Likewise. |
|
190 |
|
191 Sat Apr 6 21:26:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
192 |
|
193 * Makefile.in (maintainer-clean, distclean): Also delete |
|
194 stamp-picdir, stamp-shared, and pic directory. |
|
195 (stamp-prereq): New target. |
|
196 |
|
197 Fri Mar 29 13:44:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
198 |
|
199 * NPSOL.h (NPSOL_options::set_option (const char *, int)): |
|
200 New function. |
|
201 |
|
202 * Array.h, Array.cc (Array<T>::range_error ()): New functions. |
|
203 * Array.h (Array<T>::checkelem): Use them. |
|
204 |
|
205 * base-lu.h, base-lu.cc: Parameterize based on types of matrix |
|
206 elements too. |
|
207 * dbleLU.h, dbleLU.cc, CmplxLU.h, CmplxLU.cc: Change to match. |
|
208 |
|
209 * MDiagArray2.h (MDiagArray2 (const MArray<T>& a)): Delete. |
|
210 |
|
211 * Makefile.in (distclean): Delete so_locations, which is created |
|
212 on DEC Alpha systems. |
|
213 |
|
214 Sat Mar 23 04:02:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
215 |
|
216 * Array.h (HEAVYWEIGHT_INDEXING): Do define this here if it is not |
|
217 already defined. |
|
218 |
|
219 Fri Mar 22 23:53:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
220 |
|
221 * pathsearch.cc: Include config.h. |
|
222 |
|
223 Wed Mar 20 04:54:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
224 |
|
225 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&)): Don't |
|
226 allow M(I, J) = scalar if I or J is empty. |
|
227 |
|
228 * Array-idx.h: Delete Array2 and Array3 code (now in Array2-idx.h |
|
229 and Array3-idx.h). |
|
230 |
|
231 Thu Mar 7 10:20:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
232 |
|
233 * lo-error.h: Make comments C friendly. |
|
234 |
|
235 Sun Mar 3 14:04:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
236 |
|
237 * Array2.h (make_unique): Move all indexing functions here. |
|
238 * Array2.cc: From here. |
|
239 |
|
240 * Array.h, Array2.h (NO_BOUNDS_CHECKING): New macro to control |
|
241 whether operator() calls elem or checkelem. |
|
242 |
|
243 * Array.h (make_unique): New private function. |
|
244 Move all indexing functions here. |
|
245 * Array.cc: From here. |
|
246 |
|
247 * pathsearch.cc (dir_path::find_all): Index tmp, don't dereference |
|
248 it too. |
|
249 |
|
250 * Array-d.cc, Array-ch.cc, Array-C.cc, Array-s.cc, Array-str.cc, |
|
251 Array-i.cc, MArray-i.cc, MArray-s.cc, MArray-d.cc, MArray-ch.cc, |
|
252 MArray-C.cc: Include config.h. |
|
253 |
|
254 * Array.h, Array2.h, DiagArray2.h, Array3.h: |
|
255 Don't define HEAVYWEIGHT_INDEXING here. |
|
256 |
|
257 Sat Mar 2 18:39:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
258 |
|
259 * base-lu.h, base-lu.cc: New files. |
|
260 * Makefile.in: Add them to the appropriate lists. |
|
261 * dbleLU.h, dbleLU.cc, CmplxLU.h, Cmplx.cc: Derive from base_lu. |
|
262 |
|
263 Fri Mar 1 08:30:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
264 |
|
265 * Array2.h, Array3.h, DiagArray2.h: New files, extracted from Array.h |
|
266 * Array2-idx.h, Array3-idx.h: New files, extracted from Array-idx.h |
|
267 * Array2.cc, Array3.cc, DiagArray2.cc: New files, from Array.cc. |
|
268 * MArray2.h, MDiagArray2.h: New files, extracted from MArray.h. |
|
269 * MArray2.cc, MDiagArray2.cc, MArray-defs.h: New files, from MArray.cc. |
|
270 |
|
271 * MArray.h (INSTANTIATE_MARRAY_FRIENDS): New macro. |
|
272 (INSTANTIATE_MARRAY2_FRIENDS): Likewise. |
|
273 (INSTANTIATE_MDIAGARRAY_FRIENDS): Likewise. |
|
274 * MArray-C.cc, MArray-ch.cc, MArray-c.cc, MArray-i.cc, MArray-s.cc: |
|
275 Simplify using new macros. |
|
276 |
|
277 Mon Feb 26 03:04:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
278 |
|
279 * Makefile.in (install): If $(includedir) ends in version string, |
|
280 make link to name that does not include version info. |
|
281 |
|
282 * lo-ieee.cc: Include <cmath> here. |
|
283 |
|
284 Fri Feb 16 20:52:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
285 |
|
286 * lo-ieee.cc, lo-ieee.h: New files. |
|
287 * lo-mappers.cc, lo-mappers.h: New files. |
|
288 * lo-utils.cc, lo-utils.h: New files. |
|
289 * Makefile.in: Add them to the appropriate lists. |
|
290 |
|
291 Thu Feb 15 22:02:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
292 |
|
293 * dMatrix.cc (all_integers, too_large_for_float): New functions. |
|
294 * CMatrix.cc (all_integers, too_large_for_float): New functions. |
|
295 |
|
296 * byte-swap.h, data-conv.h, data-conv.cc, float-fmt.h, |
|
297 float-fmt.cc: New files. |
|
298 * Makefile.in: Include them in the appropriate lists. |
|
299 |
|
300 Wed Feb 14 01:49:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
301 |
|
302 * dMatrix.cc (Qzval): New function. |
|
303 |
|
304 Tue Feb 13 12:41:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
305 |
|
306 * NPSOL.cc (NPSOL_options::set_option): Arg key is now string, not |
|
307 char*. |
|
308 |
|
309 * DASSL.h, DASSL.cc: Do better management of temporary workspace. |
|
310 Use F77_XFCN to call Fortran subroutine. |
|
311 * dColVector.cc, CColVector.cc: Likewise. |
|
312 * dRowVector.cc, CRowVector.cc: Likewise. |
|
313 * NPSOL.h, NPSOL.cc: Likewise. |
|
314 * CmplxCHOL.cc: Likewise. |
|
315 * dbleCHOL.cc: Likewise. |
|
316 * CMatrix.cc: Likewise. |
|
317 * dMatrix.cc: Likewise. |
|
318 * QPSOL.cc: Likewise. |
|
319 * LSODE.cc: Likewise. |
|
320 |
|
321 Sun Feb 11 14:14:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
322 |
|
323 * dbleHESS.cc (HESS::init): Dimension of tau is n-1, not n+1. |
|
324 |
|
325 * dbleSCHUR.h, dbleSCHUR.cc: Do better management of temporary |
|
326 workspace. Use F77_XFCN to call Fortran subroutine. |
|
327 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Likewise. |
|
328 * CmplxSCHUR.h, CmplxSCHUR.cc: Likewise. |
|
329 * dbleGEPBAL.h, dbleGEPBAL.cc: Likewise. |
|
330 * dbleAEPBAL.h, dbleAEPBAL.cc: Likewise. |
|
331 * CmplxHESS.h, CmplxHESS.cc: Likewise. |
|
332 * CmplxSVD.h, CmplxSVD.cc: Likewise. |
|
333 * dbleHESS.h, dbleHESS.cc: Likewise. |
|
334 * dbleSVD.h, dbleSVD.cc: Likewise. |
|
335 * EIG.h, EIG.cc; Likewise. |
|
336 * CollocWt.cc: Likewise. |
|
337 * NLEqn.cc: Likewise. |
|
338 * Quad.cc: Likewise. |
|
339 |
|
340 Sat Feb 10 12:14:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
341 |
|
342 * dbleLU.h, dbleLU.cc: Do better management of temporary workspace. |
|
343 Use F77_XFCN to call Fortran subroutine. |
|
344 * CmplxLU.h, CmplxLU.cc: Ditto. |
|
345 * dbleQR.h, dbleQR.cc: Ditto. |
|
346 * CmplxQR.h, CmplxQR.cc: Ditto. |
|
347 * dbleQRP.h, dbleQRP.cc: Ditto. |
|
348 * CmplxQRP.h, CmplxQRP.cc: Ditto. |
|
349 |
|
350 * dir-ops.h (dir_entry::dir): Declare as void*, not DIR*. |
|
351 (struct DIR): delete forward declaration. |
|
352 (dir_entry::operator = (const dir_entry$)): Protect against |
|
353 copying same object. |
|
354 * dir-ops.cc: Cast dir appropriately. |
|
355 |
|
356 Fri Feb 9 16:12:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
357 |
|
358 * lo-error.cc: Moved to libcruft/misc. |
|
359 * Makefile.in: Delete it from the list. |
|
360 |
|
361 * f77-fcn.c (f77_context, f77_exception_encountered): Delete |
|
362 definitions (they have been moved to libcruft/misc/f77-extern.cc). |
|
363 |
|
364 * Array-flags.h: New file. |
|
365 * Array-idx.h: Include it here. |
|
366 * Makefile.in (MATRIX_INC): Add it to the list. |
|
367 |
|
368 * Array-flags.cc: Renamed from Array-ext.cc. |
|
369 (liboctave_dfi_flag): Renamed from dfi_flag. |
|
370 (liboctave_pcv_flag): Renamed from pcv_flag. |
|
371 (liboctave_pzo_flag): Renamed from pzo_flag. |
|
372 (liboctave_rre_flag): Renamed from rre_flag. |
|
373 * Array-idx.h: Change all uses of dfi_flag, etc. |
|
374 * Makefile.in (MATRIX_SRC): Change file name here too. |
|
375 |
|
376 * Makefile.in (LIBOCTAVE_LFLAGS, LIBOCTAVE_LIBS): New variables. |
|
377 (stamp-shared): Use them here. |
|
378 |
|
379 Tue Feb 6 09:53:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
380 |
|
381 * cmd-hist.cc (command_history::ignore_entries): Delete default |
|
382 argument value. |
|
383 |
|
384 Mon Feb 5 12:07:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
385 |
|
386 * CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, CmplxLU.h, |
|
387 CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, dbleAEPBAL.h, |
|
388 dbleCHOL.h, dbleDET.h, dbleGEPBAL.h, dbleHESS.h, dbleLU.h, |
|
389 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h: |
|
390 Clean up constructors, assigment operator. |
|
391 |
|
392 Sun Feb 4 03:12:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
393 |
|
394 * NPSOL.cc (do_minimize): Use F77_XFCN to call npsol. |
|
395 Check f77_exception_encountered on return. |
|
396 |
|
397 * f77-fcn.c (f77_exception_encountered): New variable. |
|
398 (F77_XFCN): Set it. |
|
399 * f77-fcn.h: Provide declaration. |
|
400 |
|
401 * QPSOL.h (QPSOL_options::set_options): Renamed from copy(). |
|
402 |
|
403 * NPSOL.h (NPSOL_options::set_options): Renamed from copy(). |
|
404 |
|
405 * NLEqn.h (NLEqn_options::set_options): New function. |
|
406 * Quad.h (Quad_options::set_options): Likewise. |
|
407 |
|
408 * LP.h (class LP): Add accessors for LP data. |
|
409 |
|
410 * NLEqn.h (NLEqn::n): Delete. |
|
411 |
|
412 * NLEqn.h (class NLEqn::n): Likewise. |
|
413 |
|
414 * NLP.h (class NLP): Add accessors for NLP data. |
|
415 |
|
416 * NPSOL.h (class NPSOL_options): Move constructors, set, and |
|
417 access functions here. |
|
418 * NPSOL.cc.cc: From here. |
|
419 |
|
420 * QLD.h (class QLD): Add destructor definition. |
|
421 * Objective.h (class Objective): Likewise. |
|
422 * ODEFunc.h (class ODEFunc): Likewise. |
|
423 * NLFunc.h (class NLFunc): Likewise. |
|
424 * NLEqn.h (class NLEqn): Likewise. |
|
425 * NLConst.h (class NLConst): Likewise. |
|
426 * LinConst.h (class LinConst): Likewise. |
|
427 * LSODE.h (class LSODE_options): Likewise. |
|
428 * CollocWt.h (class CollocWt): Likewise. |
|
429 * Bounds.h (class Bounds): Likewise. |
|
430 |
|
431 * QLD.cc (QLD::set_default_options): Delete. |
|
432 |
|
433 * QP.h (QP): Add accessors for QP data. |
|
434 Add copy constructor, operator =, and destructor definitions. |
|
435 |
|
436 * Range.h, Quad.h, QP.h, QLD.h, Objective.h, NLP.h, NLFunc.h, |
|
437 NLConst.h, LinConst.h, LSODE.h, LP.h, FEGrid.h, EIG.h, DASSL.h, |
|
438 DAEFunc.h, CollocWt.h, Bounds.h: |
|
439 Clean up constructors, assigment operator. |
|
440 |
|
441 * dRowVector.cc (RowVector::transpose): Use magic of reference |
|
442 counting to avoid duplicating the data immediately. |
|
443 * dColVector.cc (ColumnVector::transpose): Likewise. |
|
444 * CRowVector.cc (ComplexrowVector::transpose): Likewise. |
|
445 * CColVector.cc (ComplexColumnVector::transpose): Likewise. |
|
446 |
|
447 Sat Feb 3 01:02:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
448 |
|
449 * prog-args.h (prog_args::option_argument): New enum. |
|
450 |
|
451 * f77-fcn.h: Rename from f77-uscore.h. |
|
452 (F77_XFCN_ERROR, F77_XFCN): New macros. |
|
453 * f77-fcn.c: New file. |
|
454 * Makefile.in (SOURCES): Add it to the list. |
|
455 |
|
456 * ODEFunc.h: Clean up. |
|
457 |
|
458 * DASSL.cc, DASSL.h: New files. |
|
459 * Makefile.in: Add them to the appropriate lists. |
|
460 |
|
461 * LSODE.cc, LSODE.h: New files. |
|
462 * Makefile.in: Add them to the appropriate lists. |
|
463 |
|
464 * ODE.cc: Delete. |
|
465 * Makefile.in (SOURCES): Remove from list. |
|
466 |
|
467 * base-de.h, DAE.cc: New files. |
|
468 * Makefile.in: Add them to the appropriate lists. |
|
469 * ODE.h: Only define interface for ODE classes. |
|
470 * DAE.h: Only define interface for ODE classes. |
|
471 |
|
472 * LPsolve.cc (do_minimize): Print sorry not implemented message. |
|
473 (LPsolve::set_default_options)): Delete |
|
474 * LPsolve.h (class LPsolve): Add operator =, copy constructor, and |
|
475 destructor. |
|
476 |
|
477 * LP.h (class LP): Add operator =, copy constructor, and destructor. |
|
478 |
|
479 * QPSOL.h (QPSOL::QPSOL (const QPSOL&)): New constructor. |
|
480 (QPSOL::operator =): Call base class operator = instead of assuming |
|
481 we know what to copy. |
|
482 |
|
483 * base-min.h (size): New function. |
|
484 |
|
485 * NLP.h (NLP::size): Delete. |
|
486 (NLP::NLP (const NLP&)): New constructor. |
|
487 (NLP::operator =): Call base class operator = instead of assuming |
|
488 we know what to copy. |
|
489 |
|
490 * NPSOL.h, NPSOL.cc (NPSOL::option): Delete. |
|
491 (class NPSOL): Add operator = and destructor. |
|
492 |
|
493 * NPSOL.h: Add NPSOL_options() to list of constructor initalizers. |
|
494 |
|
495 Fri Feb 2 22:52:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
496 |
|
497 * Makefile.in (liboctave.a): Depend on $(PICOBJ). |
|
498 |
|
499 Wed Jan 31 05:29:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
500 |
|
501 * dMatrix.cc (Givens, Sylvester, Matrix::expm): New functions. |
|
502 * CMatrix.cc (Givens, Sylvester, ComplexMatrix::expm): Ditto. |
|
503 |
|
504 Mon Jan 29 00:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
505 |
|
506 * prog-args.h, prog-args.cc: New files. |
|
507 * Makefile.in: Add them to lists. |
|
508 |
|
509 * getopt.h, getopt.c, getopt1.c: New files. |
|
510 * Makefile.in: Add them to the lists. |
|
511 |
|
512 * oct-term.h, oct-term.cc: New files. |
|
513 * Makefile.in: Add them to the lists. |
|
514 |
|
515 * str-vec.cc: New file. |
|
516 * Makefile.in (SOURCES): Add it to the list. |
|
517 |
|
518 * file-ops.cc (oct_tmpnam): Move here from src/utils.cc. |
|
519 |
|
520 * tempname.c, tempnam.c: Move here from src directory. |
|
521 * Makefile.in: Add to lists. |
|
522 |
|
523 Sun Jan 28 23:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
524 |
|
525 * cmd-hist.h, cmd-hist.cc: New files. |
|
526 * Makefile.in: Add them to lists. |
|
527 |
|
528 Thu Jan 25 20:36:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
529 |
|
530 * oct-glob.h, oct-glob.cc: New files. |
|
531 * Makefile.in: Add them to lists. |
|
532 |
|
533 Wed Jan 24 01:55:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
534 |
|
535 * pathsearch.h, pathsearch.cc: New files. |
|
536 * Makefile.in: Add them to lists. |
|
537 |
|
538 * dir-ops.h, dir-ops.cc: New files. |
|
539 * sysdir.h: Move here from src directory. |
|
540 * Makefile.in: Add them to lists. |
|
541 |
|
542 * Array.h (Array::qsort): Return *this, not void. |
|
543 * str-vec.h (string_vector::qsort): Likewise. |
|
544 |
|
545 * chMatrix.cc (row_as_string): Resize result to eliminate |
|
546 unnecessary NULs. |
|
547 |
|
548 Tue Jan 23 00:40:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
549 |
|
550 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, |
|
551 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: |
|
552 Files moved here from src directory. |
|
553 * Makefile.in: Add them to lists. Include appropriate rules. |
|
554 |
|
555 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
556 Use pointers, not references (this is C code!). |
|
557 |
|
558 * oct-math.h: New file. |
|
559 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
560 Files moved here from src directory. |
|
561 * Makefile.in: Add them to lists. |
|
562 |
|
563 Sun Jan 21 22:53:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
564 |
|
565 * idx-vector.cc (make_uniq): Fix major brain-o. |
|
566 |
|
567 * CmplxSCHUR.h, CmplxSCHUR.cc, dbleSCHUR.h, dbleSCHUR.cc: |
|
568 Convert to use string class instead of char*. |
|
569 |
|
570 * str-vec.h, Array-str.cc: New files. |
|
571 |
|
572 * Array.h (Array::qsort): New function. |
|
573 |
|
574 Fri Jan 12 01:45:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
575 |
|
576 * Array.h: Nest ArrayRep class inside Array class. |
|
577 Refer to ArrayRep, not ArrayRep<T>. |
|
578 Move all ArrayRep functions inline. |
|
579 Don't declare other Array classes as friends of ArrayRep. |
|
580 * Array.cc: Delete ArrayRep functions. |
|
581 * Array-idx.h: Refer to ArrayRep, not ArrayRep<T>. |
|
582 |
|
583 * Array-C.cc, Array-ch.cc, Array-d.cc, Array-i.cc, Array-s.cc: |
|
584 Don't instantiate ArrayRep objects. |
|
585 |
|
586 Wed Jan 10 04:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
587 |
|
588 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
589 New constructor. |
|
590 |
|
591 Tue Jan 9 04:44:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
592 |
|
593 * dbleGEPBAL.cc (GEPBALANCE::init): Use string instead of char* |
|
594 for balance_job arg. |
|
595 * dbleAEPBAL.cc (AEPBALANCE::init): Likewise. |
|
596 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Likewise. |
|
597 |
|
598 * chMatrix.cc (row_as_string): Return string, not const char*. |
|
599 |
|
600 Mon Jan 8 03:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
601 |
|
602 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. |
|
603 |
|
604 * chMatrix.cc (row_as_string): Undo previous change. |
|
605 |
|
606 Sun Jan 7 19:50:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
607 |
|
608 * chMatrix.cc (row_as_string): Do memory management here. Caller |
|
609 is expected to save string if necessary. |
|
610 |
|
611 Sat Jan 6 19:28:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
612 |
|
613 * Array.h (class DiagArray): Enable nested Proxy class for all |
|
614 platforms. |
|
615 |
|
616 * Array.cc (Array<T>::operator = (const Array<T>&)): If rep == |
|
617 a.rep, don't mess with count. |
|
618 * Array.h (Array2<T>& operator = (const Array2<T>&)): Likewise, |
|
619 don't do anything if reps are the same. |
|
620 (Array3<T>& operator = (const Array3<T>&) |
|
621 |
|
622 * Array.h (ArrayRep<T>::operator = (const ArrayRep<T>&)): |
|
623 Declare private with no definition to prevent misuse. |
|
624 |
|
625 * Array.cc (Array2<T>::insert (const Array2<T>&, int, int)): |
|
626 Get range check right. |
|
627 * dMatrix.cc (Matrix::insert (const RowVector&, int, int)): Ditto. |
|
628 (Matrix::insert (const ColumnVector&, int, int)): Ditto. |
|
629 (Matrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
630 * CMatrix.cc (ComplexMatrix::insert (const Matrix&, int, int)): Ditto. |
|
631 (ComplexMatrix::insert (const RowVector&, int, int)): Ditto. |
|
632 (ComplexMatrix::insert (const ColumnVector&, int, int)): Ditto. |
|
633 (ComplexMatrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
634 (ComplexMatrix::insert (const ComplexRowVector&, int, int)): Ditto. |
|
635 (ComplexMatrix::insert (const ComplexColumnVector&, int, int)): Ditto. |
|
636 (ComplexMatrix::insert (const ComplexDiagMatrix&, int, int)): Ditto. |
|
637 * dRowVector.cc (RowVector::insert (const RowVector&, int)): Ditto. |
|
638 * dColVector.cc |
|
639 (ColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
640 * CRowVector.cc |
|
641 (ComplexRowVector::insert (const RowVector&, int)): Ditto. |
|
642 (ComplexRowVector::insert (const ComplexRowVector&, int)): Ditto. |
|
643 * CColVector.cc |
|
644 (ComplexColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
645 (ComplexColumnVector::insert (const ComplexColumnVector&, int)): Ditto. |
|
646 |
|
647 * dMatrix.cc (Matrix::insert (const DiagMatrix&, int, int)): |
|
648 Also fill in zeros, not just the diagonal. |
|
649 |
|
650 * CDiagMatrix.cc (ComplexDiagMatrix::fill (double, int, int)): |
|
651 Use END parameter properly. |
|
652 (ComplexDiagMatrix::fill (const Complex&, int, int)): Ditto. |
|
653 * dDiagMatrix.cc (DiagMatrix::fill (double, int, int)): Ditto. |
|
654 |
|
655 * Array.h (ArrayRep<T>::ArrayRep (void)): Set count to 1 here. |
|
656 (ArrayRep<T>::ArrayRep (T *, int)): Likewise. |
|
657 * Array.cc (ArrayRep<T>::ArrayRep (const ArrayRep<T>&)): |
|
658 Don't copy count. Set it to 1. |
|
659 (ArrayRep<T>::ArrayRep (int)): Set count to 1 here. |
|
660 |
|
661 * Array.h (Array<T>::Array (T *, int)): After constructing rep, |
|
662 don't set rep->count to 1 here (now handled by ArrayRep |
|
663 constructors). |
|
664 (Array<T>::Array (void)): Ditto. |
|
665 (Array<T>::Array (int)): Ditto. |
|
666 (Array<T>::T& elem (int)): Ditto. |
|
667 * Array-idx.h (Array<T>::maybe_delete_elements (idx_vector&)): Ditto. |
|
668 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Ditto. |
|
669 * Array.cc: (Array<T>::Array (int, const T&)): Ditto. |
|
670 (Array<T>::resize (int)): Ditto. |
|
671 (Array<T>::resize (int, const T&)) :Ditto. |
|
672 (Array<T>::fortran_vec (void)): Ditto. |
|
673 (Array2<T>::resize (int, int)): Ditto. |
|
674 (Array2<T>::resize (int, int, const T&)): Ditto. |
|
675 (DiagArray<T>::resize (int, int)): Ditto. |
|
676 (DiagArray<T>::resize (int, int, const T&)): Ditto. |
|
677 |
|
678 Sun Dec 31 21:23:26 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
679 |
|
680 * Array-ch.cc: Rename from Array-c.cc. |
|
681 * MArray-ch.cc: Rename from MArray-c.cc. |
|
682 * chMatrix.cc: Rename from cMatrix.cc. |
|
683 * chMatrix.h: Rename from cMatrix.h. |
|
684 * Makefile.in (TI_SRC): Use new names here. |
|
685 * mx-base.h: Likewise. |
|
686 |
|
687 Fri Dec 29 21:45:00 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
688 |
|
689 * Makefile.in: Handle shared libraries. |
|
690 |
|
691 Thu Dec 28 14:18:34 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
692 |
|
693 * CRowVector.cc (operator * (ComplexRowVector, ComplexMatrix)): |
|
694 Correctly compute length of return value. Correct rows and |
|
695 columns in zgemv call. |
|
696 * dRowVector.cc (operator * (RowVector, Matrix)): Likewise. |
|
697 |
|
698 Tue Dec 26 00:37:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
699 |
|
700 * Makefile.in (stamp-picdir): New target. |
|
701 (all): Depend on it. |
|
702 |
|
703 Sun Dec 24 03:10:41 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
704 |
|
705 * Makefile.in (INCLUDES): Remove QLD.h. |
|
706 (SOURCES): Remove QLD.cc. |
|
707 |
|
708 Wed Dec 20 00:43:46 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
709 |
|
710 * dMatrix.cc (Matrix::inverse): New arg, force. |
|
711 If force is nonzero, invert even if matrix is singular. |
|
712 (ComplexMatrix::inverse): Likewise. |
|
713 |
|
714 * dRowVector.cc, mx-inlines.cc, dMatrix.cc, dDiagMatrix.cc, |
|
715 dColVector.cc,MArray-C.cc, CmplxDET.cc, CRowVector.cc, CMatrix.cc, |
|
716 CDiagMatrix.cc, CColVector.cc, Array-C.cc, CmplxDET.h, CMatrix.h: |
|
717 Include "oct-cmplx.h" instead of <Complex.h>. |
|
718 |
|
719 * mx-defs.h: Include oct-cmplx.h in place of forward declaration |
|
720 for class Complex. |
|
721 |
|
722 * oct-cmplx.h: New file. |
|
723 * Makefile.in (INCLUDES): Add it to the list. |
|
724 |
|
725 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep): Don't redeclare len. |
|
726 (IDX_VEC_REP::maybe_convert_one_zero_to_idx): Don't redeclare count. |
|
727 (IDX_VEC_REP::freeze): Don't redeclare max_val and min_val. |
|
728 (intcmp, sort_data, make_uniq, copy_data, IDX_VEC_REP::print): |
|
729 Avoid g++ bugs. |
|
730 |
|
731 Tue Nov 14 14:24:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
732 |
|
733 * Array-idx.h (maybe_delete_elements): Give useful error message. |
|
734 |
|
735 * dbleSCHUR.cc, dbleSVD.cc: Include iostream.h. |
|
736 |
|
737 Mon Nov 13 08:35:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
738 |
|
739 * CDiagMatrix.cc (inverse): Return retval, not *this. |
|
740 * dDiagMatrix.cc (inverse): Use same method as for Complex case. |
|
741 |
|
742 Sat Nov 4 05:06:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
743 |
|
744 * Array.h, Array.cc, Array-idx.h [HEAVYWEIGHT_INDEXING]: Keep |
|
745 index vector object with Array, not ArrayRep. |
|
746 |
|
747 Fri Nov 3 06:52:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
748 |
|
749 * Array-idx.h (assign (Array2<T>&, const Array2<T>&): Don't fail |
|
750 if index is a colon and resizing is maybe needed. |
|
751 |
|
752 Tue Oct 31 17:40:01 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
753 |
|
754 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Don't return true |
|
755 if we have a vector of 1's. |
|
756 |
|
757 * Array-idx.h (assign (Array2<LT>&, Array2<RT>&): If lhs has no |
|
758 current orientation, require index and rhs to conform unless |
|
759 do_fortran_indexing flag is set. |
|
760 |
|
761 Sun Oct 15 23:32:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
762 |
|
763 * Array-d.cc, Array-C.cc, mx-base.h, mx-inlines.cc, dDiagMatrix.h, |
|
764 CDiagMatrix.h, CMatrix.cc, CMatrix.h, dMatrix.h, mx-defs.h, |
|
765 cMatrix.h, MArray.cc, MArray.h, MArray-i.cc, MArray-c.cc, |
|
766 MArray-s.cc, Array.h, Array.cc, Array-c.cc, Array-i.cc, |
|
767 Array-s.cc, cMatrix.cc, Array-idx.h, dMatrix.cc: |
|
768 Massive changes to support additional data types. Only charMatrix |
|
769 is currently used in Octave. |
|
770 |
|
771 Thu Oct 12 02:22:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
772 |
|
773 * Array.cc (Array2<T>::insert (Array2<T>&, int, int): New function. |
|
774 * CMatrix.cc (ComplexMatrix::insert (ComplexMatrix&, int, int): |
|
775 Simply call Array2<Complex> version. |
|
776 * dMatrix.cc (Matrix::insert (Matrix&, int, int): Similarly, just |
|
777 call Array2<double> version. |
|
778 |
|
779 * Array-C.cc, Array-d.cc: Instantiate new assign functions too. |
|
780 |
|
781 * Array.h, Array.cc: Massive overhaul to support new way of |
|
782 handling indexing. |
|
783 * idx-vector.h, idx-vector.cc: Likewise. |
|
784 * Array-ext.cc, Array-idx.h: New files. |
|
785 * Makefile.in: Add them to the appropriate lists. |
|
786 |
|
787 Wed Oct 11 00:49:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
788 |
|
789 * Range.cc (nelem_internal): Use tfloor here, not round. |
|
790 |
|
791 Sun Oct 8 18:21:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
792 |
|
793 * idx-vector.h, idx-vector.cc: New files, moved from ../src. |
|
794 * Makefile.in (SOURCES, INCLUDES): Include them in the lists. |
|
795 |
|
796 Sat Oct 7 19:07:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
797 |
|
798 * CMatrix.cc (pseudo_inverse): Avoid bogus g++ warning. |
|
799 |
|
800 * Array.h: Move simple member functions here. |
|
801 * Array.cc: From here. |
|
802 |
|
803 Fri Oct 6 00:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
804 |
|
805 * Range.cc (tfloor, tceil, round): New static functions. |
|
806 (Range::nelem_internal): Rewrite to use better method. |
|
807 |
|
808 * dbleSVD.h (SVD::type): New item, sigma_only. |
|
809 (type_computed): New var. |
|
810 * dbleSVD.cc (left_singular_matrix, right_singular_matrix): |
|
811 Handle possible error condition. |
|
812 (init): Allow for SVD::sigma_only, save type computed. |
|
813 * CmplxSVD.cc (left_singular_matrix, right_singular_matrix): |
|
814 Handle possible error condition. |
|
815 (init): Allow for SVD::sigma_only, save type computed. |
|
816 |
|
817 Wed Oct 4 15:33:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
818 |
|
819 * Nearly all non-matrix .h and .cc files: |
|
820 Move short function bodies into class declarations for inlining. |
|
821 Generally clean up. |
|
822 |
|
823 * base-min.h: New file. |
|
824 * LP.h (class LP): Derive from base_minimizer. |
|
825 * QLP.h (class QLP): Derive from base_minimizer. |
|
826 * NLP.h (class NLP): Derive from base_minimizer. |
|
827 * Makefile.in (INCLUDES): Add base-min.h to the list. |
|
828 |
|
829 * Makefile.in (SOURCES): Delete DAEFunc.cc, LP.cc, NLConst.cc, |
|
830 NLFunc.cc, Objective.cc and QP.cc from list. |
|
831 |
|
832 Tue Sep 26 04:14:23 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
833 |
|
834 * dbleSCHUR.cc (select_ana): Remove name of unused parameter. |
|
835 (SCHUR::SCHUR): Delete unused parameter ord. |
|
836 * CmplxSCHUR.h (ComplexSCHUR::CmplxSCHUR): Likewise. |
|
837 |
|
838 * CRowVector.cc |
|
839 (ComplexRowVector::operator+ (const Complex&, const RowVector&), |
|
840 (ComplexRowVector::operator- (const Complex&, const RowVector&), |
|
841 (ComplexRowVector::operator* (const Complex&, const RowVector&), |
|
842 (ComplexRowVector::operator/ (const Complex&, const RowVector&)): |
|
843 Actually do something. |
|
844 |
|
845 * dMatrix.cc (Matrix::lssolve (ComplexMatrix&)): Use dummy vars. |
|
846 (Matrix::lssolve (ComplexMatrix&, int&)): Likewise. |
|
847 (Matrix::lssolve (ComplexMatrix&, int&, int&)): Likewise. |
|
848 |
|
849 * Quad.cc (Quad_options::Quad_options (double, double)): New function. |
|
850 * (Quad::Quad (integrand_fcn, double, double): Properly initialize |
|
851 tolerances. |
|
852 |
|
853 * DAE.cc (ddassl_f, ddassl_j): Remove names of unused parameters. |
|
854 * LPsolve.cc (LPsolve::minimize): Likewise. |
|
855 * NPSOL.cc (NPSOL::option, npsol_confun, npsol_objfun): Likewise. |
|
856 * ODE.cc (lsode_f, lsode_j): Likewise. |
|
857 * QPSOL.cc (qphess): Likewise. |
|
858 |
|
859 Fri Sep 22 04:14:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
860 |
|
861 * dMatrix.cc: Include <cstring>. |
|
862 |
|
863 * Array.cc: Try harder to avoid warnings from gcc in functions |
|
864 that return bogus values after calling the error handler. |
|
865 |
|
866 Thu Sep 14 00:56:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
867 |
|
868 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. |
|
869 |
|
870 * Makefile.in (TEMPLATE_SRC): Add Array-i.cc to the list. |
|
871 |
|
872 Tue Aug 22 00:41:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
873 |
|
874 * DAE.cc (dassl_f): Add UNUSED attribute for unused parameters. |
|
875 (dassl_j): Likewise. |
|
876 |
|
877 * DAE.cc, NLEqn.cc, NPSOL.cc, ODE.cc, CColVector.cc, CMatrix.cc, |
|
878 dColVector.cc, dMatrix.cc, CmplxLU.cc, dbleLU.cc, QPSOL.cc, |
|
879 Array.cc, CollocWt.cc, FEGrid.h, LinConst.h: |
|
880 Update for change in for loop variable scope for gcc 2.7.0. |
|
881 |
|
882 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
883 |
|
884 * Makefile.in: Only include dependency files if $(omit_deps) is |
|
885 not set. |
|
886 |
|
887 Mon May 1 13:26:00 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) |
|
888 |
|
889 * dbleSCHUR.h dbleSVD.h dbleQRP.h dbleQR.h dbleHESS.h dbleLU.h |
|
890 dbleCHOL.h dbleGEPBAL.h dbleAEPBAL.h dbleDET.h dDiagMatrix.h |
|
891 dColVector.h dMatrix.h dRowVector.h Quad.h Range.h QPSOL.h QLD.h |
|
892 ODEFunc.h QP.h Objective.h NPSOL.h ODE.h NLEqn.h NLFunc.h |
|
893 NLConst.h LinConst.h LPsolve.h LP.h FSQP.h FEGrid.h EIG.h |
|
894 DAEFunc.h CollocWt.h DAE.h CmplxSVD.h CmplxQRP.h CmplxSCHUR.h |
|
895 CmplxHESS.h CmplxDET.h CmplxLU.h CmplxQR.h CmplxCHOL.h |
|
896 CmplxAEPBAL.h CRowVector.h CDiagMatrix.h Bounds.h CColVector.h |
|
897 CMatrix.h dbleSCHUR.cc dbleSVD.cc dbleQRP.cc dbleQR.cc |
|
898 dbleGEPBAL.cc dbleLU.cc dbleHESS.cc dbleDET.cc dbleCHOL.cc |
|
899 dbleAEPBAL.cc dColVector.cc dRowVector.cc dMatrix.cc |
|
900 dDiagMatrix.cc QPSOL.cc Range.cc Quad.cc QP.cc ODEFunc.cc QLD.cc |
|
901 Objective.cc NLEqn.cc ODE.cc NPSOL.cc NLFunc.cc LPsolve.cc |
|
902 NLConst.cc LinConst.cc FSQP.cc FEGrid.cc LP.cc DAE.cc EIG.cc |
|
903 CollocWt.cc DAEFunc.cc CmplxSVD.cc CmplxSCHUR.cc CmplxQRP.cc |
|
904 CmplxLU.cc CmplxQR.cc CmplxHESS.cc CmplxDET.cc CmplxCHOL.cc |
|
905 CmplxAEPBAL.cc CRowVector.cc CColVector.cc CMatrix.cc |
|
906 CDiagMatrix.cc Bounds.cc MArray.h MArray.cc Array.cc Array.h |
|
907 NLP.h: Use pragma interface/implementation. Don't surround |
|
908 contents in extern "C++". |
|
909 * lo-error.h sun-utils.h: Don't surround contents in extern "C++". |
|
910 |
|
911 Tue Apr 11 10:59:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
912 |
|
913 * f77-uscore.h (F77_FCN): Allow for possibility of uppercase |
|
914 identifiers. |
|
915 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
916 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
917 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
918 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
919 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
920 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
921 Quad.cc: Change usage of F77_FCN to match new definition |
|
922 |
|
923 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
924 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
925 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
926 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
927 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
928 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
929 Quad.cc: Where appropriate, declare Fortran subroutines to take |
|
930 args by reference instead of pointer. Change all callers. |
|
931 |
|
932 Sun Apr 9 20:11:56 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
933 |
|
934 * MArray.h (MArray2::~MArray2, MDiagArray::~MDiagArray): New |
|
935 functions. Make += and -= operators friend functions. |
|
936 |
|
937 * Array.h (Array2::~Array2, Array3::~Array3, |
|
938 DiagArray::~DiagArray): New functions. |
|
939 |
|
940 Wed Apr 5 21:21:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
941 |
|
942 * Makefile.in (EXTRAS): Don't distribute mx-kludge.cc. |
|
943 (MATRIX_INC): Don't distribute mx-kludge.h. |
|
944 |
|
945 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
946 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
947 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
948 dRowVector.h dRowVector.cc: |
|
949 Derive classes from MArray, MArray2, and MDiagArray, not Array, |
|
950 Array2, and DiagArray2. |
|
951 Don't use functions defined in mx-kludge.cc for arithmetic |
|
952 like-type operations on arrays. |
|
953 |
|
954 * MArray.cc: Use the classes defined here like-type mathematical |
|
955 operations on Array objects. Abuse CPP more. |
|
956 * Makefile.in (TEMPLATE_SRC): Add it to the list. |
|
957 (EXTRAS): Delete it from this list. |
|
958 |
|
959 * MArray-C.cc, MArray-d.cc: New files. |
|
960 * Makefile.in (TI_SRC): Add them to the list. |
|
961 |
|
962 Tue Apr 4 14:13:46 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
963 |
|
964 * mx-kludge.cc: Abuse CPP even more. |
|
965 |
|
966 Mon Apr 3 21:05:30 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
967 |
|
968 * Objective.h (objective_function): Add missing const. |
|
969 (gradient_function): Likewise. |
|
970 |
|
971 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
972 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
973 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
974 dRowVector.h dRowVector.cc: |
|
975 Reorganize to declare and define friends where they should be, |
|
976 based on the use of private constructors. |
|
977 |
|
978 Fri Mar 31 10:09:40 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
979 |
|
980 * CRowVector.h (linspace): Add declaration. |
|
981 * dRowVector.h (linspace): Likewise. |
|
982 |
|
983 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): |
|
984 Force result of rcond + 1.0 to be stored. |
|
985 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
|
986 ComplexMatrix::solve): Likewise. |
|
987 |
|
988 See ChangeLog.1 in the top level directory for earlier changes. |