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