Rev 3265 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Matrix of diameter of a graph |
- | |
5 | slib_parms=1\ |
4 | |
6 | ,matrix (which represents a non oriented graph with no cycles) |
- | |
7 | slib_author=Bernadette PERRIN-RIOU |
5 | slib_author=Bernadette PERRIN-RIOU |
8 | slib_out=matrix of distances |
- | |
9 | slib_comment= |
6 | |
10 | slib_example=0,1,1;1,0,1;1,1,0\ |
7 | slib_example=0,1,1;1,0,1;1,1,0\ |
11 | [0,0,1;0,0,1;1,1,0] |
8 | [0,0,1;0,0,1;1,1,0] |
12 | slib_require=pari |
9 | slib_require=pari |
13 | !exit |
10 | !exit |
14 | 11 |