Another Netlib search interface (which indexes the same material) is available at
http://netlib.bell-labs.com/netlib/search.html. Also check here to search the NA-Digest.
Helpful searching tips:
Field names:
(global indicates that the field is included in the global index that will
be searched if no attribute name is specified)
- file (global) -- any portion of the pathname for a regular file
- lib (global) -- any portion of the pathname for a directory
- for (global) -- problem solved or description
- gams -- GAMS class
- prec -- Fortran precision (single, double, complex, or doublecomplex)
- title (global)
- alg -- algorithm or method
- by (global) -- author (name <email>)
- keywords (global) --
terms as would be drawn from a subject thesaurus
- lang -- programming language
Search Examples:
- To seach for single precision routines in the lapack directory that
do Schur factorization:
file=lapack and file=single and Schur
(since the lapack single precision routines are in the lapack/single
directory)
- To search for curve fitting or gams class E1 and its subclasses:
(curve and fitting) or gams=e1*
- To do a literal search for 'cosine transform':
'cosine transform'