Rev 34497 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
The file src/portsrc.f is based on the work of others.Sources downloaded from http://www.netlib.org/port/ where the readme filestates:The following utility routines are publicly available:a0xtrp d0xtrp dalloc dxtrap e9rint enter entsrc eprint erroff i0tk00i0tk01 i8save i8tsel ialloc istkgt istkin istkmd istkqu istkrl istkstleave movebc movebd movebi movebl movebr movefc movefd movefi moveflmovefr mtstak n5err nerror nirall retsrc s88fmt setc setd seterrseti setl setr srecap stinit xtrap.Also available are the up-to-date versions of NL2SOL (TOMS algorithm573): n2f and n2g correspond to NL2SNO and NL2SOL;n2p is a variant of NL2SOL that allows the residual vectorand Jacobian matrix to be passed in pieces, rather than all at once;n2[fgp]b are versions of NL2SOL that handle simple bounds;ns[fg] are versions for separable nonlinear least-squares, andns[fg]b are versions for separable nonlinear least-squares withsimple bounds. dn[s2][fgp][b ] are the double-precision versions.Similarly available are current versions of SMSNO, SUMSL, HUMSL (TOMSalgorithm 611) for general unconstrained minimization:mnf uses function values only;mng uses function and gradient values;mnh uses function, gradient, and Hessian values;mn[fgh]b are versions that handle simple bounds;dmn[fgh][b ] are double-precision versions.