Rev 20 | Rev 4161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 3265 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | Data and weight can be recognized under many formats, \ |
10 | Data and weight can be recognized under many formats, \ |
11 | in particular as a matrix (with data before weight). |
11 | in particular as a matrix (with data before weight). |
12 | slib_example=[3,5,6]\ |
12 | slib_example=[3,5,6]\ |
13 | [3,5,6],[4,1,1]\ |
13 | [3,5,6],[4,1,1]\ |
14 | [3,5,6;4,1,1] |
14 | [3,5,6;4,1,1] |
15 | - | ||
- | 15 | slib_require=pari |
|
16 | !exit |
16 | !exit |
17 | 17 | ||
18 | :proc |
18 | :proc |
19 | !readproc slib/stat/dataproc $wims_read_parm |
19 | !readproc slib/stat/dataproc $wims_read_parm |
20 | 20 |