Search Netlib (original) (raw)


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)

Search Examples:

  1. 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)
  2. To search for curve fitting or gams class E1 and its subclasses:
    (curve and fitting) or gams=e1*
  3. To do a literal search for 'cosine transform':
    'cosine transform'