Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 5239:8a7224914e16
[project @ 2005-03-24 00:37:15 by jwe]
author | jwe |
---|---|
date | Thu, 24 Mar 2005 00:37:15 +0000 |
parents | 652e8aa49fa7 |
children | 28c69e8c0e85 |
comparison
equal
deleted
inserted
replaced
5238:d432b7809fe5 | 5239:8a7224914e16 |
---|---|
1 2005-03-23 John W. Eaton <jwe@octave.org> | 1 2005-03-23 John W. Eaton <jwe@octave.org> |
2 | |
3 * general/tril.m, general/triu.m: Return value of same class as | |
4 argument. | |
2 | 5 |
3 * optimization/glpk.m: Simplify interface. By default, solve | 6 * optimization/glpk.m: Simplify interface. By default, solve |
4 standard LP min C'*x s.t. A*x = b, x >= 0. | 7 standard LP min C'*x s.t. A*x = b, x >= 0. |
5 * optimization/glpkmex.m: New file. | 8 * optimization/glpkmex.m: New file. |
6 | 9 |