Module FIXPDF in HOMPACK
Finds a fixed point or zero of a vector function f(x) or tracks a zero curve of a
general homotopy map rho(a,lambda,x), using a method based on the solution of an
ordinary differential equation. The user must provide subroutines for function
and derivative evaluation. The Jacobian matrix is assumed to be dense. (Note:
This subroutine is generally more robust than the similar routines FIXPNF and
FIXPQF but may be slower by a factor of two.).
Classes : F2 . Solution of a system of nonlinear equations
Type : Fortran subroutine in HOMPACK package.
Access : Some uses prohibited. Portable.
Precision: Double.
Usage : CALL FIXPDF (N, Y, IFLAG, ARCTOL, EPS, TRACE, A, NDIMA, NFE, ARCLEN,
YP, YPOLD, QR, ALPHA, TZ, PIVOT, WT, PHI, P, PAR, IPAR)
Details : Fullsource Source Test
Sites : (1) NETLIB
NETLIB: Public access repository, The University of Tennessee at
Knoxville and Bell Laboratories
Precision: Double.
You may access components from NETLIB outside GAMS as follows.
Source : echo 'send only fixpdf from hompack' | mail netlib@ornl.gov
Fullsource : echo 'send fixpdf from hompack' | mail netlib@ornl.gov
Test : echo 'send mainf from hompack' | mail netlib@ornl.gov
GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology
This page was generated on Mon Oct 06, 2008 at 17:11:31 UTC