Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_48.html
Дата изменения: Wed Nov 1 17:38:26 1995 Дата индексирования: Sun Dec 23 18:30:42 2007 Кодировка: Поисковые слова: п п п |
The
Statistical analysis routines are located in the
The
A complete set of documentation is available in the Science Software Support Office. The documents include an alphabetical list of all routines and a keyword index. Online help can be found under the topic
The NAg library is described in a set of manuals that are available in the Science Software Support Office. Each routine is described in detail as to the inputs, outputs, and the meaning of error flags. A sample program listing for each routine allows you to verify that you are using the routine properly. Online help is also available by typing the following command (note that the usual VMS help facility is not used for NAg):
Generated with CERN WebMaker
IMSL
IMSL is a set of computational subroutines written in FORTRAN. The subroutines are separated into three groups of libraries known as MATH/LIBRARY
, STAT/LIBRARY
, and SFUN/LIBRARY
.MATH/LIBRARY
contains 426 routines, separated by function into groups called chapters, for example, routines for solving linear systems are grouped into chapter 1, routines for solving differential equations are grouped into chapter 5, etc.STAT/LIBRARY
, which is divided into 20 chapters.SFUN/LIBRARY
contains special functions. It is not divided into chapters, but rather into 12 sections.math_libraries
. Users who need additional help using IMSL subroutines should contact the Science Software Support Office. NAg
NAg is a mathematical library written in FORTRAN. It provides a set of algorithms for solving numerical problems, with various algorithms organized into chapters, each of which represent a particular class of problem.
$ NAGHELP
Numerical Recipes
The Numerical Recipes library contains FORTRAN routines for the algorithms described in the classic book Numerical Recipes: The Art of Scientific Computing, by William Press, Brian Flannery, Saul Teukolsky, and William Vetterling. The routines in this library contain source code and must be linked by the user; this allows the user to modify the code. Routines are available on the Science Cluster in the directory SYS$LOCAL:[NUMREC.FOR]
.