Module FIXPDS 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 sparse and must be
provided in packed skyline storage format.
Classes : F2 . Solution of a system of nonlinear equations
Type : Fortran subroutine in HOMPACK package.
Access : Some uses prohibited. Portable.
Precision: Double.
Usage : CALL FIXPDS (N, Y, IFLAG, ARCTOL, EPS, TRACE, A, NDIMA, NFE, ARCLEN,
YP, YPOLD, QR, LENQR, PIVOT, PP, WORK, 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 fixpds from hompack' | mail netlib@ornl.gov
Fullsource : echo 'send fixpds from hompack' | mail netlib@ornl.gov
Test : echo 'send mains 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 21:31:04 UTC