Rev 20 | Rev 4158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 3265 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | slib_parms=1\ |
5 | slib_parms=1\ |
6 | ,the input matrix |
6 | ,the input matrix |
7 | slib_author=Gang Xiao |
7 | slib_author=Gang Xiao |
8 | slib_out=the inverse matrix (empty if error) |
8 | slib_out=the inverse matrix (empty if error) |
9 | slib_example=1,0;6,1 |
9 | slib_example=1,0;6,1 |
- | 10 | slib_require=pari |
|
10 | !exit |
11 | !exit |
11 | 12 | ||
12 | :proc |
13 | :proc |
13 | slib_mat=!declosing $wims_read_parm |
14 | slib_mat=!declosing $wims_read_parm |
14 | !if $slib_mat=$empty |
15 | !if $slib_mat=$empty |