Rev 7692 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !if $wims_read_parm!=slib_header |
13585 | bpr | 2 | !goto proc |
20 | reyssat | 3 | !endif |
4158 | bpr | 4 | |
4349 | bpr | 5 | slib_author=Gang, XIAO |
4158 | bpr | 6 | |
20 | reyssat | 7 | slib_example=1,0;6,1 |
3265 | bpr | 8 | slib_require=pari |
20 | reyssat | 9 | !exit |
10 | |||
11 | :proc |
||
12 | slib_mat=!declosing $wims_read_parm |
||
13 | !if $slib_mat=$empty |
||
13585 | bpr | 14 | slib_out= |
20 | reyssat | 15 | !else |
13585 | bpr | 16 | slib_out=!exec pari print([$slib_mat]^-1) |
20 | reyssat | 17 | !endif |