[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module HYBRD1 in MINPACK


HYBRD1

 
Finds a zero of a system of n nonlinear functions in n variables by a modification of
the Powell hybrid method. The user must provide a subroutine which calculates the
functions. The Jacobian is then calculated by a forward-difference
approximation. Easy-to-user driver for MINPACK routine HYBRD.
 
Classes  :  F2 . Solution of a system of nonlinear equations
 
Type     : Fortran subroutine in MINPACK package.
Access   : Public domain. Portable.
Precision: Double.
Note     : Single precision version available in NETLIB package SMINPACK.
 
Usage    : CALL HYBRD1(FCN, N, X, FVEC, TOL, INFO, WA, LWA)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of HYBRD1 from MINPACK on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Double.
Note     : Single precision version available in NETLIB package SMINPACK.
 
You may access components from NETLIB outside GAMS as follows.
 
   Source       : echo "send only hybrd1 from minpack" | mail netlib@ornl.gov
   Fullsource   : echo "send hybrd1 from minpack" | mail netlib@ornl.gov


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

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 Sun Oct 12, 2008 at 14:14:15 UTC