summaryrefslogtreecommitdiff
path: root/static/v10/man7/netlib.7
blob: 2dbc04b8ed0778bff8213e34bbb4f01a9a3be4ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.TH NETLIB 7
.SH NAME
netlib \- retrieve public-domain software
.SH SYNOPSIS
.B mail research!netlib
.SH DESCRIPTION
.I Netlib
retrieves files by electronic mail from a set of libraries
of public-domain software, mostly mathematical.
Netlib responds to mail messages containing one or more
of the requests described below.
.HP
.B send index
.br
.ns
.HP
.B send
[ 
.I option ...
]
.I file ...
[
.B but not
.I file ...
]
.B from
.I library ...
.br
Retrieve files from specified libraries.
The
.L index
lists all libraries and gives other helpful information.
A file is delivered together with all files
it depends on from its library, unless option
.L only
is present.
Files are retrieved in upper case for requests written
in upper case.
.HP
.B whois
.I names
.br
Retrieve addresses and telephone numbers from a database
of applied mathematicians.
.HP
.B find
.I word ... 
[
.B from
.I library ...
]
.br
Retrieve one-line index descriptions by content from all or
any directories.
.HP
.B mailsize
.I size
.br
Limit the length of mail messages to
.I size.
The size may be given in kilobytes, e.g. 
.BR 100k .
.PP
For information about a particular library, retrieve its
.LR index ,
which lists routines with one-line descriptions,
or its
.LR directory .
The library
.LR core 
contains machine constants and basic linear algebra modules
that are needed with many other libraries.
.SH EXAMPLES
.TP
.B send index from eispack
What's in 
.BR eispack ?
.TP
.B send directory from eispack
Get file names and sizes.
.TP
.B send dgeco from linpack
Retrieve a routine and all it depends on.
.TP
.B "send list of dgeco from linpack
How big would that retrieval be?
.TP
.B find cubic spline
What does
.I netlib
have about `cubic' or `spline'?