Subversion Repositories wimsdev

Rev

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
 
6329 bpr 7
slib_example=4,2,5;1,0,-3\
8
4,4,5\
9
3;6;7
10
 
3265 bpr 11
slib_require=pari
20 reyssat 12
!exit
13
 
14
:proc
15
slib_mat=!declosing $wims_read_parm
16
!if $slib_mat=$empty
13585 bpr 17
  slib_out=
20 reyssat 18
!else
13585 bpr 19
  slib_out=!exec pari print(Mat([$slib_mat]~))
20 reyssat 20
!endif