Mercurial > hg > octave-lyh
comparison liboctave/NPSOL.h @ 1941:c3ae47c97e53
[project @ 1996-02-13 19:35:44 by jwe]
author | jwe |
---|---|
date | Tue, 13 Feb 1996 19:35:51 +0000 |
parents | 7fc99ae70891 |
children | bb9df7be8227 |
comparison
equal
deleted
inserted
replaced
1940:1b193e313c56 | 1941:c3ae47c97e53 |
---|---|
278 } | 278 } |
279 | 279 |
280 ~NPSOL (void) { } | 280 ~NPSOL (void) { } |
281 | 281 |
282 ColumnVector do_minimize (double& objf, int& inform, ColumnVector& lambda); | 282 ColumnVector do_minimize (double& objf, int& inform, ColumnVector& lambda); |
283 | |
284 private: | |
285 | |
286 int attempt; | |
283 }; | 287 }; |
284 | 288 |
285 // XXX FIXME XXX -- would be nice to not have to have this global | 289 // XXX FIXME XXX -- would be nice to not have to have this global |
286 // variable. | 290 // variable. |
287 // Nonzero means an error occurred in the calculation of the objective | 291 // Nonzero means an error occurred in the calculation of the objective |