Syntax:
fVector(
)
Type:
Purpose:
Example:
LIB"gfanlib.so"; fan f=emptyFan(2); fVector(f); ==> intmat M[2][2]=1,0,0,1; cone c=coneViaPoints(M); insertCone(f,c); fVector(f); ==> 1,2,1