Mercurial > hg > octave-lyh
comparison PROJECTS @ 2826:d6867cd782c7
[project @ 1997-03-25 23:36:39 by jwe]
author | jwe |
---|---|
date | Tue, 25 Mar 1997 23:38:09 +0000 |
parents | 1dd37f97364a |
children | 170b53ff36ac |
comparison
equal
deleted
inserted
replaced
2825:60ae49e1284f | 2826:d6867cd782c7 |
---|---|
78 * Optional inputs for fsqp. | 78 * Optional inputs for fsqp. |
79 | 79 |
80 * Allow parameters to be passed through the call to fsolve() to the | 80 * Allow parameters to be passed through the call to fsolve() to the |
81 user-supplied function for Matlab compatibility. Don't place an | 81 user-supplied function for Matlab compatibility. Don't place an |
82 upper limit on the number of arguments. | 82 upper limit on the number of arguments. |
83 | |
84 * Check matrices for symmetry before computing eigenvalues, etc., | |
85 and then use the routines for symmetric matrices for improved | |
86 performance. | |
87 | 83 |
88 * Check matrix classes for proper handling of empty matrices. | 84 * Check matrix classes for proper handling of empty matrices. |
89 | 85 |
90 * Force all empty matrices to be 0x0 even when other dimensions have | 86 * Force all empty matrices to be 0x0 even when other dimensions have |
91 been speicified, for compatibility with Matlab, at least when some | 87 been speicified, for compatibility with Matlab, at least when some |