up previous next
GFanRelativeInteriorPoints

relative interior point of a cone

Syntax
GFanRelativeInteriorPoints(EqMat: MAT, IneqMat: MAT): MAT

Description
These function returns a matrix ...

Example
/**/ GFanRelativeInteriorPoints(matrix([[1,2,3]]), matrix([[1,0,2],[2,-1,-1]]));
matrix(ZZ,
 [[2],
  [5],
  [-1]])