Mercurial > hg > octave-nkf
diff PROJECTS @ 2439:dc870b8b229f
[project @ 1996-10-30 07:57:31 by jwe]
author | jwe |
---|---|
date | Wed, 30 Oct 1996 07:58:24 +0000 |
parents | 327f65b8ea0c |
children | 8d5c4ec28e19 |
line wrap: on
line diff
--- a/PROJECTS +++ b/PROJECTS @@ -65,6 +65,10 @@ * Optional inputs for fsqp. + * Allow parameters to be passed through the call to fsolve() to the + user-supplied function for Matlab compatibility. Don't place an + upper limit on the number of arguments. + * If possible, make economy QR factorization actually take advantage of the form of the result instead of just dropping columns. Lapack doesn't appear to do this yet. @@ -73,6 +77,9 @@ * Improve design of ODE, DAE, classes. + * Make it possible to specify a time which dassl and lsode should + not integrate past. + * Extend meaning of .* to include v .* M or M .* v (where v is a column vector with the same number of rows as M) to scale rows of M by elements of v. Similarly, if w is a row vector with as many @@ -365,6 +372,8 @@ * Make whos report total memory used by variables (and functions?). + * Rewrite whos and the symbol_record_info class. + ------- History: -------