From: Paul K. <pki...@us...> - 2003-06-01 19:36:35
Update of /cvsroot/octave/octave-forge/main/optim
In directory sc8-pr-cvs1:/tmp/cvs-serv23072/main/optim
Added Files:
.cvsignore
Log Message:
Ignore build targets when doing cvs -q update -dP --- makes it easier to
notice that files have been added.
From: Paul K. <pki...@us...> - 2003-08-28 21:17:15
Update of /cvsroot/octave/octave-forge/main/optim
In directory sc8-pr-cvs1:/tmp/cvs-serv26178/main/optim
Modified Files:
INDEX
Log Message:
Add some missing functions
From: David B. <ad...@us...> - 2003-09-12 14:23:01
Update of /cvsroot/octave/octave-forge/main/optim
In directory sc8-pr-cvs1:/tmp/cvs-serv27368/main/optim
Modified Files:
lp.cc test_fminunc_1.m
Log Message:
Changes to allow use with latest CVS of octave (do_fortran_indexing, etc)
From: Paul K. <pki...@us...> - 2003-10-20 17:36:08
Update of /cvsroot/octave/octave-forge/main/optim
In directory sc8-pr-cvs1:/tmp/cvs-serv20887
Modified Files:
lp.cc lp_test.m
Log Message:
Better argument checking (allow [] and scalar as lower/upper bound).
A bit nicer code to transform bounds to 0-based bounds.
Fix array out of bounds reference (use 0-origin array indices).
Warn that solution does not always work (like the new test 6 for example).
From: Paul K. <pki...@us...> - 2003-11-11 21:40:27
Update of /cvsroot/octave/octave-forge/main/optim
In directory sc8-pr-cvs1:/tmp/cvs-serv5797/main/optim
Modified Files:
INDEX
Log Message:
Transform "use <code>fn</code>" to "use <f>fn</f>", and make it link to fn.
Fix links to octave-forge CVS
Add links to octave CVS
We now walk the octave source tree instead of using DOCSTRINGS, so some
function descriptions are broken. Perhaps we could separate DOCSTRINGS
from file locations somehow so everything works nicely together.
From: Paul K. <pki...@us...> - 2003-12-08 08:21:55
Update of /cvsroot/octave/octave-forge/main/optim
In directory sc8-pr-cvs1:/tmp/cvs-serv20636/main/optim
Modified Files:
lp.cc
Log Message:
Use lo_ieee_* functions for finite, isinf, isnan, inf_value, nan_value
From: Paul K. <pki...@us...> - 2003-12-12 22:05:39
Update of /cvsroot/octave/octave-forge/main/optim
In directory sc8-pr-cvs1:/tmp/cvs-serv22068/main/optim
Modified Files:
leval.cc
Log Message:
Distribute tests hardcoded in batch_test.m to their respective function
definition files