In general, contents of the PORT3 library are available by license.
However, the following utility routines are publicly available:
a0xtrp d0xtrp dalloc dxtrap e9rint enter entsrc eprint erroff i0tk00
i0tk01 i8save i8tsel ialloc istkgt istkin istkmd istkqu istkrl istkst
leave movebc movebd movebi movebl movebr movefc movefd movefi movefl
movefr mtstak n5err nerror nirall retsrc s88fmt setc setd seterr
seti setl setr srecap stinit xtrap.

Also available are the up-to-date versions of NL2SOL (TOMS algorithm
573): n2f and n2g correspond to NL2SNO and NL2SOL;
n2p is a variant of NL2SOL that allows the residual vector
and 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, and
ns[fg]b are versions for separable nonlinear least-squares with
simple bounds.  dn[s2][fgp][b ] are the double-precision versions.

Similarly available are current versions of SMSNO, SUMSL, HUMSL (TOMS
algorithm 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.

Postscript for "Usage Summary for Selected Optimization Routines",
which is relevant to [ d]n[2f][fg][b ] and [ d]mn[fgh][b ], is
available at
     http://netlib.bell-labs.com/cm/cs/cstr/153.ps.gz

To PORT source files xxx1.f xxx2.f ... xxxn.f and all PORT routines
these files call, send the E-mail message
	send xxx1 xxx2 ... xxxn from port
to netlib@netlib.bell-labs.com .

There is a subdirectory "ex" of a few examples.
For more information, try a request of the form
    send index for port/ex
There is also a subdirectory "chk" of implementation checkout programs.

The PORT Mathematical Subroutine Library
Phyllis A. Fox, Editor
1984, AT&T Bell Telephone Laboratories, Inc.

The entire PORT library is now available without charge for
non-commercial use under a non-exclusive limited-use software
agreement: see

	http://www.bell-labs.com/topic/swdist/

or go directly to

	http://www.bell-labs.com/project/PORT/

Postscript for the PORT 3 Manual is available as

	http://www.bell-labs.com/project/PORT/doc/port3doc.tar.gz

For commercial uses of the PORT library, contact
   Edward S. Cartier
   Lucent Technologies
   Software Solutions Group
   2 Paragon Way, room 3A-25
   Freehold, NJ 07728, U.S.A.
   phone +1-732-577-2720
   E-mail ecartier@lucent.com
   Web   http://www.bell-labs.com/org/ssg/

For a summary of ways to get things from netlib, send the two-word
E-mail message "send readme" to netlib@netlib.bell-labs.com .

##########################################################