Syntax:
span(
)
Type:
Purpose:
Example:
LIB"gfanlib.so"; intmat M[3][5]= 1,0,0,0,0, 0,1,0,0,0, 0,0,1,0,0; cone c=coneViaPoints(M); bigintmat I=span(c); print(I); ==> 0,0,0,-1, 0, ==> 0,0,0, 0,-1